Hello,
I am having a treeview control with checkboxes. When
the checkbox is checked I am displaying the corresponding details in
the GridView with details from the database.
Simultaneously I am generating new Template Fields and adding them to GridView .
The GridView is having a Select button with CommandName as Select.
On
the Selected Index event of the GridView when I try to get the details
of the dynamically generated columns I don't get any details.
It shows null values for the selected cell values.
How to get the newly created / added column values in the selected index event.
Is it that the Postback causes the grid to lost the newly created columns.
Please let me know.
Thanks. ...
Go to the complete details ...