Groups | Blog | Home
all groups > dotnet faqs > march 2006 >

dotnet faqs : Javascript string to codebehind


Michael Bohman
3/19/2006 12:00:00 AM
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...

Alvin Bruney - ASP.NET MVP
3/23/2006 2:00:56 PM
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.

[quoted text, click to view]

AddThis Social Bookmark Button