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 Toggle: To alternate among two values, like true and false, on and off, or 1 & 0.
Define the term Peripheral devices: It is the devices attached to a computer, like disk drives, printers, mice, and so forth.
Protected access: Protected access is accessible to a class member prefixed with protected access modifier. This member is accessible to all classes stated within the enclosing package, and any sub-classes expanding the enclosing class.
State the term URL path?
Relative filename: It is a filename whose full path is associative to some point within a file system tree-frequently the present working folder (that is, directory). For example:
Normal 0 false false
Implements clause: That part of a class header which points out which interfaces are applied by the class. A class might implement for more than one interface.
Explain the reasons that Java is pure object oriented programming language.
Block: The statements and declarations are enclosed between a matching pair of curly brackets ({ and }). For example, a class body is a block, as it is a method body. The block surrounds a nested scope level.
Explain how to include the CSS within the HTML Tag?
18,76,764
1929152 Asked
3,689
Active Tutors
1456030
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!