Obtain Text value from Option Element
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a select list that gets populated from the DB. When the user makes a selection I am able to retrieve this value via Request.Form(...) However, I am wondering if you can retrieve the text value using ASP?? I know this can be done in JavaScript using the options text attribute, but it is possible in ASP? Any input would be appreciated....Thanks!