How I can create dynamic GridView with dynamic number of row When click on button
and put in one column DropDownList .
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.
Your question is pretty brief, but if if i think i understand what you want to do, you could try this:
in the codebehind of your button
if you want to add a dropdownlist to every row, you need to add an itemtemplate to your gridview like this:
You add this itemtemplate anywhere between the tags of your gridview.