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 is SAML?


Security Assertion Markup Language.


www.codecollege.NET

How will declare a one way communication method in a ASP.NET Webservice?


[SoapDocumentMethod(OneWay=true)]
[WebMethod()]
public void AOneWayComm()
{
//
}


www.codecollege.NET

Visual Studio 2010 Beta 2


you can download Visual Studio 2010 Beta 2 from the following location,




www.codecollege.NET

How will you disable personalization in ASP.NET Web Parts?

Monday, November 30, 2009


By using the attribute personalization-enabled as given in the below example,
<asp:webpartmanager runat="server" id="wpm1"
personalization-enabled="false" />


www.codecollege.NET

LinkWithin

Blog Widget by LinkWithin

Recommended Books