M 
		
								
				
				
			
		Mark
I have a menu in a master page and two content pages. When I view the first
content page, and then click on a menuitem, the event handler runs the
following code
Page.Response.Redirect("~\\home.aspx", true);
The problem is that it now loads home.aspx and the menu is reset, so the
selected menu item no longer appears selected.
Is there a way around this problem?
				
			content page, and then click on a menuitem, the event handler runs the
following code
Page.Response.Redirect("~\\home.aspx", true);
The problem is that it now loads home.aspx and the menu is reset, so the
selected menu item no longer appears selected.
Is there a way around this problem?