Click here to Skip to main content
15,892,298 members

Comments by jagadishanil (Top 3 by date)

jagadishanil 24-Mar-13 6:58am View    
How...here idont have gridview id, txtbox id how can i
jagadishanil 22-Mar-13 8:48am View    
Thanks For Reply,
The Scenario is:

1)First on pageload i pull some data and added to gridview(which is static created in aspx form)
2)There is a checkboxlist control
3)If I selected 3 items in checkboxlist i need to generate 3 gridviews(this gridview contains textbox) so thats why i am generating from codebehind
4)so now user enter some data in gridview texboxes
5)then submit the form(on this submit click i need to save all the data from gridview to database in onetable only)

The generated gridview having textboxes,
all the gridview having different data

yes saved in same table(ie need to convert gridview columns to rows in database)
jagadishanil 19-Mar-13 5:12am View    
I created gridview dynamically based on condition
how to save data from dynamic created gridview to database