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.
How class can be prevented from inheriting further?
Q. Explain the concept of object oriented analysis with explanation of all steps of analysis. Q : Define Multiple Inheritance Multiple Multiple Inheritance: In C++, multiple-inheritance occurs when a class inherits from more than one parent. For example: Q : Java program to sort ten numbers using Q. Write a java program to sort ten numbers using bubble sort method. Ans. class Bubble sort Q : Who developed Extensible Hyper-Text Who developed Extensible Hyper-Text Markup Language? Answer: XHTML (Extensible Hyper-Text Markup Language) was developed by W3C HTML Working Group along with Steven
Multiple Inheritance: In C++, multiple-inheritance occurs when a class inherits from more than one parent. For example: Q : Java program to sort ten numbers using Q. Write a java program to sort ten numbers using bubble sort method. Ans. class Bubble sort Q : Who developed Extensible Hyper-Text Who developed Extensible Hyper-Text Markup Language? Answer: XHTML (Extensible Hyper-Text Markup Language) was developed by W3C HTML Working Group along with Steven
Q. Write a java program to sort ten numbers using bubble sort method. Ans. class Bubble sort Q : Who developed Extensible Hyper-Text Who developed Extensible Hyper-Text Markup Language? Answer: XHTML (Extensible Hyper-Text Markup Language) was developed by W3C HTML Working Group along with Steven
Who developed Extensible Hyper-Text Markup Language? Answer: XHTML (Extensible Hyper-Text Markup Language) was developed by W3C HTML Working Group along with Steven
Variable: It is the memory block of specific size where value can be stored and modified throughout program execution. Example: int x, float y, float amount, char c;
Dotted decimal notation: The notation employed to symbolize the 4-byte values of an IP address. Each and every byte is symbolized as a value between 0 to 255, for instance 129.12.0.1. The most noteworthy byte is written at first.
Return type: It is the declared type of a method, appearing instantly before the method name, like void in public static void main(String[] args) or Point[] in
Hash code: It is a value returned by a hash function. A hash code can be employed as an index into a random-access data structure, offering a proficient mapping between an object and its position. Employed by classes like HashMap.
Define the term Dynamic type: This type of an object is the name of the class employed to construct it.
18,76,764
1948579 Asked
3,689
Active Tutors
1445368
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!