From my old blog, November 26, 2008. No longer maintained.

Get the Request.Forms value of a control

The original is on archive.org.

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

All old blog posts