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.
What is the function of <windows.h> header file ?
Checked exception: An exception which should be caught locally in the try statement, or propagated through a throws clause stated in the method header.
Byte: In general computing, it refers to eight bits of data. In Java it is as well the name of one of the primitive data types, whose size is of eight bits.
Filter stream: It is an input-output class which filters or manipulates its stream of input- or output-data in some manner. Two illustrations are: DataInputStream and DataOutputStream.
Who is liable for XML?
Explain the meaning of semantic connotations.
Overriding for restriction: It is a form of method overriding in which the sub-class version of a method calls the super-class version first of all and then employs or manipulates the outcome or consequences of that call in some manner.
Define class?
Define the term Sibling sub classes: Classes which have similar immediate super-class.
Define the term Instance: It is a synonym for object. The objects of a class are instantiated whenever a class constructor is invoked through the new operator.
18,76,764
1934246 Asked
3,689
Active Tutors
1460252
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!