摘要:
前台:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--webdiyer:AspNetPagerID="AspNetPager_DataList_show"runat="server"AlwaysShow="True"CustomInfoHTML="正在查看第%CurrentPageIndex%页/共%PageCount%页"CustomInfoSectionWidth="30%"CustomInfoTextAlign="Left"Direct 阅读全文
摘要:
前台:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<webdiyer:AspNetPagerID="AspNetPager1"runat="server"BackColor="#EEEEEE"CenterCurrentPageButton... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.IO;using System.Text;using Codes;using CodeUtility;using Model;namespace CodeFactory{ public class CodeAccess { #region BLL public static voi... 阅读全文
摘要:
using Model; using System; using System.Collections; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Runtime.InteropServices;... 阅读全文
摘要:
using Model;using System;using System.Text;namespace DBUtility{ public class GetSqlString { public static string GetStoreProcedures() { return "select distinct(name) from sysobjects where type='p' "; ... 阅读全文
摘要:
using System; using System.IO; using System.Reflection; using System.Runtime.Serialization.Formatters.Binary; using System.Xml;namespace DBUtility{ public class CommonHelper { public static object Des... 阅读全文