SqlConnection cn2 = null;
SqlCommand cmd2 = null;
SqlDataReader reader2 = null;
cn2 =
new SqlConnection("User id=cmslogin;password=cmsunlock;database=sampleECSphase2test;Data source=primasqltst\\qa");
cn2.Open();
cmd2 =
new SqlCommand ("select name from rich where Filename = '"+listBox1.SelectedValue+"'", cn2);
reader2 = cmd2.ExecuteReader();
retrievertb1.DataBindings.Add (
Binding);
Error1' System.Windows.Forms.Binding' is a 'type' but is used like a 'variable'
I got the error .. please help me