I have a Web Form that searches and displays records via a datagrid. On Page_Load I have two buttons: Search and Reset. Upon returning the results, I would like another button to be displayed, i.e. Export. I created a SUB btnExport_OnClick, but I am having trouble calling AFTER it searches. I was thinking of putting in my SUB btnSearch_OnClick, but I think my syntax is wrong.
Your suggestions will be greatly appreciated.
Your suggestions will be greatly appreciated.