how to save textbox value in session on blur event
Hi to all
i want to store current textbox value in session on onblur event of textbox.
how can i do this. i am using javascript ans asp.net 1.1. And
How can i call server side function on onblur event of textbox.
If you want to send values to the server, you'll need an Ajax call. How you do that depends on whether you're using a library, or writing all your code from scratch. I seem to remember .NET had some Ajax thing (Atlas?) built in.
Last edited by Buddy Bradley; Jul 6, 2007 at 04:04.
Reason: carp speeling
Re how to save textbox value in session on blur event
Hi Budly,
Yes i am using ajax for that purpose i am sending textbox value via query string and then saving it to session.But if write a lot text in textbox then there might be some problem.How can i call a server side function in ajax javascript where i am storing textbox value directly instead of passing via query string.
Bookmarks