且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Datalist中添加弹出窗口

更新时间:2023-10-10 15:22:40

HI,



你提供的链接不是弹出窗口但是一个Div的内容。你可以自己动手。



按照以下步骤操作。



1.保持div拥有你想要保留在弹出窗口中的控件。

2.使用java script / jquery单击应用按钮使div可见。

3.保留代码在同一页面代码后面的方法后面并将数据处理到您的数据库。



按照上述方法,您可以达到要求。



谢谢


The link that you have provided was not a popup but a Div content. You can do this of your own.

Follow the following steps.

1. keep a div having the controls that you want to keep in the popup.
2. Make the div visible on clicking the apply button using java script/ jquery.
3. Keep the code behind method in the same page's code behind and process the data to your DB.

Following the above method you can able to achieve the requirement.

Thanks