Requirement of Timer control in AJAX
Explain the requirement of a Timer control in the AJAX.
Expert
Timer control is used with the UpdatePanel control to permit partial-page updates at the specified interval. It is mainly used when the periodically partial-page update for one or more UpdatePanel controls is needed without refreshing entire page.
Timer control is the server control that sets JavaScript component in a Web page. Interval property of Timer control denotes time in the milliseconds. Similar to UpdatePanel control, Timer control also need the instance of a ScriptManager control in a Web page.
When a Timer control initiates the postback, Tick event is raised on a server for which we can give the event handler to do the actions when a page is submitted to a server. Tick event takes place when a time specified in a interval property has elapsed and a page is posted on server. We can add one or more Timer controls on the Web page. Generally the whole page needs a single Timer control; though, we can use multiple Timer controls, if a UpdatePanel controls are updated at different intervals.
Define the term Top level class: It is a class defined either at outermost level of a package or the static nested class.
Explain the benefits of distributed systems.
Compiler: A program that executes a process of compilation on a program written in the high level programming language.
First in, first out: It is FIFO semantics of the queue data structure. Items are eliminated in the order in which they arrived in the queue; therefore older items are always eliminated before newer ones.
Give some instances of XML DTDs or schemas which you have worked with?
APPLET: an applet is an application designed to tra
Append mode: It is a file writing mode, in which the existing contents of a file are maintained whenever the file is opened. Novel contents are appended to the existing.
Information hiding: The practice of making sure that only as much information is exposed regarding the implementation of a class as is strictly needed. Hiding needless knowledge of implementation makes it not as much of likely that other classes will
Specify the Basic Units of the CSS.
Polling: It is the process of repeatedly testing until a situation becomes true. Polling can be incompetent when the time between tests is little compared with the time it will take for the condition to become true or right. A polling thread must slee
18,76,764
1950079 Asked
3,689
Active Tutors
1426004
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!