D
DJ Dev
Hi All,
I have 2 datagrids which are generated in runtime based on values
selected by user from a dropdown. I have a template column in the
datagrid with checkboxes. I want the user to select some value in
checkbox and based on that query the db to display some stuff. Now the
problem is that if I set the checkboxes to AutoPostback = True, the
datagrid disappears. I cant make them a part of the Page_Load event
since they r based on the value from the dropdownlist.
What can I do? Is there a ViewState property or something I can use?
Please help.
Thanks.
I have 2 datagrids which are generated in runtime based on values
selected by user from a dropdown. I have a template column in the
datagrid with checkboxes. I want the user to select some value in
checkbox and based on that query the db to display some stuff. Now the
problem is that if I set the checkboxes to AutoPostback = True, the
datagrid disappears. I cant make them a part of the Page_Load event
since they r based on the value from the dropdownlist.
What can I do? Is there a ViewState property or something I can use?
Please help.
Thanks.