Request .Form for a Div tag
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, Please tell that whether Request.Form can be used for a div tag in the code behind of an aspx page. Thanks Senthil
Senthil_GeoEdge wrote:
Please tell that whether Request.Form can be used for a div tag in the code behind of an aspx page.
No, you can't use Request.Form for that. The Request.Form collection contains the data that was sent from the form fields in the form that was posted. Nothing else. If you want some information to be sent to the server when posting the form, you have to put it in a form field.
--- single minded; short sighted; long gone;