PC Review


Reply
Thread Tools Rate Thread

Client-side documentation for Ajax Timer

 
 
news.rz.uni-karlsruhe.de
Guest
Posts: n/a
 
      28th Feb 2008

I want to deactivate the Ajax timer from clientside with javascript - that
is,
it should not raise any postbacks any more.

Which method/propertie is there I can use to chieve this and most
importantly - where can i find a client side javascript api reference of
the asp.net ajax controls(url please!).

Regards

R4DIUM


 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      28th Feb 2008
the doc (you could have guessed the url)

http://asp.net/ajax/documentation/

the timer control is a server control and has no supported client side api.
if the control is in the update panel, you can change properties server side,
and they will be changed on the client side when the panel is rerendred.

also, even though there is no supported client api, you have the source
code, so a quick look shows a set_enabled method.


-- bruce (sqlwork.com)


"news.rz.uni-karlsruhe.de" wrote:

>
> I want to deactivate the Ajax timer from clientside with javascript - that
> is,
> it should not raise any postbacks any more.
>
> Which method/propertie is there I can use to chieve this and most
> importantly - where can i find a client side javascript api reference of
> the asp.net ajax controls(url please!).
>
> Regards
>
> R4DIUM
>
>
>

 
Reply With Quote
 
news.rz.uni-karlsruhe.de
Guest
Posts: n/a
 
      28th Feb 2008
I knew http://asp.net/ajax/documentation/.

But I was unable to find any documentatin about e.g. set_enable() method.

Is it safe to use this method regarding future ajax toolkit versions?

Thx for the answer

R4DIUM


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET AJAX client-side framework not loaded rKrishna2k6@gmail.com Microsoft ASP .NET 6 4th Dec 2008 08:42 AM
How to call Server Side function from Client Side Code usingPageMethods in ASP.NET AJAX Ketki Microsoft C# .NET 0 21st Feb 2008 10:44 AM
Hook to AJAX End Event on Client Side Lit Microsoft ASP .NET 5 23rd Aug 2007 09:42 AM
ASP.NET client-side documentation Dominic Feron Microsoft ASP .NET 2 30th May 2006 12:27 AM
client-side cache vs server-side cache vs ajax vs asp.net callback =?Utf-8?B?b25l?= Microsoft ASP .NET 1 8th Mar 2006 12:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:27 PM.