How to Submit a Html Form and Get Response Dynamically?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, 1) I need to submit a HTML Form. It is like this
- Now I need to submit this Form using C# ,and Get the Response. 3) How can I do it?. I need to do this dynamically becuase the hidden field values are changing. Thanks in advance
-
Hi, 1) I need to submit a HTML Form. It is like this
- Now I need to submit this Form using C# ,and Get the Response. 3) How can I do it?. I need to do this dynamically becuase the hidden field values are changing. Thanks in advance
hello, first of all you need to have runat=server for these controls then only you can able to access from code behind from: krishna