Update .net textbox value on client side (js/jQuery)
I have a textbox in html. After user select a value from the asp drilldownlist, i need to read data from the database and update textbox value on client side. I am not so keen to use Update Panel unless I have to. Also I would stay away from the web service. I have a feeling that I can do it with jQuery but after few days surfing the Internet I can't find a clear smart solution for it. I will be very grateful if someone can share "know how" with me! Many Thanks
Irina WeedonPosted Jun 29, 2012, 3:48 AM
brunda kPosted Jun 29, 2012, 12:09 AM
Irina WeedonPosted Jun 28, 2012, 9:33 AM
Many Thanks Brunda,
But I don't have a problem to communicate with database, the only problem I have is to refresh a textbox in a browser with a new value, that has been assigned to the textbox in c#.net (server side) without refreshing the whole page.
brunda kPosted Jun 28, 2012, 7:09 AM