hi
I have a menu as a usercontrol which has 26 items value from A to Z,
I placed this userControl on a page and I want it to act as filter.
For example, when i click item A the grid would populate with all the records that starts with A.
Now the thing is how do i call the click event of the menu items on a page? Thanks
I have a menu as a usercontrol which has 26 items value from A to Z,
I placed this userControl on a page and I want it to act as filter.
For example, when i click item A the grid would populate with all the records that starts with A.
Now the thing is how do i call the click event of the menu items on a page? Thanks