Posted by Pharaoh on October 12, 2010 ·
Introduction ..
in order to connect to any data source you will often need some information about that source , such as it’s location and it’s way of connectivity .
also you will be needing a tool to connect and disconnect from that data source
ADO.Net Connection Class ..
ADO.Net encapsulate all of the data source connectivity in one class called ”Connection” , according [...]
Posted by Pharaoh on October 11, 2010 ·
Introduction … !
using SqlDataSource With the GridView Control gives you a lot of advantages , on the other hand if you are an old school ADO/ADO.Net programmer you would encounter scenarios where you wanna bind your gridview with your own datatable . the most obvious problem you will encounter that after binding the datatable with gridview and set AllowPaging = true and try to navigate between [...]
Posted by Pharaoh on October 3, 2010 ·
Introduction ..
As a Developer it’s one of my daily tasks to perform database operations such as read data from database and update data back to the database and handle all sorts of data manipulation operations such as searching and exporting sets of data into another formats , etc .
What’s ADO.Net .. ?
ADO.Net is a rich set of Classes Provided Within Microsoft’s .Net to Handle [...]