thanks i got the answer. to call the modelpopupcontrol in runtime Check
below code

protected void ButtonOk_Click(object sender, EventArgs e)

{

ModalPopupExtender2.Show();

}

Reply via email to