I have a linkbutton click event that displays a datagrid within a panel's placeholder. That works well.
One of the datagrid's cells is also a linkbutton, which provides more detail via a table
(swaps datagrid out, table w/details in). The detail has a "back" linkbutton - when user clicks it
I simply call the same linkbutton click event that originally populated the datagrid - however,
the datagrid does not appear on the panel. ((???? argh!))
I've verifed the rowcount is the same and that the visible properties of the panel, placeholder and datagrid are true, and that the same click event code is being stepped through. Not sure what I'm doing wrong - any ideas?
One of the datagrid's cells is also a linkbutton, which provides more detail via a table
(swaps datagrid out, table w/details in). The detail has a "back" linkbutton - when user clicks it
I simply call the same linkbutton click event that originally populated the datagrid - however,
the datagrid does not appear on the panel. ((???? argh!))
I've verifed the rowcount is the same and that the visible properties of the panel, placeholder and datagrid are true, and that the same click event code is being stepped through. Not sure what I'm doing wrong - any ideas?