摘要:
int CurrentPage;//当前页数 int PageSize; //每页条数 int PageCount; //总页数 int RecordCount;//总条数 private void Page_Load(object sender, System.EventArgs e) { PageSize=16; //每页为16条记录 if(!... 阅读全文
摘要:
输入时 public string TransString(string str) { short temp=13; str=str.Replace("'","’"); str=str.Replace("&","&"); str=str.Replace("",">"); str=str.Replace(" "," "); str=str.Rep... 阅读全文