搜索资源列表
IBatisNetDemo_51aspx
- 利用配置IBatisNet操作GridView和DetailsView的源码例子 里面还集成了log4net,log.txt为日志文件 数据库文件在DB_51aspx文件夹中附加即可 IBatisNetDemo为IBatisNet项目文件,web为配置演示文件 数据库配置文件为:IBatisNetDemo\database.config-IBatisNet configured to operate using GridView and DetailsView inside th
WebScoreSystem
- ⑴ 掌握创建WEB数据库应用程序的方法 ⑵ 熟悉在ASP.NET下数据表记录基本操作 ⑶ 熟悉GridView数据控件的使用 ⑷ 熟悉数据源控件SqlDataSource的使用。 -⑴ WEB master database applications created the method ⑵ familiar with ASP.NET data table records under the basic operation of GridView data control ⑶ f
ASP.net--Ajax
- 详细的介绍了ASP.net中AJax的应用,提供了源代码第1章 3种开发模式(XMLHTTP+Web Form、XMLHTTP+HttpHandler和Call Back)开发Hello Word程序。 第2章 采用ASP.net Ajax1.0实现Hello Word程序。 第3章 实现Ajax GridView模块。 第4章 实现了聊天室模块(利用ASP.net Ajax)。-Detailed introduction to the ASP.net in AJax' s a
PhoneBook
- 这只是一个简单的演示应用程序。然而,基本的功能可以扩展成一个更复杂的逻辑,因为它是面向对象的。探索!特点:Visual Studio 2005(VB.net/ASP.net)——使用gridview -存储连接字符串在appsettings在web。 配置- css -使用验证控件(正则表达式&必需字段验证器)OOP(面向对象编程)访问-This is just a simple demo application. However, the basic functionality can be
AspNetPager_v7.4.4
- 分页是Web应用程序中最常用到的功能之一,在ASP.NET中,虽然自带了一个可以分页的DataGrid(asp.net 1.1)和GridView(asp.net 2.0)控件,但其分页功能并不尽如人意,如可定制性差、无法通过Url实现分页功能等,而且有时候我们需要对DataList和Repeater甚至自定义数据绑定控件进行分页,手工编写分页代码不但技术难度大、任务繁琐而且代码重用率极低,因此分页已成为许多ASP.NET程序员最头疼的问题之一。 -Web application is the
