Timer Problem
-
Hi All... Can any body say how can we ajaxify the exsiting ASP.Net Site using vb? We need a timer that ticks for every second....but the page is flickering for every second(i put timer interval as 1000ms)... Can any body help us out plllllzzz...... Thanks in advance Regards Nanda Abhishek
-
Hi All... Can any body say how can we ajaxify the exsiting ASP.Net Site using vb? We need a timer that ticks for every second....but the page is flickering for every second(i put timer interval as 1000ms)... Can any body help us out plllllzzz...... Thanks in advance Regards Nanda Abhishek
Continues from this post[^] ~ How did you use the UpdatePanel? You should not put the whole body into the UpdatePanel. Take a lot this link[^] According this example, the label should be placed in UpdatePanel. If you have some more controls in that page, you shouldn't put all of them in UpdatePanel.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
Hi All... Can any body say how can we ajaxify the exsiting ASP.Net Site using vb? We need a timer that ticks for every second....but the page is flickering for every second(i put timer interval as 1000ms)... Can any body help us out plllllzzz...... Thanks in advance Regards Nanda Abhishek
Member 4648491 wrote:
Can any body say how can we ajaxify the exsiting ASP.Net Site
AJAX is just javascript. If you are talking about MS Ajax toolkit, you need to make lot of changes in web.config file. Easy way would be creating a new AJAX enabled website and copying the web.config entries to your current web.config.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hi All... Can any body say how can we ajaxify the exsiting ASP.Net Site using vb? We need a timer that ticks for every second....but the page is flickering for every second(i put timer interval as 1000ms)... Can any body help us out plllllzzz...... Thanks in advance Regards Nanda Abhishek
Don't ask the same things over and over. The question made no sense when you first asked it, and it still doesn't. A timer is javascript, it doesn't need ajax. The page will not flicker if you use AJAX. Try sticking to one thread, and explaining yourself.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )