Tag: ยกเลิกปุมที่กดดู Detail

ตัวอย่าง Devexpress ถ้า Detail Gridview ไม่มีข้อมูล ให้ยกเลิกปุมที่กดดู Detail

using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using DevExpress.Web.ASPxGridView; using DevExpress.Web.Data; using System.Drawing; using System.Collections; using System.Data; public partial class _Default : System.Web.UI.Page { protected…