I have one page which has Only one Dropdown name called “MydropDown”.My submitted form i can get value of selected dropdown by
HttpContext.Current.Request.Form["MydropDown"];
but i need Text not value how can i get this
Plz help me on this
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If its not a control, there is no way to get the text other than put the text into the value field.