System Information

Impossible Is Nothing...

导航

上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页

2005年6月20日 #

如何实现一个frame中的按钮事件调用另一个frame的服务器控件

摘要: sample: FrameTest.html: Frame Test Frame1.html: Frame1 Click Me! Frame2.html: Frame2 Button in Frame2 主要是这段:Click Me! 这样frame1里面的button被点击时,相当于frame2里面的button被点击 阅读全文

posted @ 2005-06-20 15:23 SysInfo 阅读(3611) 评论(0) 推荐(1) 编辑

日记本

摘要: 在后台定位焦点RegisterStartupScript("focus", " ");A(){docuemnt.get..id().focus()} 现在读取出来的数据是2005-6-22 14:03:14中 如何只保留日期?是DateTime类型的吗?asp.net中如何截取前面20个字?(DataBinder.Eval(Container.DataItem, "title")) 不过你如果你... 阅读全文

posted @ 2005-06-20 13:14 SysInfo 阅读(623) 评论(1) 推荐(0) 编辑

运用asp.net上传大文件

摘要: ASP.NET里面,上传最大的文件,可能在225M以下,再大,如何修改都不行.默认的上传大小是4M.如果需要上传更大的文件,必须采用其他方法.比如FTP,或者是其他组件比如ASPUPLOAD(不知道有没有NET版),还有,以下地址是讨论在NET中超大文件上传的,你可以去看看. 下面是一些资料,你可参考一下(上面所述地址也在里面) 对于asp.net,默认只允许上传2M文件,增加如下配置,一般可以自... 阅读全文

posted @ 2005-06-20 12:12 SysInfo 阅读(2862) 评论(0) 推荐(0) 编辑

再回北京

摘要: 经过一个多月的学校生活,可谓想法很多,今天又一次坐在办公室,公司变化了很多,最主要的是很多我在的时候的同事,都不在了,相对的,却来了许多新面孔... 其实我还是想做.net开发的... 阅读全文

posted @ 2005-06-20 11:16 SysInfo 阅读(275) 评论(0) 推荐(0) 编辑

2005年6月16日 #

如何给textbox中的文本设置垂直对齐,以及右对齐

摘要: 应用style="text-align:right"如: 阅读全文

posted @ 2005-06-16 18:37 SysInfo 阅读(2037) 评论(7) 推荐(0) 编辑

如何在文本框中打了回车以后,触发一个按钮事件

摘要: 最近在CSDN上,总是看到有网友提问,如何根据Enter,触发按键事件,现总结如下:http://community.csdn.net/Expert/topic/4086/4086715.xml?temp=.6221735http://community.csdn.net/Expert/topic/4091/4091753.xml?temp=.8459284http://community.csd... 阅读全文

posted @ 2005-06-16 18:34 SysInfo 阅读(995) 评论(1) 推荐(0) 编辑

Passing parameters to an ASP.NET page running in an IFRAME

摘要: Introduction I am building a content management intranet for my company. The website is based on DotNetNuke, and uses the excellent FreeTextBox control in order to enter HTML into the articles. One of... 阅读全文

posted @ 2005-06-16 13:38 SysInfo 阅读(841) 评论(0) 推荐(0) 编辑

Link ASP.NET Data Grid to Microsoft Excel in the client side

摘要: I was playing with internet explorer context menu, suddenly I noted that I have menu item called "export to Microsoft Excel".http://www.codeproject.com/aspnet/DGExdel.asp 阅读全文

posted @ 2005-06-16 13:37 SysInfo 阅读(499) 评论(0) 推荐(0) 编辑

Configuring Exceptions Using Web.config

摘要: Introduction It's always been a problem to handle exceptions in a large enterprise environment, where you want to deal with different exceptions in a different manner. Though error pages can be config... 阅读全文

posted @ 2005-06-16 13:34 SysInfo 阅读(600) 评论(0) 推荐(0) 编辑

2005年6月15日 #

asp.net操作Excel总结

摘要: asp.net操作Excel是B/S架构开发报表中经常遇到的,现对常见操作总结如下: 以下来自孟子e章DataGrid输出到Excel并进行格式化处理用Xml2OleDb将XML文件插入到数据库在C#中利用Excel做高级报表在ASP.NET中将数据直接输出成Excel内容在.NET环境下将报表导出Excel和Word 将DataGrid输出到Excel文件把Excel文件中的数据读入到DataG... 阅读全文

posted @ 2005-06-15 14:25 SysInfo 阅读(21071) 评论(5) 推荐(2) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页