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.
Define the difference between phases of software development or software life cycle?
Iteration: The repetition of a set of statements, generally employing a looping control structure, like a while loop, for loop and do loop.
Concurrency: This is a feature of parallel programming. The parts of a program whose executions overlap in time are stated to execute concurrently. Java's thread characteristic support concurrency.
here I attached the assignment and examples of how can you do this assignments. I will post others in the next week as well.
Anonymous object: An object formed without an identifier. They are generally formed as array elements, actual arguments or method outcomes. For example: private Point[] vertices = { &n
Explain the new features of the ASP.NET AJAX 4.0?
Explain the way to initialize contents of a dialog.
Edit-compile-run cycle: A common portion of the program development procedure. The source file is made initially and compiled. The syntax errors should be corrected in the editor before compiling it again. Once the program has been productively compil
Syntax error: It is an error detected by the compiler throughout its parsing of a program. The syntax errors generally result from mis-ordering symbols in statements and expressions. Missing curly semicolons and brackets are general illustrations of s
State some of the difference between the CSS and the CSS3.
18,76,764
1936266 Asked
3,689
Active Tutors
1414987
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!