hi all....
at first i set the image for the menu items like this
For i = 0 To mCategory.Count - 1
Dim rootcategory As MerchantCategory = mCategory.Item(i)
Dim menu2 As New MenuItem(rootcategory.Name)
MenuRootCategory.Items.Add(menu2)
MenuRootCategory.Items(i).ImageUrl = "images/symarrow.gif"
MenuRootCategory.Items(i).Text = rootcategory.Name
MenuRootCategory.Items(i).NavigateUrl = "~/ItemList.aspx?CategoryId=" & _
rootcategory.MerchantCategoryId.ToString
Next
but now i wanna use the skin file in theme to set it......how can i do this
pls post here if there is anyone who know the solution...
thanks