You can use Querystring to keep that simpler. Though using Session based solution is not a bad Idea.
I could think yet another way of doing this. If the menu items are restricted to corresponding page always, then you may use SERVER variables to get the FileName that the menu links to and compare the filename that corresponds to the menu item and BOLD that Menu ITEM. This way, you won't be showing anything extra along with the URL, like that used in a QueryString based solution.
Hope that helps.
Cheers!
_________________________
- Vijay G
Strive for Perfection
|