How to retrieve column values separately through sql data adapter class?
问题 I am trying to learn how to use sql data adapter ... I have coded the following to check how it works ... the problem is i want to retrieve values of 3 columns(DeptNo,DeptId,DeptName) of my database table "Sana" separately and display them in three separate text boxes ... Through the code mentioned below I am able to retrieve the value of entire tuple of data base table together what should I do to reach above mentioned result??? protected void Button1_Click(object sender, EventArgs e) {