I need to add a new row to a DataGrid when someone clicks the "Add Row"
button. Each row in the DataGrid has 3 columns and each cell in the row
needs to have a DropDownList.
How can i programmatically add a DropDownList to a Cell in a DataGrid?
Any advice on how to do this would be helpful.