上一页 1 ··· 280 281 282 283 284 285 286 287 288 ··· 337 下一页
摘要: Response.Redirect work fine with properly configured AJAX extensions Response.Redirect will not work without this in web.config.            <httpMo... 阅读全文
posted @ 2009-08-28 13:06 emanlee 阅读(422) 评论(0) 推荐(0)
摘要: I get a lot of questions about 'relationship' of our Microsoft Chart Control to the well known Dundas Data Visualization controls. You can definitely see the similarities in the features, appearance, ... 阅读全文
posted @ 2009-08-26 18:12 emanlee 阅读(698) 评论(0) 推荐(0)
摘要:   Using an rdlc report in ReportViewer, I need to create a table or matrix where the number of columns and the kinds of data displayed in the columns changes with each report.  For example,... 阅读全文
posted @ 2009-08-25 22:12 emanlee 阅读(2859) 评论(0) 推荐(0)
摘要: 1、问题描述: 在使用ASP.NET Ajax的日历控件时,可能会出现控件的部分被其它DIV容器遮住的情况,从理论上讲是设置DIV的z-index属性就可以, 但是关键是怎么设置日历控件的z-index,使其处于最顶层。 2、解决办法: 通过查找日历控件的源代码,可以找到名为Calendar.css的样式表,样式表的第一行表示整个日历控件这个容器的样式,代码如下: .ajax__calendar_... 阅读全文
posted @ 2009-08-25 07:55 emanlee 阅读(639) 评论(0) 推荐(0)
摘要: 绑定域名到目录,又称为子网站。简单说就是为子目录绑定域名,直接通过该域名访问,使一个空间存放几个网站。不是指空间允许绑定的域名数。1、例一:如http://www.ninedns.cn/,该站根目录下有mybbs2子目录 ,在这上面绑定了bbs.ninedns.cn因此就可以直接通过http://bbs.ninedns.cn/访问了。2、例二:http://www.cdhcw.com/和http://www.xiyuit.cn/这2个站看起来好象没什么关系,实际上http://www.xiyuit.cn/是通过绑定域名到cdhcw.com的site目录实现的。打开http://www.cdhc 阅读全文
posted @ 2009-08-25 07:54 emanlee 阅读(1384) 评论(0) 推荐(0)
摘要:     现在ASP.NET虚拟主机一般都可以绑定多个域名,但是通过这几个域名打开的页面都一样。如何使绑的这几个域名分别打开不通的页面(即实现子网站的功能)呢? 其实很简单,只需4个步骤:     1)给虚拟主机绑定几个域名;例如:www.abc.com,services.abc.com,support.abc.com。  ... 阅读全文
posted @ 2009-08-25 07:51 emanlee 阅读(329) 评论(0) 推荐(0)
摘要: 2009年08月20日NOD32最新升级ID —————————————————————————— 两个EAV激活码: M26F-0233-3WRA-7M6W-H4QL-8K7J M26F-0233-3WRA-8DET-U646-T94T 用户名            ... 阅读全文
posted @ 2009-08-25 07:51 emanlee 阅读(1044) 评论(0) 推荐(0)
摘要: 1、 (int)是一种类型转换;当我们从int类型到long,float,double,decimal类型,可以使用隐式转换,但是当我们从long类型到int类型就需要使用显式转换,否则会产生编译错误。 2 、int.Parse()是一种类容转换;表示将数字内容的字符串转为int类型。   如果字符串为空,则抛出ArgumentNullException异常; ... 阅读全文
posted @ 2009-08-24 12:20 emanlee 阅读(627) 评论(0) 推荐(0)
摘要:   Tip/Trick: Creating Packaged ASP.NET Setup Programs with VS 2005 http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx  ... 阅读全文
posted @ 2009-08-24 08:45 emanlee 阅读(733) 评论(0) 推荐(0)
摘要: 格式化:日期,时间,货币,数字,百分比。 In the report (rdlc) , Right Click in the Field, select properties, Select the Tab Format, and use the format code you need.  d Short date D Long date t Short time T Lon... 阅读全文
posted @ 2009-08-24 08:45 emanlee 阅读(1353) 评论(0) 推荐(0)
上一页 1 ··· 280 281 282 283 284 285 286 287 288 ··· 337 下一页