Changing ASP.NET Menu Control Image Pop-Out

ASP.NET Menu control by default shows an “Arrow” as Pop Out  Symbol.  This images sometimes may not match with your web pages or you may want to changes the default arrow.

image

To Change the pop-out images in ASP.NET Menu control you have to use StaticPopOutImageUrl and DynamicPopOutImageUrl properties.

image

image

So, based on the images that you provided with static and dynamic pop out image url, images will be change.

Hope this will help !

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.

One Comment to “Changing ASP.NET Menu Control Image Pop-Out”

Comments are closed.