Hello
i have this code
DataAdapter = new SqlDataAdapter( "select name from CDS where Id='" + TextBox1.Text + "'", mycon);
how can i view the value in textbox 2 ??????????????? ??
i mean the value that returned from the sql
the value of name's Column
i have this code
DataAdapter = new SqlDataAdapter( "select name from CDS where Id='" + TextBox1.Text + "'", mycon);
how can i view the value in textbox 2 ??????????????? ??
i mean the value that returned from the sql
the value of name's Column
Comment