<asp:GridView ID="gvCommunication" runat="server" AllowPaging="True" EmptyDataText="No Data Found" DataKeyNames="COMMUNICATION_ID" PageSize="20" Width="100%" AutoGenerateColumns="False" OnRowDeleting ="gvCommunication_RowDeleting" > <AlternatingRowStyle CssClass="GridViewRowAlternate" /> <RowStyle CssClass="GridViewRow" /> <Columns> <asp:CommandField ButtonType="Image" HeaderText="Option" SelectImageUrl="~/images/find.png" ShowSelectButton="True" /> <asp:TemplateField > <ItemTemplate > <asp:ImageButton ID="ImageButton1" runat="server" CommandName="Delete" ImageUrl="~/Images/delete.png" OnClientClick="return confirm('Are you sure you want to delete this data Row?')" /> </ItemTemplate> </asp:TemplateField> <asp:BoundField DataField="COMMUNICATION_NAME" HeaderText="ชื่อการสื่อสาร" /> <asp:BoundField DataField="RECORD_STATUS" HeaderText="สถานะของรายการ" /> </Columns> <EmptyDataRowStyle CssClass="GridViewEmptyData" /> <HeaderStyle CssClass="GridViewHeader" /> <PagerStyle HorizontalAlign="Right" /> </asp:GridView>
protected void gvCommunication_RowDeleting(object sender, System.Web.UI.WebControls.GridViewDeleteEventArgs e) { try { MakerSoft.CRM_PAC.BLL.CommunicationIfoBLL.Delete(e.Keys[0].ToString(), MakerSoft.CRM_PAC.Common.UserLogonInformation.CurrentUserId()); this.gvCommunication.DataBind(); MakerSoft.CRM_PAC.Common.AjaxScript.AlertMsg("เรียบร้อยแล้ว", this.Page); } catch (Exception ex) { } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง