Request.Form("field_name") no longer use in ASP.NET?

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

I want to confirm if Request.Form("field_name") no longer use in ASP.NET?
Since we can just use TextBox1.Text to get the value from the user.

Please advise! Thanks!
 
It certainly IS in use. However, it is relatively rare.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top