摘要:
1.MemberCountByLetter ALTER PROCEDURE MemberCountByLetterAS DECLARE @letter char(1), @index int, @max int CREATE TABLE #results ( letter CHAR(1), num INT) SET @index=ASCII('A') SET @max=AS... 阅读全文
摘要:
SharedRoutines.cs using System;using System.Data;using System.Text;using System.Web;public static class SharedRoutines{ const int TRUNCATE_COUNT = 50; public static string truncate(string origin... 阅读全文
摘要:
1.自定义分页 PageNumberer.cs using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.Web... 阅读全文
摘要:
Events_Calendar.aspx Events Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod t... 阅读全文
摘要:
A starting point for creating a web site for your club or organization. Includes a news posting, calendaring, member directory, and photo album systems. Create news announcements and news articles wit... 阅读全文
摘要:
是在程序执行时调用,是在数据绑定时被调用其中是单方向的资料连接 双方向的资料连接 阅读全文
摘要:
这个还没理解的,只找到相关的处理方法,但不知道为什么这么处理。写在Global.asax里面的。具体方法是下面的AppendQueryString委托方法。 阅读全文
摘要:
1.数据库设计字段 类型PhotoID intAlbumID intCaption nvarchar(50)BytesOriginal imageBytesFull imageBytesPoster imageBytesThumb image2.前台显示图片 &Size=M" clas... 阅读全文
摘要:
1.数据绑定语法:2.自定义分页 3.事件绑定: 绑定数据源即可。里面的Method对应业务层对象的方法。 设计步骤如下: 阅读全文
摘要:
A typical personal site that includes a photo album system. Also included are static pages for a resume and links. Comes in your choice of white or black... just change the theme! Download the Persona... 阅读全文