My Visual Studio
Sunday, June 24, 2012
ASP.Net : SQL Data Connection แบบที่ 2
คล้ายแบบที่ 1 แต่ใช้ Data Table
Dim ds As New DataSet
Dim dt As New DataTable
DA.Fill(ds, "Table1")
dt = ds.Tables("Table1")
GridView1.DataSource = dt
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment