Timer control in the AJAX
Explain the requirement of Timer control in the AJAX.
Expert
Timer control is used with the UpdatePanel control to enable the partial-page updates at the specified interval. It is generally used whenever a periodically partial-page updates for one or more UpdatePanel controls is required without refreshing entire page.
The Timer control is server control which sets the JavaScript component in Web page. Interval property of the Timer control provides time in milliseconds. Like the UpdatePanel control, the Timer control also requires an instance of the ScriptManager control in the Web page. Whenever the Timer control initiates a postback, Tick event is raised on server for which an event handler can be provided for performing the actions when the page is submitted to server. The Tick event happens when the time stated in the interval property has lapsed and page is posted on the server. One or more Timer controls may be added over the Web page. Commonly the entire page needs only a single Timer control; although, several Timer controls can be used, if the UpdatePanel controls are being updated at different intervals.
Explain about the DataContext class and also how it is related to the LINQ?
Specify different ways of deployment which are supported by .NET Framework 4.0.
Define Server-side scripting and Client-side scripting?
Illustrate in .NET about different types of directives?
What are the different types of validation controls in Asp.net?
Explain about the XML elements.
Which of the following steps involves Assembly execution? a Evidences are gathered about assembly. b Depending on the gathered evidences, the assembly is assigned to a code group. c Security rights are allocated to the assembly, depending on the code group. d Assembly runs as p
What are the chief built in objects in Asp.net?
Is it possible to set which kind of comparison we want to perform by the CompareValidator control?
Differentiate between the default skin and the named skin?
18,76,764
1946285 Asked
3,689
Active Tutors
1456188
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!