2007年09月
Office xp之后的版本支持通过webdav协议(http的扩展)直接编辑服务器上的文件。IIS(6.0)支持webdav,这在IIS管理器的web服务扩展中可以看到.利用IIS作为webdav的服务器端,可以很容易的实现office(word,excel等)的在线编辑.阅读全文>
发表于 @ 2007年09月29日 13:15:00|评论(loading...)|编辑
showModalDialog() (Internet Explorer 4 and above) showModelessDialog() (Internet Explorer 5 and above) vReturnValue = window.showModalDialog(sURL[, vArguments][, sFeatures]);sFeatures 所用的參數: dialogHeight: iHeight dialogWidth: iWidth dialogLeft: iXPos dialogTop: iYPos center: {yes | no | 1 | 0 } help: {yes | no | 1 | 0 } resizable: {yes | no | 1 | 0 } (Internet Explorer 5 and above) status: {yes | no | 1 | 0 } (Internet Explorer 5 and above)阅读全文>
发表于 @ 2007年09月27日 11:23:00|评论(loading...)|编辑
altas,ajax,控件,十七,互斥复选框,控件,MutuallyExclusiveCheckBox,任何时候,只有一个被选中阅读全文>
发表于 @ 2007年09月25日 20:56:00|评论(loading...)|编辑
利用ASP.NET输出指定内容的WORD、EXCEL、TXT、HTM等类型的文档很容易的。AppendHeader("Content-Disposition","attachment;filename=FileFlow.xls");ContentType指定文件类型 可以为application/m*-**cel application/ms-word application/ms-txt application/ms-html 或其他浏览器可直接支持文档 Response.ContentType = "application/m*-**cel"; this.EnableViewState = false; 利用ASP.NET输出指定内容的WORD、EXCEL、TXT、HTM等类型的文档很容易的。阅读全文>
发表于 @ 2007年09月22日 22:53:00|评论(loading...)|编辑
altas,ajax,控件,十六,遮盖,全屏幕,的,对话框,控件,ModalPopup阅读全文>
发表于 @ 2007年09月21日 21:24:00|评论(loading...)|编辑
altas(ajax)控件(十五):屏蔽编辑控件MaskedEdit阅读全文>
发表于 @ 2007年09月21日 19:49:00|评论(loading...)|编辑
altas,ajax,控件,十四,为下拉控件添加快捷键查找功能的,ListSearchExtender阅读全文>
发表于 @ 2007年09月21日 19:47:00|评论(loading...)|编辑
在atlas(ajax)中请不要使用Response.Write,请使用ClientScript.RegisterClientScriptBlock替换使用如下:ClientScript.RegisterClientScriptBlock(this.GetType(), "", ",atlas,ajax,RegisterStartupScript 阅读全文>
发表于 @ 2007年09月21日 13:08:00|评论(loading...)|编辑
MasterPage嵌套及MasterPage中的控件和变量的访问阅读全文>
发表于 @ 2007年09月18日 15:50:00|评论(loading...)|编辑
.Net 2.0 新功能: C#调式增强(C# Debugger Enhancements)阅读全文>
发表于 @ 2007年09月04日 14:10:00|评论(loading...)|编辑
.Net 2.0 新功能: 类设计器(Class Desigher)阅读全文>
发表于 @ 2007年09月04日 13:44:00|评论(loading...)|编辑
.Net,2.0,新功能,命名空间,别名限定符,(namespace alias qualifier)阅读全文>
发表于 @ 2007年09月03日 16:01:00|评论(loading...)|编辑
委托中的协变与逆变(Covariance and Contravariance in Delegates)委托中的协变。1.阅读全文>
发表于 @ 2007年09月03日 15:58:00|评论(loading...)|编辑
.Net 2.0 新功能:属性访问器可访问性(Property Accessor Accessibility)阅读全文>
发表于 @ 2007年09月03日 15:56:00|评论(loading...)|编辑
什么是迭代器?迭代器是方法、get访问器或运算符,它能使您能够在类或者结构中支持foreach迭代,而不必实现整个IEnumerable接口。例子:public.阅读全文>
发表于 @ 2007年09月03日 15:52:00|评论(loading...)|编辑