i am using asp.net 3.5 menu and i am filling menu via coding bcz i have all releted information in database like image path, navigate url and display text etc
and i am also using url rewriting in same page but sometime menu fill correct like below
but sometime i face error like below
kindly help for resolved problem.
waqas memonPosted Jul 8, 2011, 7:57 AM
thx for ur reply location stored in database feild is "~/Images/manIcon.gif"
and my image store in folder name "Image" who is at root and
i am using IE explorer and sometime when i play vs 2008 for browser result so it's generate correct result and sometime face error.
Jiteendra SampathiraoPosted Jul 8, 2011, 5:32 AM
some times I am also facing the same problem...
Check the images address...
Other Reasons are might be Height and width problems..
Browser issues...you must know Every HTML code doesn't look same in every browser...
Solution:
Store the images in App_folder under project is always good option..
Wait for more replies....