menuItems and Grid views

May 6 2009 6:25 PM
I have 25 menu items in a web form. I want to show 25 different gridviews
based on menuitem selected on the same page. e.g if i select menuitem1 it
should show Gridview1 and if I select menuitem2 it should show Gridview2 and
so on. This way I have to show 25 Gridviews. How can I do that.

Thanks

Answers (1)