asp.net 中的厚盒

发布于 2024-10-08 16:43:05 字数 201 浏览 6 评论 0原文

我在asp.net 中使用thickbox,一切正常。我加载它,里面有文本框和下拉菜单。我还设置了 modal=true,因此只有当我单击“谢谢”按钮时它才会关闭。

问题是在 aspx.vb 文件后面,我需要厚盒子中的数据,这样我就可以插入和更新我的数据库。我怎样才能做到这一点?

现在发生的事情是单击按钮厚盒关闭,但如何将数据发送到后端的 .vb 文件?

I am using thickbox in asp.net and everything works fine. I load it, have textboxes and dropdowns in it. I also made modal=true, so it only closes when I click the "Thank you" button.

The problem is that behind in the aspx.vb file, I need the data from the thick box, so I can insert and update my database. How can i do that?

Right now all that is happening is that onclicking the button the thickbox closes, but how do I send data to .vb file in backend?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福%小乖 2024-10-15 16:43:05

我假设您的“谢谢”按钮调用了像 $.thickbox.close(); 这样的插件函数。
您是否尝试像在厚盒 div 中一样添加服务器控件?尝试将其添加到厚盒 div 内并触发其单击事件。

I assume that your 'thank you' button calls a plugin function like $.thickbox.close();
have you try to add your server controls like in your thickbox div? try to add it inside the thickbox div and trigget its click event.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文