摘要:
/* Released Date:2007-5-30 ProcName:UP_GetRecordByPage */ --check UP_GetRecordByPage if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[UP_GetRecordByPage]') and OBJECTPRO... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Text;using System.Web.UI;using System.Web.Security;using System.Web;namespace Gtide.ShoppingMall.Common{ public class Ticket { p... 阅读全文