Grabbing Data From Controls In Code Behind

Posted by MKell43 on Stack Overflow See other posts from Stack Overflow or by MKell43
Published on 2010-04-22T15:09:07Z Indexed on 2010/04/22 15:13 UTC
Read the original article Hit count: 217

Filed under:
|

Hopefully this is a pretty simple question for someone to answer.

I have a drop down list control that I need to pull the value from in the code behind of the page, modify it and redisplay it. The modifying and redisplaying I've got no problem with, it's grabing the value from the drop down control. Examples in C# would be appreciated as this web app I've been handed is already coded that way.

I'm pretty new to .Net so be gentle and I already did some searching via Google and a little bit on the site here, but couldn't find anything that stood out as being the direction to go in to do this.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about .NET