1
Answer

How to get HTMLSelect selected text in c#

How to get HTMLSelect selected text in c#?
I'm able to get the value of selected item using htmlSelectObjectID.Value but not able to get the selected text.
Answers (1)