asp.net 常用技术总结
文章平均质量分 73
miaolihong
这个作者很懒,什么都没留下…
展开
-
asp.net request 中有关请求路径 对照表
网址:http://localhost:1897/News/Press/Content.aspx/123?id=1Request.ApplicationPath/Request.PhysicalPathD:\Projects\Solution\web\News\Press\Content.aspxSystem.IO.Path.GetDirectoryNa转载 2012-02-15 10:34:23 · 467 阅读 · 0 评论 -
JS 在父页面中获取子页面的返回值
父页面 无标题页 cript" type="text/javascript"> function opendialog1() { var someValue=window.showModalDialog("b.html","","dialogWidth=500px;dialogHeight=500px;status=转载 2012-02-23 14:03:16 · 2769 阅读 · 0 评论 -
GridView DataFormatString 的用法总结
VS2005下BoundField列如何使用DataFormatString属性 HtmlEncode="False" 完整日期时间格式 (long date + long time) dddd, MMMM dd, yyyy HH:mm:ss g 一般格式 (short date + short time) MM/dd/yyyy HH:mm G 一般格式 (short dat转载 2012-02-23 14:55:11 · 7367 阅读 · 1 评论 -
设定BoundField的DataFormatString
设定BoundField的DataFormatString,通常有以下几种 DataFormatString= "{0:C}" 货币,货币的格式取决于当前Thread中Culture的设置 DataFormatString= "{0:E}" 科学计数法 DataFormatString= "{0: P}" 百分比 DataFormatString= "{0:F?}" 小数点后几位转载 2012-03-05 17:01:48 · 3170 阅读 · 0 评论