Hi all here,
I have a doubt, I created a web project(has 100 aspx and corresponding codebehind pages) with asp menu (8 menus) controls and i used css and javascript on this menu for the onclick event, now some time the menu takes more time for alignment(i mean not in the correct place on the screen as i expected..)
I can't find the exact solution for my issue, someone here please help me... thanks..
Riddhi ValechaPosted Nov 14, 2014, 3:13 AM
Use Master Page and inherit that master page in all the web pages.
In this master page, make the menu.
In other web pages, do all designing in table.
--
Hope this solved ur issue.