Showing posts with label AJAX. Show all posts
Showing posts with label AJAX. Show all posts

Which control of Ajax control toolkit populates matching list upon entering characters in a text box?

Wednesday, December 2, 2009


AutoCompleteExtender.


www.codecollege.NET

what are the advantages of ASP.NET AJAX server framework?

Sunday, October 4, 2009


1. ASP.NET AJAX Server controls
2. ASP.NET AJAX ASP.NET Services
3. Microsoft AJAX Library



www.codecollege.NET

What are the advantages of using ASP.NET Ajax over the raw Ajax coding?


1. Browser Compatibility layer.
2. Core services.
3. Base Class Library.
4. Script controls and components.



www.codecollege.NET

Which attribute make a client method searchable by ASP.NET AJAX?

Thursday, October 1, 2009


ScriptMethod attribute, which is available in System.Web.Script.Sevices



www.codecollege.NET

What are the conditions for making a client method searchable by ASP.NET AJAX?


1. The method must be given the ScriptMethod attribute, which is available in System.Web.Script.Sevices
2. It must be Public
3. It must be Static



www.codecollege.NET

What is the main concept behind AJAX ?


The main concept behind AJAX is to enable web pages to make HTTP requests asynchronously without reloading the entire page.


www.codecollege.NET

What are the two portions of ASP.NET AJAX ?

Monday, August 10, 2009


The 2 portions are :
1. Server-side AJAX
2. Client-side AJAX


www.codecollege.NET

What is the Expansion of AJAX ?

Friday, August 7, 2009


Asynchronous JavaScript and XML.


www.codecollege.NET

An alternate to Javascript's document.getElementByid()?

Friday, July 31, 2009


You can use as an alternate to Javascript's document.getElementByid(), the following ASP.NET AJAX's method,
$get('nameofcontrol')
Ex:
var myctrl = $get('lblTotal')
.


www.codecollege.NET

How will you Check whether a browser supports AJAX callback or not?

Wednesday, July 29, 2009


You can check whether a browser supports AJAX callback or not by using the following property,
Request.Browser.SupportsCallback property.
.


www.codecollege.NET

What are the key features of .NET 3.5?

Monday, July 27, 2009


LINQ and AJAX are the key features of .NET 3.5.



www.codecollege.NET

Can we use multiple ScriptManagers on a page?

Wednesday, July 15, 2009


No.



www.codecollege.NET
Blog Widget by LinkWithin