I am using this line to load the .ascx control after running a few javascript statements
__doPostBack('<%=Basket1.ClientID %>', null)
I do this then i get to the .ascx.cs file i run the code good..but can i pass parameter using the above line , and if i can how can i retrieve them on the ascx.cs page . I want to do it because even if i refresh the page the .ascx control loads and some code i dont want is executed so i need some check that when it is called from javascript it has some values and run the code . I hope you get what i want to say
Thank you