Hi frnds
I an displaying popup in my gridview column i tried but it is not open .
anyone tell me where i did mistake .i m sending to my grid code with model popup .
please let me on this
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
function ShowHideDivOnButtonClick() {
// $('#Post').hide();
$('#Post').toggle("slow");
return false;
}
GridLines="Vertical" Width="100%" CssClass="table-responsive" PageSize="50" AllowPaging="true" OnPageIndexChanging="grdView_PageIndexChanging"
OnRowDataBound="grdView_RowDataBound" OnRowEditing="grdView_RowEditing">
PageButtonCount="50" />
<%#Container .DataItemIndex + 1 %>
<%# DataBinder.Eval(Container.DataItem, "UserID")%>
ItemStyle-CssClass="Text-Center">
<%# DataBinder.Eval(Container.DataItem, "designation")%>
ItemStyle-CssClass="Text-Center">
<%# DataBinder.Eval(Container.DataItem, "subject")%>
UserID | |
Comment | |
PopupControlID="pnlDisplay" CancelControlID="btnCan" BackgroundCssClass="modalBackground">
7 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anjali KhanPosted Jan 2, 2018, 10:10 AM
Amit KumarPosted Jan 2, 2018, 10:04 AM
Anjali KhanPosted Jan 2, 2018, 9:59 AM
Anjali KhanPosted Jan 2, 2018, 9:31 AM
Amit KumarPosted Jan 2, 2018, 9:22 AM
Anjali KhanPosted Jan 2, 2018, 8:05 AM
issacpalPosted Jan 2, 2018, 5:54 AM