I'm struck in a problem here.I have server side code that has to collect values from the client side code(Javascript).The Javascript code basically gets the frame height and width and the server side code(VB) has to collect the values and resize the control(lets say Image).I used Query string and it works but since i pass values ,the page is getting reloaded infinitely.I DONT WANT TO USE QUERY STRING..
Workaround:
1.I can create a server side variable something like <%var1%>..I did try that but I dont know for some reason it did not work..
2.I'm thinking of using hidden variables but I'm not sure how it works..
If somebody give me an example or an explanation or a workaround,it will be great...