web 3.0

Get the Request.Forms value of a control

Just a little FYI.  I have a dropdown control in a data grid on a web page.  I was trying to get the updated value but it was not being returned properly.  So, I found the Request.From[“control name”] by using the server control property called UniqueId.  UniqueId maps to the posted name of the server control Id.

system.web.ui.control.uniqueid

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Categories: .Net | Visual Studio | Tips and Tricks

Bookmark and Share
Comments are closed