Hi again.
I have a gridview control on my page, and some search criteria textboxes, etc. When my user clicks 'Search', I want to show or hide an unrelated hyperlink based on the count returned by the grid. I'm having trouble figuring out when to do this. I started with the Page Load event, but it's not working. I've tried other (seemingly logical) events, but nothing works so far. Can anyone tell me when to do this? Many thanks! S--