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 can I determine a web page element which contains exact text?
Super type: It is a type with a child sub type. The sub-type or super-type relationship is more common than the sub-class or super-class relationship. An interface which is implemented by the class is a super type of the class. The interface which is
Give some instances of XML DTDs or schemas which you have worked with?
Explain the benefits of using MTS?
Explain what is meant by the term u-area (user area)?
Embedding C Code: Promela supports the use of embedded C code fragments inside the models through the use of the c_code primitive. Q : Explain the good example of XHTML Explain the good example of XHTML element opening tags.
Explain the good example of XHTML element opening tags.
What are the main quality consequences of selecting an unsuitable life cycle model for a software project?
Write a program to print out ten random numbers from the following sets: a) {0, 1, 2, 3, 4, 5, ...99, 100} b) {1, 2, 3, 4, 5, 6} c) (10, 20, 30, 40, 50,...990, 1000} d) {-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5} e) {1.5, 2.0, 2.5, 3.0, 3.5}
How can XML web services integrate two legacy distributed systems, one based on Corba and one based on Java RMI?
18,76,764
1954321 Asked
3,689
Active Tutors
1417897
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!