Retrieve value from Dynamic textbox
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi.. I have dynamically creating n textboxes and n dropdownlist at runtime then how to retrieve values from that textboxes and dropdownlist... Thanks in advance
You will not get the updated value until ASP.NET maintains viewstate for those controls. What event are you using for creating dynamic controls? It should be created before viewstate is saved.
Navaneeth How to use google | Ask smart questions