The text of this article is not in this database — only its details are. Read it on the old site: ASP .NET Server-Side controls
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: ASP .NET Server-Side controls
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Ravi KumareditedPosted Feb 7, 2013, 7:29 AMEdited Feb 7, 2013, 7:29 AM
To get the values on server side code of HTML control, we need to follow below points:- The tag should have an attribute called NAME. Because it is used as key in form[]. - The form method should be of type POST.Here is the simple example: http://www.etechpulse.com/2013/02/get-html-input-controls-value-server.html
Raunak JhawarPosted Jan 28, 2010, 2:39 AM
Refresher