I use Access DB in this cood what i want it to use SQL server (DB) what i can do to change this cood ????? and also what i can write in Web.config.??
Public
#
<System.Diagnostics.DebuggerStepThrough()>
InitializeComponent()
cn.ConnectionString = ConfigurationSettings.AppSettings(
cn.Open()
cm.Connection = cn
cm.CommandText =
&
dr = cm.ExecuteReader()
Session(
Response.Redirect(
Label1.Text =
End