Click here to Skip to main content
15,886,095 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi,

I'm using telerik rad tabstrip & VB.net on asp.net forms with master pages.

I used this article to create auto save the data the user insert :


Easy Automatically Save Form with .NET and AJAX[^]

my problem is, that it saves the data only for the first time.
after that, I waited a minute to see if the changes happen, but nothing..

what can I do?

thanks
Posted
Comments
Sandeep Mewara 8-May-12 9:04am    
Did you DEBUG and see if the execution was triggered or not?
danait25 8-May-12 23:40pm    
yes I did, and it worked only for the first time, after the next 15 seconds (I set the timer to 15000) nothinh happened..

1 solution

do not use ajax update panel..

because it will update only some portion and second time it will not update
 
Share this answer
 
Comments
danait25 8-May-12 23:41pm    
So what can I use instead?
that was so easy and simple!..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900