Skip Navigation Links
Home
ASP .NET
Web Controls
Data Binding
SharePoint Recipes
Administration
Branding
Business Data Catalog
Business Intelligence
Client Object Model
Document Sets
Managed Metadata Service
SharePoint 2010 New Features
Web Part Development
Feature Development
Biztalk Recipes
Schemas
Pipelines in Biztalk
Orchestrations
SQL Server Recipes
Cursors
SQL Server Clustering
SQL Server Mirroring
SQL Server Performance
SQL Server Replication
SQL Stored Procedures
SQL Transactions
Contact Us
   
Log In   
SOFTWARE RECIPES

Binding ObjectDataSource Controls to Custom Methods

The new ASP.NET 2 data controls, like the SqlDataSource and the AccessDataSource grealty simplify data access in your Web Applications. However, they have one major drawback: they flood your pages with SQL statements. Not so with the ObjectDataSource, that enables you to bind to the results of a standard method in your Business Logic Layer. The ObjectDataSource can in turn be bound to a data aware control, like the new GridView or DetailsView controls.

Read more...



WebPart Development Basics

This article describes the steps to create a webpart, package it as a feature and deploy it in SharePoint

Read more...




Copyright © 2011 Maxim E-Biz LLC. All Rights Reserved.