Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
处理程序页面 (.ashx) 能否获取在 web.config 的应用程序设置中设置的键值?对于 asp.net
回答:是的,详情见评论
是的,您可以使用ConfigurationManager该类获取设置。
ConfigurationManager
var value = ConfigurationManager.AppSettings["Key"]
更多信息
我在将空值传递给存储过程时遇到问题,例如,如果未在下拉列表中选择一个选项,如何将其作为空值通过 sqdatasource 传递到数据库。
我目前在我的页面上有许多下拉控件,它们保存参数值以传递给存储过程。
当我从这些控件中选择一些值时,gridvie