Mega Code Archive
Categories
/
ASP.Net Tutorial
/
ADO Net Database
Hard code connection string in DropDownList
<%@ Page Language="C#" %> <%@ import Namespace="System.Data.SqlClient" %>
Default
Note: None of these actually work for this demo.
User ID=user;Password=pass;Initial Catalog=Northwind;Data Source=(local)
Integrated Security=yes;Initial Catalog=Northwind;Data Source=(local)