Checkbox, DropDownlist and Button in Gridview

I am new to Dot Net and I am basic knowledge of Grid view. I am trying to get some intermediate grid view knowledge. So please share and help me to get some knowledge.

I am trying to know Check box,dropdownlist and button are generated for each row in Grid view.I am using C# language.
If I checked the check box and button was clicked some action will happen, in between i true the property Autopostback of check box true, When check box is clicked the drop down list in the row should update the correct data for the row and if the button is clicked, the specific action is triggered, the selected row will display at the bottom of the page in nested grid view or separate grid view.

Please share you thoughts. For your convenience I have attached my 50% of code with this query… I hope I will get the answer soon.