Description: 深入挖掘ASP.NET 2.0系列课程(2):使用ObjectDataSource控件快速建立N层架构-Excavation depth ASP.NET 2.0 Series Courses (2): use ObjectDataSource control to quickly create N-tier structure Platform: |
Size: 11124736 |
Author:聂东波 |
Hits:
Description: 数据访问技术(数据绑定)-源码.8个教程:
1-使用SqlDataSource控件连接SQL Server数据库2-SqlDataSource控件属性设置3-使用ObjectDataSource控件绑定数据访问层-Data access technology (data binding)- .8 months source Tutorial: 1- use SqlDataSource control to connect SQL Server Database 2-SqlDataSource control attribute 3- the use of ObjectDataSource control to bind data access layer ... Platform: |
Size: 755712 |
Author:taobao2 |
Hits:
Description: 采用三层架构
使用了提供者设计模式,ObjectDatasource的使用,使用缓存依赖注入
实现了WEBCONFIG 自定义节点的配置
是初学者很好的学习资料
-A three-tier design using the provider model, ObjectDatasource use rely on the use of cache WEBCONFIG into a custom configuration of nodes is a very good learning materials for beginners Platform: |
Size: 1127424 |
Author:陈娟 |
Hits:
Description: Overview
Enables job seekers to post resumes
Enables job seekers to search for job postings
Enables employers to enter profile of their company
Enables employers to post one or more job postings
ASP.NET Features used
Forms based authentication
User management via Membership providers
Role based security
Profiles
Themes
Master pages
New data source controls - ObjectDataSource
New data bound controls GridView and DetailsView
New navigational controls TreeView
New login controls Login, PasswordRecovery, LoginName and LoginStatus
Web parts for customization Platform: |
Size: 412672 |
Author:datatech |
Hits:
Description: 重要属性:
RowState:来决定这些DataRow是否被改动过,或是新记录,或是被删除的记录,
然后为每个记录发出合适的数据库命令。
InsertCommand:向数据库发出对应的INSERT命令。
UpdateCommand:向数据库发出对应的UPDATE命令。
DeleteCommand:向数据库发出对应的DELETE命令。
ExecuteMode:查询的ExecuteMode。Read:返回数据行、Scalar:返回单个值、NonQuery:返回一个整数,指受影响的记录数。
重要方法:
为GridView指定数据源:GridView1.DataSource = productsAdapter.GetProducts()
为GridView 绑定数据:GridView1.DataBind()
-Important attributes: RowState: to determine the DataRow is altered, or a new record, or delete records, and then the appropriate database commands issued for each record. InsertCommand: the corresponding INSERT command issued to the database. UpdateCommand: the corresponding UPDATE command issued to the database. DeleteCommand: the corresponding DELETE command issued to the database. ExecuteMode: the query ExecuteMode. Read: return rows of data, Scalar: return a single value, NonQuery: returns an integer that refers to the number of affected records. Important: specify the data source for the GridView: GridView1.DataSource to = productsAdapter.GetProducts () bound GridView the data: GridView1.DataBind () Platform: |
Size: 23552 |
Author:lcb |
Hits:
Description: Determine the type of data source control you need. For example, the LinqDataSource control enables you to use LINQ syntax in markup code to access data from a variety of data sources. The ObjectDataSource control works with a middle-tier business object to retrieve and modify data. The SqlDataSource control enables you to supply a connection to a data source and SQL statements to retrieve and modify data. Platform: |
Size: 2738176 |
Author:kim |
Hits:
Description: 诗词管理系统源码采用三层架构使用了提供者设计模式,ObjectDatasource的使用,使用缓存依赖注入实现了WEBCONFIG自定义节点的配置,这是初学者很好的学习资料。-Poetry management system source used to provide three-tier design pattern, ObjectDatasource use, the use of cache dependency injection to achieve a WEBCONFIG custom node configuration, this is a good learning materials for beginners. Platform: |
Size: 1587200 |
Author:韩象名 |
Hits: