Hi,
i am using ajax ModalPopupExtender inside the updatePanel. but it's not work properly. so plz tell me How to use it
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.
Jiyaul MustaphaPosted Jun 25, 2019, 12:51 AM
Confirm?
Are you sure to delete the selected record?
class="btn btn-success btn-border btn-sm" data-dismiss="modal">
NO
class="btn btn-danger btn-border btn-sm">
YES
{
ScriptManager.RegisterStartupScript(this, GetType(), "", "ShowDialog(true);", true);
}
{
ScriptManager.RegisterStartupScript(this, GetType(), "", "HideDialog();", true);
}
Saineshwar BageriPosted Oct 22, 2014, 2:58 AM
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="modal.aspx.cs" Inherits="WebApplication1.modal" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>