I have a gridview created dynamically on the click of a button with textboxes for both header and item templates. User can enter text for both header and item template.
On click of Save button I would like to access the header columns text and the item templates values and save them in the database.