asp.net 中的厚盒
我在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您的“谢谢”按钮调用了像 $.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.