I am learning VB.NET (Beta2). I am trying to put DropDownList to a column inside a DataGrid (not the header). The database is in the SQL server. I used Edit Template and trag a DropDownList into the Item Template of the column. Then I want to update the content based on the change from the DropDownList. What is the .aspx.vb code for this action? (Does DataGrid_UpdateCommand() work?) What does the EditItem Template do?
Thanks a lot!