For Each row As DataRow In table.Rows
pPaht = "C:\Users\Bundit\Pictures\" + row.Field(Of String)("Picture") + ".JPG"
bmp = New Bitmap(pPaht, True)
DataGridView1.Rows.Add(row.Field(Of Integer)("Id"), row.Field(Of String)("ProductName"), row.Field(Of String)("Picture"), bmp)
Next
ต้องการแปลงเป็น web app ครับ รบกวนช่วยเเนะแนวหน่อยนะครับ จะให้ไปโชว์ใน Gridview web app
Tag : .NET, Ms SQL Server 2008, VB.NET, VS 2012 (.NET 4.x)