commit d6715244d0515c2f5a2aac364090b86d96cbb61f Author: editor <@51Aspx.com> Date: Tue Jun 11 19:14:31 2024 +0800 初始化 diff --git a/51Aspx源码必读.txt b/51Aspx源码必读.txt new file mode 100644 index 0000000..2465d9a --- /dev/null +++ b/51Aspx源码必读.txt @@ -0,0 +1,37 @@ +一个不错的ASP.NET分页控件源码及演示 + +一、源码描述 +环境:VS2022 Access + +二、功能介绍 +一个开放源码的Asp.net分页控件,采取Url进行链接分页,支持页面跳转,利用DataGrid进行演示,当然也可以利用GridView等,MyPaper.cs为控件源码 +该分页控件调用也非常简单,具体请参照Demo文件 +Demo.aspx为演示页面,demo.mdb为数据库文件 + +三、注意事项 +ctrl+F5运行即可。 + + + + + +作者: kingeric + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/UrlPager +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: https://www.51aspx.com + 讨论圈: https://club.51aspx.com/ + +平台声明: + +1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用; +2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有; +3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com ); +4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性; + +友情提示: + 一般数据库文件默认在 DB_51Aspx 文件夹下 + 默认账号密码一般均为51Aspx + 关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs new file mode 100644 index 0000000..cb1e240 --- /dev/null +++ b/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +// +// �йس��򼯵ij�����Ϣ��ͨ������ +// ���Լ����Ƶġ�������Щ����ֵ���޸������ +// ��������Ϣ�� +// +[assembly: AssemblyTitle("MyPager1.0.0.0")] +[assembly: AssemblyDescription("һ������ MSHTML �� ASP.NET ���ӻ���ҳ�ؼ�")] +[assembly: AssemblyConfiguration("���½http://kingeric.cnblogs.com/��ȡ��������")] +[assembly: AssemblyCompany("����STDUIO")] +[assembly: AssemblyProduct("")] +[assembly: AssemblyCopyright("����STDUIO[QQ:330611174]")] +[assembly: AssemblyTrademark("")] diff --git a/Backup1/51aspx源码必读.txt b/Backup1/51aspx源码必读.txt new file mode 100644 index 0000000..2465d9a --- /dev/null +++ b/Backup1/51aspx源码必读.txt @@ -0,0 +1,37 @@ +一个不错的ASP.NET分页控件源码及演示 + +一、源码描述 +环境:VS2022 Access + +二、功能介绍 +一个开放源码的Asp.net分页控件,采取Url进行链接分页,支持页面跳转,利用DataGrid进行演示,当然也可以利用GridView等,MyPaper.cs为控件源码 +该分页控件调用也非常简单,具体请参照Demo文件 +Demo.aspx为演示页面,demo.mdb为数据库文件 + +三、注意事项 +ctrl+F5运行即可。 + + + + + +作者: kingeric + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/UrlPager +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: https://www.51aspx.com + 讨论圈: https://club.51aspx.com/ + +平台声明: + +1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用; +2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有; +3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com ); +4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性; + +友情提示: + 一般数据库文件默认在 DB_51Aspx 文件夹下 + 默认账号密码一般均为51Aspx + 关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help diff --git a/Backup1/AssemblyInfo.cs b/Backup1/AssemblyInfo.cs new file mode 100644 index 0000000..cb1e240 --- /dev/null +++ b/Backup1/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +// +// �йس��򼯵ij�����Ϣ��ͨ������ +// ���Լ����Ƶġ�������Щ����ֵ���޸������ +// ��������Ϣ�� +// +[assembly: AssemblyTitle("MyPager1.0.0.0")] +[assembly: AssemblyDescription("һ������ MSHTML �� ASP.NET ���ӻ���ҳ�ؼ�")] +[assembly: AssemblyConfiguration("���½http://kingeric.cnblogs.com/��ȡ��������")] +[assembly: AssemblyCompany("����STDUIO")] +[assembly: AssemblyProduct("")] +[assembly: AssemblyCopyright("����STDUIO[QQ:330611174]")] +[assembly: AssemblyTrademark("")] diff --git a/Backup1/Demo.aspx b/Backup1/Demo.aspx new file mode 100644 index 0000000..2b2e64a --- /dev/null +++ b/Backup1/Demo.aspx @@ -0,0 +1,15 @@ +<%@ Page language="c#" Codebehind="Demo.aspx.cs" AutoEventWireup="false" Inherits="MyPaperControls.Demo" %> + +<%@ Register TagPrefix="mp" Namespace="MyPaperControls" Assembly="MyPaper" %> + + + + Demo + + + + +