Broodmdh
May 26th, 2006, 02:29 PM
This is the scenario: I have a page that allows users to enter search parameters. A query is them performed on a db and the results are displayed in a datagrid with a buttoncontrol. When the buttoncontrol for a record is clicked, another query is performed (4 actually), and the results are returned to four additional datagrids (all of which must have editable columns). The tutorials that I have found on the web say that when a datagrid is editable, you can't force it to bind on postback. But, if I don't do that then the datagrid disappears. None of the datagrids are bound on page_load. Is there anything I can do?