pass the value from javascript to c# in asp.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi, I have a dynamically created control by javascript.I have to use the value of the control.so I have to pass the value from javascript to c#.How can I do this? reagards Bill
-
hi, I have a dynamically created control by javascript.I have to use the value of the control.so I have to pass the value from javascript to c#.How can I do this? reagards Bill
Hi Put the value of your control in hidden field and use it in c# code.
himanshu