随笔分类 - ASP.NET
摘要:http://blog.csdn.net/liyanwwww/article/details/5507498
阅读全文
摘要:http://blog.csdn.net/zr_wb/article/details/52413674
阅读全文
摘要:using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.Web
阅读全文
摘要:ADO.NET与抽水的故事 ADO.NET是微软新一代.NET数据库的访问架构,ADO是ActiveX Data Objects的缩写。ADO.NET是数据库应用程序和数据源之间沟通的桥梁,主要提供一个面向对象的数据访问架构,用来开发数据库应用程序。 5.1.1 ADO.NET的定义 ADO.NET
阅读全文
摘要:Uri uri = new Uri("http://www.yoercn.com/aboutus/idea.html");string Host = uri.Host; //www.yoercn.comstring AbsolutePath = uri.AbsolutePath; //aboutus
阅读全文
摘要:在项目中,经常会遇到页面分割,最常见的系统或网站的主界面。主页面分为,上面系统简介、下面作者简介、左边系统功能菜单、右边则是菜单真正展示的界面。 遇到这种这种分割页面,大家首先想到是frameset,使用framset分割多种frame,这种方式简单。若是不喜欢使用framset,喜欢前台设计的人也
阅读全文
摘要:/// <summary> /// 去除HTML标记 /// </summary> /// <param name="Htmlstring">包括HTML的源码</param> /// <returns>已经去除后的文字</returns> public static string GetNoHTM
阅读全文
摘要:txtTopImgBox.Attributes.Add("title", "12312121"); Text1.Style["background-color"] = ""; //背景设为红色 Text1.Style["height"] = "100px"; //高度设为100 Text1.Styl
阅读全文
摘要:整理了一下ASP.NET Web.config配置文件的基本使用方法。很适合新手参看,由于Web.config在使用很灵活,可以自定义一些节点。所以这里只介绍一些比较常用的节点。 <?xml version="1.0"?> <!--注意: 除了手动编辑此文件以外,您还可以使用 Web 管理工具来配置
阅读全文

浙公网安备 33010602011771号