How can I load dynamic content when a tab is clicked without re-loading the
page using Ajax where the tab postback will load the
content in div or panel? Help with instructions on how to go about this is deeply appreciated.
where '#overview' is jQuery's way of locating document elements and represents a <div> node in my aspx page:
<div id="overview"></div>
When the tab is clicked, the contents of the file overview.html is loaded into the <div> node. I put the jQuery script anywhere in the RadPageView of the tab in which I want the content.
Note that your injected content cannot have any <html>,<head>, or <body> tags, which makes sense if you think about it.
The only thing you need to make this work is download jQuery 1.4 from www.jQuery.org, stick jquery-1.4.js anywhere you want (I put it in a js directory below the root; some people recommend getting the link to google's jQuery server, but I've found network lag will cause Javascript errors on page load) and declare it in your page (or better, master page) header:
hi all!
I've same your problem, i can not fix it now.
here is my website: http://thoathiem.net/
I've a "fire flash", when click on my menu, the page reloaded and "fire flash" re-play
Can anyone help me fix it? Thanks so much !