Hi,
In my .ascx page there was some javascript functions.I want to send the value from this java script function to the codebehind file to execute a method.
I tried to use PageMethods but it was getting errors.As i google about this problem i found that PageMethods cannot use with .ascx control pages it can be only used with .aspx pages.
Please give me some suggestion how could i perform my task..