Search Tutorials:
About Me
|
Contact Me
Home
Tutorials
ASP.NET
Android
AJAX
JQuery
WCF
Visual C#
ADO.NET
.NET Framework
LINQ
Visual Basic
Java
HOW TOs
ASP.NET
Android
AJAX
JQuery
Visual C#
ADO.NET
.NET Framework
LINQ
Visual Basic
Java
Blog Posts
ASP.NET
JavaScript
Android
JQuery
Visual C#
.NET Framework
Visual Studio
ASP.NET MVC
Windows Phone 7
Free ebooks
Book Reviews
General
Personal
Presentations
Cheat Sheets
Web Services
ADO.NET Tutorials
Tweet
Share
|
ADO.NET
Navigate Master/Details Tables in DataSet using DataRelation
Posted by
Waqas Anwar
on
16 Jun 2009
- Views Count:
7666
The ADO.NET DataSet object allows you to load multiple DataTable objects in Tables Collection. These tables may or may not have any relation between them and you can use them without worrying about their relations. Most development scenarios require you to load two related database tables in DataSet and you not only have to create relations between the tables but sometimes you may also have to display them as Master/Details hierarchy. In this tutorial I will show you how you can navigate related parent and child table rows with the help of DataRelation object.
ADO.NET
Working with ADO.NET Disconnected Data Objects
Posted by
Waqas Anwar
on
03 Jun 2009
- Views Count:
6979
ADO.NET is Microsoft data access technology for those developers who are creating .NET applications to connect to different type of data sources. Be a part of .NET Framework, It is a set of classes and components that can be used by programmers to access data and data services. It provides classes to access and modify data stored in relational database systems both in connected and disconnected way. In this tutorial I will give you overview of the ADO.NET disconnected data objects such as DataSet, DataTable, DataColumn, DataRow, UniqueConstraint, ForeignKeyConstraint and DataRelation.
ADO.NET
Enumerate SQL Server database Instances using ADO.NET
Posted by
Waqas Anwar
on
14 Apr 2009
- Views Count:
3641
How many times you created a .NET application in which you need to know about all of the database systems on your company’s network? May be you need to create an application for database administrator of your SQL Server database so that he can see a list of all the SQL Server databases installed in the company. In this small tutorial I will show you how you can obtain the list of all SQL Server database instances.
ADO.NET
Consuming RSS Feed using XmlTextReader and DataSet
Posted by
Waqas Anwar
on
27 May 2008
- Views Count:
4340
RSS Feed is a very popular web feed format to publish frequently updated contents such as blog entries, articles, news headlines. In the following tutorial, I will show you how you can read RSS feed from its URL using XmlTextReader class in System.Xml namespace. I will also show you how you can bind and display feed contents using ASP.NET DataList control.
ADO.NET
Using SqlConnectionStringBuilder class in C#
Posted by
Waqas Anwar
on
16 May 2008
- Views Count:
13260
Microsoft introduced a new class in ADO.NET 2.0 version which can be used to build database connection strings specific to the provider you are using in ADO.NET. Different database providers expose different properties for the connection strings. For example, SQL Server connection string properties are different than MySql or OleDb connection strings. Although, it is possible to concatenate strings to build a complete connection string but by using .NET connection string builder class you don't need to memorize the properties appropriate to specific provider.
Find us on Facebook
Popular Posts
Binding Android ListView with Custom Objects using ArrayAdapter
August 12, 2011
Using Parameters with ObjectDataSource Control
June 24, 2009
Editing ASP.NET ListView Control using JQuery AJAX and Web Services
December 16, 2010
Editing Data using ASP.NET GridView Control
April 11, 2009
Insert Records using ObjectDataSource Control
June 27, 2009
Recent How TOs
How to Change IFrame Source using JQuery
November 14, 2012
How to Set Files as Read Only in .NET
August 29, 2012
How to get Domain Controllers Information in .NET
August 29, 2012
How to Check Validity of IP Address in .NET
August 29, 2012
How to Ping an IP Address in .NET
August 29, 2012
How to Create Conditional method
August 29, 2012
How to Create Breakpoint programmically
August 29, 2012
Recent Blog Posts
Add Conversations to Any Site with Moot Forums
May 20, 2013
Create Free Responsive Portfolio Websites with Dunked
May 16, 2013
Ghost: A Revolutionary Open Source Blogging Platform
May 16, 2013
A Fast & Fully Featured Auto-Complete Library
April 27, 2013
Paragraph, Word & Character Counting with Countable.js
April 27, 2013
Tags
asp.net
.net framework
ajax
android
visual basic
java
visual c#
linq
wcf
jquery
ado.net