TemplateColumn column of datagrid
I have a datagrid control in my asp.net application. There are two TemplateColumn in my datgrid first is having textbox control and second is having a button control.
Now I want that data retrived from the database should be displayed in textbox and on clicking that button control record of the textbox should be updated or deleted from the database.
Can anybody tell me how to bind a TemplateColumn column to a database field or how to get the retrive records in the textbox control present in TemplateColumn column. How to delete or update that record on clicking button control present TemplateColumn column.
Please provide me whole procedure of creating Templatecolumn in datagrid and code for retriving and binding records to TemplateColumn column.
What is dataKeyfield of TemplateColumn column.
one more problem how to do paging in datagrid contrlol?

