viewstate and javascript
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, I created a sample web usercontrol,which is having asp:table with 10 textboxes,i set the values for textbox blur event by calling javascript function,upto here fine . my problem is once i refresh values in most of the textboxes are null if i input the value there is no problem after page refresh. I set viewstate property to true Please Help