本文介绍了如何在Page_Load中显示ModalPop的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,专家,
您能指导我在asp.net中使用C#在page_load上弹出一个modalpopup框吗?调用代码应在页面后面的代码中.我必须在框中放置一个下拉列表.
像往常一样,我不应该使用jquery或脚本来调用模式弹出框.
请尽快重播,
Sathish Kumar S
Hi experts,
Can you guide me to pop up an modalpopup box on page_load using c# in asp.net? The calling code should be in code behind page. I have to place an dropdown list in the box.
As usual I should not use jquery or scripts to call the modal pop up box.
Kindly replay ASAP,
Sathish Kumar S
推荐答案
ModalPop1.Show();
这篇关于如何在Page_Load中显示ModalPop的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!