|
|
|
ช่วยดูหน่อยครับ ดึงค่ามาใส่ textbox มันขึ้น error ที่ rows ขีดสีฟ้าทุกตัวเลยคร้าบบบ ช่วยดูด้วยนะคร้าบ |
|
|
|
|
|
|
|
มันขึ้น error ที่ rows ขีดสีฟ้าทุกตัวเลยคร้าบบบ ช่วยดูด้วยนะคร้าบบ
String Sql = "SELECT Vio_name,Vio_cardno,Vio_allowno,Vio_carno,Vio_cartype,Vio_carlogo,Vio_carprovince,Vio_color,Vio_date,Vio_time,Vio_address,Law_name,Law_price FROM Violator INNER JOIN Law ON Violator.Law_id = Law.Law_id WHERE Vio_cardno = " + textBox14.Text;
SqlCommand cmd = new SqlCommand(Sql, Conn);
SqlDataAdapter adapter = new SqlDataAdapter(cmd);
DataSet data = new DataSet();
adapter.Fill(data, "Vio");
dataGridView1.DataSource = data.Tables["Vio"];
for (int i = 0; i<data.Tables["vio"].rows.count;i++)
{
textBox1.Text = data.Tables["vio"].rows[i]["Vio_allowno"].Tostring();
textBox2.Text = data.Tables["vio"].rows[i]["Vio_allowno"].Tostring();
textBox3.Text = data.Tables["vio"].rows[i]["Vio_allowno"].Tostring();
textBox4.Text = data.Tables["vio"].rows[i]["Vio_allowno"].Tostring();
textBox5.Text = data.Tables["vio"].rows[i]["Vio_allowno"].Tostring();
textBox6.Text = data.Tables["vio"].rows[i]["Vio_allowno"].Tostring();
textBox7.Text = data.Tables["vio"].rows[i]["Vio_allowno"].Tostring();
textBox8.Text = data.Tables["vio"].rows[i]["Vio_allowno"].Tostring();
textBox9.Text = data.Tables["vio"].rows[i]["Vio_allowno"].Tostring();
textBox10.Text = data.Tables["vio"].rows[i]["Vio_allowno"].Tostring();
textBox11.Text = data.Tables["vio"].rows[i]["Vio_allowno"].Tostring();
textBox12.Text = data.Tables["vio"].rows[i]["Vio_allowno"].Tostring();
textBox13.Text = data.Tables["vio"].rows[i]["Vio_allowno"].Tostring();
}
Tag : - - - -
|
|
|
|
|
|
Date :
2010-02-24 14:02:49 |
By :
วุดดี้ |
View :
1015 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
c# มันต้องคำนึงถึงอักษรตัวเล็กตัวใหญ่ด้วยนะ
|
|
|
|
|
Date :
2010-02-24 14:50:43 |
By :
tungman |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วคร้าบ
|
|
|
|
|
Date :
2010-02-24 15:14:48 |
By :
วุดดี้ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|