Country,office group and localcontact are three bound fields columns.I also have a checkbox as first column.On clicking checkbox I need Title,comments textboxes to be displayed below each row of gridview..If i uncheck the textbox and labels should
not be shown.
Note:These textboxes is not common for a gridview.It should be displayed for each row seperate depending on whether chkbox is checked ornot.
Kindly provide me the asp.net/c# design for the above and also gridevents ..It will be of great help..Thanks in advance.