Hi,
I have a search page of which a number of link buttons A to Z.
I need to capture the click of each one, and pass to a stored procedure to do filtering.
There must be a more simple way of this with creating the buttons on the fly and using delegates to capture a generic event.
Does anyone have any ideas?
Thanks advance.
I have a search page of which a number of link buttons A to Z.
I need to capture the click of each one, and pass to a stored procedure to do filtering.
There must be a more simple way of this with creating the buttons on the fly and using delegates to capture a generic event.
Does anyone have any ideas?
Thanks advance.