gridview
Event : RowDataBound
จากนั้นก็สร้าง Control ที่ชื่อเหมือน Button
Dim cmdDelete as Button = ctype(e.rows.findcontrol("cmdDelete"),Button)
if Not IsNothing("cmdDelete") then
cmdDelete.attribute.add("onclick","return confirm('คุณต้องการที่จะลบข้อมูลนี้ใช่หรือไม่?');")
end if
(แต่ Gridview จะต้องมี Function Delete จาก sqldatasource นะครับ)
ลองดูนะครับประยุคใช้ได้....