将 ASP:DataSource 查询中的值分配给 C# 中的变量?
我有一个返回总和的 asp:datasource 选择查询。我想将该总和分配给后面的代码(c#)中的一个变量,然后将该变量分配给文本框的文本。
如何将 select 查询的结果分配给 ac# 变量?
I have an asp:datasource select query that returns a sum. I want to assign that sum to a variable in the code behind (c#) and then assign that variable to the text of a text box.
How do I assign the result of my select query to a c# variable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以考虑从后面的代码设置数据源:
You might consider setting the data source from the code behind: