dynamically add a new row to a existing GridView
Hi All,
Using the GridView i display AvailableLocation(textbox),Products(dropdown),Stat us(Check box).On click of "Add New Row" button,new empty row should be displayed as the first row in the grid and the existing rows will follow the new row.User keyins the textbox value,selects a value from the dropdown,and checks the Check box and Saves the new row.How do i dynamically add a new row to a existing GridView.
Regards
Kris
|