InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Ajax Timer control in asp.net |
|
Answer» Below is example of a Timer control. We can use timer control in AJAX. We take a example of datetime how to display time. |
|
| 2. |
Code to retrieve xml data from ajax |
|
Answer» Below code will HELP us to GET data from XML file wth the AJAX code quite easily and in simple WAY |
|
| 3. |
syntax of updatepanel in ajax |
|
Answer» here is the DETAIL Below |
|
| 4. |
What is UpdatePanel and its uses and disadvantage |
|
Answer» UpdatePanel control is very important control in the ASP.NET. Which comes in AJAX package. It will helps us to do partial rendering of the page. And this control mainly have TWO childtags |
|
| 5. |
How many update panel we can have per page in ASP.NET |
| Answer» | |
| 6. |
Syntax of AJAX autocomplete extender |
|
Answer» < div ID="divwidth" > |
|