随笔分类 -  asp.net话题

数据库价格字段人民币符号在VS中的解决方法
摘要:首先在web.config的<system.web>添加<globalization>元素,其内容为:<globalization requestEncoding="GB2312" responseEncoding="GB2312" culture="zh-CN"/> 其次,在Eval表达式中,可以使用{0:c}格式参数指定单价中数据显示的格式。如:<%#... 阅读全文

posted @ 2007-09-23 11:31 金戈铁马 阅读(623) 评论(0) 推荐(0)

读取区块连接字符串设置值
摘要:读取<connectionStrings>区块连接字符串设置值Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--stringconn1= ConfigurationManager.ConnectionStrings["LocalSqlServ... 阅读全文

posted @ 2007-08-20 22:12 金戈铁马 阅读(446) 评论(0) 推荐(0)