Timer control in the AJAX
Explain the requirement of Timer control in the AJAX.
Expert
Timer control is used with the UpdatePanel control to enable the partial-page updates at the specified interval. It is generally used whenever a periodically partial-page updates for one or more UpdatePanel controls is required without refreshing entire page.
The Timer control is server control which sets the JavaScript component in Web page. Interval property of the Timer control provides time in milliseconds. Like the UpdatePanel control, the Timer control also requires an instance of the ScriptManager control in the Web page. Whenever the Timer control initiates a postback, Tick event is raised on server for which an event handler can be provided for performing the actions when the page is submitted to server. The Tick event happens when the time stated in the interval property has lapsed and page is posted on the server. One or more Timer controls may be added over the Web page. Commonly the entire page needs only a single Timer control; although, several Timer controls can be used, if the UpdatePanel controls are being updated at different intervals.
Write the difference between globalization and localization?
State the parameters which controls most of connection pooling behaviors?
Explain an identifier in detail?
What Global.asax file includes in event handlers?
By which method we can sign out from the forms authentication?
Write the namespaces which are required to enable the use of databases in the ASP.NET pages?
Is it possible to create a Windows Service by using WPF?
Briefly explain ADO.NET and its features?
A Destructor is defined in a class that is developed by using the C# programming language, but the destructor is never executed. Why did this happen?
Describe the function of a SizeMode property of a PictureBox control?
18,76,764
1959284 Asked
3,689
Active Tutors
1434450
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!