I have a WebPage with a fix Superior logo and menu… And I´d like to change the inferior content with each menu click, wthout making other new Aspx… I mean, only one Aspx…
Page Structure:
-------Logo
-------Menu
-------Content 1, 2 ,3
I´d like some fancy/beautiful suggestion to that… Maybe a Jquery plugin?
Thanks
Just use a jQuery show/hide for your content
HTML
jQuery
Now there are definitely some ways to make the transition prettier and all that, but this should give you a good base.