如何仅在第一次单击 asp:button 时执行某些代码
由于我是 asp.net 的新手,我需要知道是否可以仅在网页中的 asp:button 的第一个按钮单击时执行一些代码。
实际上我的要求是我需要将 asp:check box 列表的选中值输入到数据库中,以用于 asp:button 的单击事件。我只需要第一次创建一些对象。然后我只需要向数据库添加值即可。如何识别第一次按钮点击?还有比这更有效的方法吗?
As I'm a newbie to asp.net I need to know whether there is anyway that I can execute some code only for the first button click for a asp:button in a web page.
Actually my requirement is that I need to enter checked values of a asp:check box list to database for the click event of a asp:button. I need to do some object creations only for the first time. Then I just need to add values to the database. How can I identify the first button click? If there is more efficient way than this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)