Unfortunately, saurabhj is correct, at least using the Request object. You may be able to get this information using a client side javascript but the request object is only going to get you the value.
In .NET doing what you want is not only possible, it is extremely easy.
Dim s1, s2 as String
s1 = selOpt.SelectedItem.Value
s2 = selOpt.SelectedItem.Text
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========