infolink

Thursday 26 April 2012

How to change the SQL Server 2008 in Mix Mode

This tutorial is about the SQL Server 2008. SQL Server have two Authentications
  1. Windows Authentication
  2. SQL Server Authentication


SQL Server Authentication
SQL Server Authentication


See the steps to change the SQL Server 2008 in Mix Mode.

Wednesday 25 April 2012

ASP.NET DropDownList Items

This tutorial is about the DropDownList control in ASP.Net. DropDownList used for many purpose. You have different Items in the DropDownList and selects the one item when you require. Like in the registration form on many sites use the DropDownList for the gender, country, language etc selection.
DropDownList

Now in this Post you can learn how the Items can add into the DropDownList control. I create the DropDownList for country.