1

How to create a GridView with a DropDownList column dynamically/Programmatically?

My intent is, I shall only add a bare GridView on the aspx page (I wouldn't even add ItemTemplate in design-time). All of the other things, creation of the control to population of data, would be done in the code behind.

Any known web link?

1

1 Answer 1

1

You have to handle the RowDataBound event and populate the correct information there.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks to me, I found this, [ eggheadcafe.com/community/aspnet/7/10028537/… ]

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.