Where will you place your user-interface strings ?

Saturday, December 5, 2009


It is a best practice to place all your user-interface strings in a resource file rather burning them in code.


www.codecollege.NET

How to read a Session variable in javascript?

Friday, December 4, 2009


var jsUsername;
jsUsername = <%=Session["CurrentUser"]%>


www.codecollege.NET

What is SAML?

Wednesday, December 2, 2009


Security Assertion Markup Language.


www.codecollege.NET

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


AutoCompleteExtender.


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

What is url rewriting in asp.net?

Monday, November 30, 2009


URL rewriting is the process of intercepting an incoming Web request and automatically redirecting it to a different URL.


www.codecollege.NET
Blog Widget by LinkWithin