|
-
Aug 2nd, 2007, 08:53 AM
#1
Thread Starter
Lively Member
[2005] Looking for save with no postback on tab change.
Hi,
I currently have a webpage that has roughly 7 tabs on it. I was wondering how would I be able to have it such that when the user changes tabs, it will save the data entered without doing a postback. Even a timer like GMail has (I believe it saves a draft every 20 seconds or something) would be great. Thanks!
-
Aug 2nd, 2007, 10:48 AM
#2
Re: [2005] Looking for save with no postback on tab change.
AJAX to save the information without calling a full page postback, and JavaScript to handle changing tabs and filling information without reloading the page.
-
Aug 5th, 2007, 06:01 PM
#3
Hyperactive Member
Re: [2005] Looking for save with no postback on tab change.
 Originally Posted by timeshifter
AJAX to save the information without calling a full page postback, and JavaScript to handle changing tabs and filling information without reloading the page.
using AJAX with ASP.NET , do i hav 2 install any other stuff apart from my visual studio 2005 on my dev machine and posibly nothing else apart IIS on d target server?
Nobody is smarter than all of us!
-
Aug 6th, 2007, 08:25 AM
#4
Re: [2005] Looking for save with no postback on tab change.
I really don't know. I know what AJAX does, but I don't use it in my development.
-
Aug 7th, 2007, 05:59 AM
#5
Re: [2005] Looking for save with no postback on tab change.
You'll need to install the ASP.NET AJAX 'framework'.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|