Using ASP.Net 2.0
I need an example of how to load a GridView after clicking a button on the page.
I am unable to get the events right - with the PostBack in the PageLoad, seems it's not getting it right. I have three textboxes whose contents are passed to a query which is executed and a datatable is returned. But how and in which order?
Thansk, Bob