非淡泊无以明志,非宁静无以致远 -心静如止水,动于静
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页
摘要: I am doing a job which is a web site using infragistic control webgrid to show sth.after i tested at home via IE8, showing script error as below:Webpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; 阅读全文
posted @ 2011-08-14 12:23 烟雨客 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 今天在做案子时候遇到用gridView控件时,想在里面有一个hyperlink,点击后弹出窗口再显示另外页面。可是在用DataNavigateUrlFormatString属性时,发现<hyperlinkFiled DataNavigateUrlFormatString="javascript:window.open('abc.aspx?...."这样写后,原来可以点击的hyperlink变成不可点击了。上网找有文章说是这是微软的Bug.在DataNavigateUrlFormatString中不能有“:”。网上给出的解决办法有两种:一种是将上述代码用item 阅读全文
posted @ 2011-07-31 14:42 烟雨客 阅读(971) 评论(0) 推荐(0) 编辑
摘要: Q:在开发web-browser based的infopath表单是否可以弹出messageBox?A: infoPath本身没有这样的函数,虽然有MessageBox.Show(),但这个函数只用于windows desktop app.在web中可以用this.InfoViews.SwitchView()来模拟messagebox和confirm窗口Q:在web browser based infopath表单handle submit事件为什么不work?A:只要在form submit option中选择了允许送出表单,并且是以编程方式送出,那么在页面上有submit按钮就可以击活su 阅读全文
posted @ 2011-05-20 14:27 烟雨客 阅读(213) 评论(0) 推荐(0) 编辑
摘要: You can use Help.ShowHelp(). also you can use helpProvider get parameter such as helpProvider.getHelpKeyword and then call browser to pass a URL to it. private void ExecUrl(string url) { ProcessStartInfo startInfo = new ProcessStartInfo("IExplore.exe"); startInfo.WindowStyle = ProcessWindo 阅读全文
posted @ 2011-05-08 00:08 烟雨客 阅读(218) 评论(0) 推荐(0) 编辑
摘要: I am doing the project, a toolstrip on a form, and this toolstrip has a image background. but, I find the seperator is fit on toolstrip's height when toolstrip's dock = full. looks not good.to control seperator as text's height, you should set toolstrip's padding value. padding is sp 阅读全文
posted @ 2011-05-07 22:27 烟雨客 阅读(176) 评论(0) 推荐(0) 编辑
摘要: Dim ProcInfo As New ProcessStartInfo Dim arguments As String = "dfshim.dll,ShOpenVerbApplication " + {{share path to the .application file (//share/drive/dir/app.application)}} ProcInfo.FileName = "rundll32.exe" ProcInfo.Arguments = arguments ProcInfo.FileName = filename ProcInfo.CreateNoWindow = Tr 阅读全文
posted @ 2010-12-28 22:24 烟雨客 阅读(239) 评论(0) 推荐(0) 编辑
摘要: Today, my collegue asked me to change a filed collation from TaiWan to Latin1, I said he has dbo rights, why not change it by himself? He replied to me it is gray when he clicked the field from pop up... 阅读全文
posted @ 2010-11-10 14:17 烟雨客 阅读(152) 评论(0) 推荐(0) 编辑
摘要: When we try to run an asp.net application on IIS6 Win2003 Svr En with Sp2 x64. It always show "Service Unavailable". the log is : Could not all ISAP filter...... I am sure this is IIS error. After loo... 阅读全文
posted @ 2010-08-19 10:45 烟雨客 阅读(855) 评论(0) 推荐(0) 编辑
摘要: I created 2 AD Sync machine. Some day, the machine which is RID role crashed. the error "the current fsmo could not be contacted ...." pop up when I used change RID role with UI. After search online, ... 阅读全文
posted @ 2010-08-12 13:47 烟雨客 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 今天调试用asp编写的系统时,是因为系统很慢,且webFxTree不能被实例化的错误。经过仔细排查,发现xTree.js文件有被修改过。更新之后webFxTree可以被实例化,但是速度却没有提升,相比以前慢了许多,在走查代码后发现在每一个asp的文件尾部有一行<iframe href="http://sinaphoto......这一个连接。其结果就是每打开一个asp的时候,会在客户端试图访... 阅读全文
posted @ 2010-08-10 21:22 烟雨客 阅读(166) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页