Hi
I have a problem, on my page (*.aspx) i have a string written on klients
computer in javascript. How can i pass this string to the codebehind
*.cs file? From there i want to store it to a database...
//Micke
Alvin Bruney - ASP.NET MVP - 23 Mar 2006 20:00 GMT
you have to post the string to the server. If you post it (querystring for
instance) you can pull it out and parse it in code in page_load.
> Hi
>
[quoted text clipped - 3 lines]
>
> //Micke