อันนี้เป็นเม็ดทอธที่ดึงมาแสดงที่ datagrid ครับ
Public Sub refresh_gridtransp()
sql = "select transp_date, transp_name, transp_bill, transp_total from transpdetel"
datagrid_transp.DataSource = cmd_excuteDataTable()
change_datagrid_column()
End Sub
Tag : .NET, Ms SQL Server 2008, Web (ASP.NET), VB.NET, VS 2010 (.NET 4.x), VS 2012 (.NET 4.x)