Where and How to use DataReader

by top54u.com 15 May, 2008
Here we will use SqlDataReader to learn the use of Data Reader in data access code of ASP.Net with C#. For using SqlDataReader object you have to code little bit more ....
[read full article here]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , , , ,

Where and How to use DataSet

by top54u.com 15 May, 2008
For using DataSet to create the in-memory structure of data retrieved from the SQL Server Database you can use SqlCommand and SqlDataAdapter objects..
[read full article here]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , , , ,

DataSet Vs SqlDataReader

by top54u.com 15 May, 2008
In ASP.Net when you code for data access using ADO.Net components and classes to bind data retrieved from SQL Server Database or any other data source, you have three options such as SqlDataReader, DataSet and DataTable..
[read full article here]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , , , ,

ADO.Net Performance in ASP.Net

by top54u.com 15 May, 2008
In ASP.Net Performance tuning is the most important task while working ADO.Net Data Access Components..
[read full article here]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , ,

Catching and Handling ASP.Net Errors and Exception in ADO.Net

by top54u.com 13 May, 2008
The best and common coding technique for catching and handling the Errors and Exceptions in ASP.Net for specific ADO.Net Data Providers is using try… catch … finally block..
[read full article here]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , ,

ASP.Net Error and Exception Handling for ADO.Net

by top54u.com 13 May, 2008
While working with ADO.Net components it’s important to manage the code by proper Error and Exception Handling techniques..
[read full article here]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , ,

Partial Page Updates using ASP.Net AJAX

by top54u.com 10 May, 2008
AJAX enables the ASP.Net web pages for the Partial-Page rendering to update the content of server controls placed inside the UpdatePanel..
[read full article here]

C# AJAX GridView Checkbox Select All

by top54u.com 09 May, 2008
In the previous article GridView Select Multiple Rows you learnt the multiple row selection in GridView control. Here you will get the C# code sample to select all the gridview rows using single checkbox server control..
[read full article here]

GridView Select Multiple Rows using C# ASP.Net AJAX

by top54u.com 09 May, 2008
In ASP.Net 2.0 you can use CommandField with Select command of GridView to select a row. But little logic is required to select multiple rows of GridView control. You can use AJAX server controls.
[read full article here]

Using GridView Selected Row in ASP.Net AJAX

by top54u.com 09 May, 2008
In the previous article we learnt how to generate GridView Select command using AJAX controls in ASP.Net web page with C# code sample..
[read full article here]

Tags

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008