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.
Software engineering: It is the system of applying of an engineering discipline to the implementation, design and maintenance of the software systems.
State the term INODE. Answer: It is a pointer to a block upon the disk and is a unique number. This holds metadata of files.
Name the components of ASP.NET AJAX architecture?
Implicit type conversion: The type conversion which does not need a cast. Implicit type conversions usually do not comprise any loss of information. For example, joining an integer operand with a floating point operand in an arithmetic expression will
Explain how to include the CSS within the HTML Tag?
Super class: It is a class which is extended by one or more sub classes. All Java classes encompass the Object class as a super-class.
Modem: It is a modulator-demodulator. A hardware device employed to connect a digital computer to an analogue telephone network by making analogue signals into digital signals, and vice-versa.
What is an Instantiation: It is a creation of an instance of a class, i.e., an object.
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.
Abstraction: It is a simplified symbolization of something which is potentially quite complex. It is frequently not essential to know the precise details of how something works, is symbolized or is implemented, since we can still make use of it in its
18,76,764
1939236 Asked
3,689
Active Tutors
1439564
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!