I have Drop Down List control and add dynamic add option into Dropdownlist but But when I get value option return string empty
please help me
thanks
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.
Use following code:
Request.Form[ddl.UniqueID]The code above allows to get value of selected option.