Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET 2.0 menu control opening page in a new window

Status
Not open for further replies.

simpgmr

Programmer
Joined
Jan 16, 2007
Messages
12
Location
US
I have a menu control that works fine except the sub menus open in a new browser. I want the user to stay in the same window. Is there a property that I can turn on or off to change this.
Simeon
 
Have you looked at the properties of the menu items?
There is a Target property you can set.
 
Have you looked at the properties of the menu items?
There is a Target property you can set.

Yes. I see the property but what do you set it too? What value do I give it to make it stay in the say browser?
 
I figured it out. I already knew this. I guess my brain took a break. You have to put _self in the target property. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top