摘要:
/* from: http://hi.baidu.com/stockzh/blog/item/e833a94c3c5aedf2d62afc48.html*/在项目中的CSS中添加下面的样式,就可以解决CalendarExtender被DropList遮挡的问题。.ajax__calendar { position: relative; left: 0px !important; top: 0px !important; visibility: visible; display: block;}.ajax__calendar iframe { left: 0px !important; top.
阅读全文
posted @ 2010-09-17 09:32
kofkyo
阅读(182)
推荐(0)
摘要:
今天将GridView导出excel的时候出现如下错误:Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.解决方法:将导出时间
阅读全文
posted @ 2010-09-17 09:31
kofkyo
阅读(216)
推荐(0)
摘要:
/* from: http://blog.zdnet.com.cn/html/82/289382-1782810.html*/SQL Server 2008正式发布了,在中文系统下安装中文版时,始终有些问题,今天狠心把操作系统一齐重新装了,结合之前安装时碰到的问题的解决经验,这次总算是一次性安装成功。环境:64位环境(32位环境不一定有问题,英文Windows XP下安装英文版没有本文中提到的问题)Windows 2008SQL Server 2008Visual Studio 2008 + sp1Office 2007 + sp1安装过程:按照之前的经验,office 200和Visual
阅读全文
posted @ 2010-08-28 07:21
kofkyo
阅读(206)
推荐(0)
摘要:
/* from: http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/789acf70-2ca7-4338-9c65-e143d223a806*/
阅读全文
posted @ 2010-08-26 22:47
kofkyo
阅读(220)
推荐(0)
摘要:
/* from: http://wuxiong8665.blog.163.com/blog/static/9351220091027105048244/*/更改SQL Server 2008 64bit 默认安装路径及Business Intelligence Development Studio (BIDS)安装失败解决办法http://blog.zdnet.com.cn/html/82/289382-1782810.html获得ini文件 后,可以命令运行安装(方法参照下面的)setup.exe /q /action=Install /configurationfile=<Confi
阅读全文
posted @ 2010-08-26 22:44
kofkyo
阅读(752)
推荐(0)
摘要:
/* from: http://tech.sina.com.cn/roll/2008-12-08/1546904090.shtml*/ SQL Server 2008在安装时,如果修改安装路径,例如想把“C:/Program Files/Microsoft SQL Server” 修改为“D:/Program Files/Microsoft SQL Server”,系统总是会给出报错信息。 详细的错误信息是:“The INSTANCESHAREDWOWDIR command line value was not specified. This value must be specified..
阅读全文
posted @ 2010-08-26 22:32
kofkyo
阅读(2430)
推荐(0)
摘要:
/* from: http://hci.javaeye.com/blog/520898*/由于安装VS2008的时候忘了去掉sql2005Express的安装,在安装sql2005Developer之前只好手动卸载sql2005Express了。由于在“安装删除程序”里有关sql2005Express的组件有数个,如果顺序不对可能会出现错误,我按照以下顺序卸载成功,现分享给大家,希望大家可以少走弯路。 1、sql server 2005 compact相关组件。 2、sql server publishing组件。 3、sql server 2005组件。 4、sql server VSS W
阅读全文
posted @ 2010-08-26 22:30
kofkyo
阅读(432)
推荐(0)
摘要:
from: /* http://bbs.blueidea.com/thread-2792311-1-1.html*/DOCTYPE不可怕,但把它拿走,会让你怕了又怕。 最近在蓝色理想转悠,发现很多朋友提出有关DIV+CSS排版问题,以及IE与FF的兼容问题。怎么问的都有,结果就是一个——显示很奇怪,很难调整。我们浏览的大多数网站,或者用Dreamweaver创建一个新的网页文档时,源码的顶部都会有DocType声明,但是很多人没有注意它,甚至在创作时候直接将它删掉,其实这往往就是噩梦的开始。在遵循标准的任何Web文档中,DOCTYPE都是一项必需的元素。它会影响代码验证,并决定了浏览器最终如.
阅读全文
posted @ 2010-08-04 08:14
kofkyo
阅读(160)
推荐(0)
摘要:
/* from: http://www.cnblogs.com/payne/archive/2007/04/30/733328.html*/Here's the responsible code for that error:public override string UniqueID{ get { if (this.NamingContainer == this.Page) { return base.UniqueID; } return "aspn...
阅读全文
posted @ 2010-06-13 18:11
kofkyo
阅读(161)
推荐(0)
摘要:
/* from: http://blog.codejockey.net/post/Using-Beyond-Compare-with-TFS.aspx*/英文的将就着看看吧A while ago I published an article but have since lost it, so I’ve decided to re-post it as the topic came up again today and I found myself hunting for the information. This time around I stumbled on a nugget of i
阅读全文
posted @ 2010-05-25 09:24
kofkyo
阅读(288)
推荐(0)