multiple forms on asp.net page for submitting feedbacks

Posted by user1698985 on Stack Overflow See other posts from Stack Overflow or by user1698985
Published on 2012-09-26T03:36:07Z Indexed on 2012/09/26 3:37 UTC
Read the original article Hit count: 156

Filed under:
|
|
|

I want to send data to server by enclosing it in a form. However, in asp.net I can't use more than one form with runat=server attribute. Then what is the use of using multiple forms on asp.net page. I can't access the data on the server? Like facebook enclose each post feedback data in a form and then submits this to server. How to do this in asp.net. I have to send data to server when some action occurs on a post but will have to store hiddenfield and read it with javascript is it not seems messy?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about facebook