Hi boss,
I have a gridview, bound to a datasource . Here i want to add columns dynamically containing empty textboxes. Number of columns are variant .
The added columns are not bound to datasource they are added just for dislay.
The user fills the data in columns(textbox es) and saves the grid as excel.
Can anybody give an idea about adding columns, if possible figureout the sample code.
Thanking you all,
I have a gridview, bound to a datasource . Here i want to add columns dynamically containing empty textboxes. Number of columns are variant .
The added columns are not bound to datasource they are added just for dislay.
The user fills the data in columns(textbox es) and saves the grid as excel.
Can anybody give an idea about adding columns, if possible figureout the sample code.
Thanking you all,
Comment