 |
|
Top 51 to 100 Database Tools - ASP.NET scripts at Programsdb.com |
Scripts are listed afer popularity. To display the scripts after name please click here
51)
ASP.Net Enterprise Manager
ASP.Net Enterprise Manager is a program built on ASP.NET that can be used as a web based interface for MSDE design and MS SQL server.
52)
ASP.NET & Databases : Part 7
This is an useful ASP.NET article for the readers to know about how to sort the data of the datagrid control with the help of the DataView object. You can see the sample screen shots for the datagrid control and sorting operation both in ascending and descending manner.
53)
Creating Datasets on the Fly
This simple tutorial is helpful for the novice to learn about creating instance of the DataSet object and perform sorting and filtering operation on the DataSet data with the help of the DataView object. This tutorial offers you the sample code which will be useful for the .NET programmers.
54)
Binding XML to a DataList Control
This is an ASP.NET tutorial that helps you to bind the contents of the XML document to the datalist control. In this tutorial you can see how dataset object can be used to integrate the data to the datalist control.
55)
Customizing the DataGrid Control
Customizing the DataGrid Control is an article that disusses about how to change various properties of the datagrid control. This article also shows how to perform sorting in the datagrid control.
56)
Simple ADO.NET Database Read, Insert, Update and Delete using C#
This is an ASP.NET tutorial which helps you to insert, read and delete the database records in ASP.NET using various ADO.NET objects such as ADOConnection, ADOCommand and ADODataReader. This tutorial shows you a live demo and offers sample code.
57)
Ask the DotNetJunkies: DataList Paging
This is an article through which you can learn how to perform custom paging in the datalist control using various various properties of the datalist control such as pagesize, AllowCustomPaging, AllowPaging etc.,
58)
Data Containers for .NET, Part 3
This user friendly tutorial offers you the procedure for wrapping the data container by using Hash table in a .NET framework. Here the author explains about typed data type.
59)
How to Print a DataGrid in C# and .NET
This is an easy to learn tutorial which is useful for the novice for printing the contents of the datagrid control using various methods of the DataGridPrinter class.
60)
Customizing Pagination
This is an useful ASP.NET article in which the author explians about the paging functionality of the datagrid control. This article is easy to learn for the users.
61)
DataGrid and Checkboxes
This is an user friendly tutorial which helps you to display the rows that is selected using the check box control placed on each row of the datagrid control.
62)
Filtering XML using the DataTable Select() Method
This simple tutorial instructs the programmers about the method of utilizing Select() method to filter a particular row in a database table and about the method of binding the row with the datagrid.
63)
All You Need To Know About ADO.NET: Part 1/2
This is an ASP.NET article through which you can gain more knowlege about the features of the ADO.NET and how to use it for getting the database records. ADO.NET uses the com based approach to access the data and it is useful for the .NET framework.
64)
Hierarchical Data and the ASP.NET DataGrid
This simple tutorial helps programmers in showing the hierarchical data from the two tables that have parent-child relationship in a datagrid control using ASP.NET. You can get more benefit by this tutorial.
65)
General Concepts
This is a web based tutorial which provides you more information about the datagrid control and how to bind it to the database table using various ADO.NET objects.
66)
How to get list of tables in a database
This is a simple tutorial that describes you the method of getting the tables and view of a database with the help of OleDbSchemaGuid class in ADO.NET. You can get the sample code for this task from this tutorial . You can use OpenSchema method of the Connection object to list the tables in ADO.
67)
ASP.NET datagrid scroll and column freeze
ASP.NET datagrid scroll and column freeze is a data grid component that helps users to scroll the body of the table without scrolling the header of the table vertically. This program comes with many enhanced features.
68)
"Fixing" the ASP.NET DataGrid
"Fixing" the ASP.NET DataGrid is an article that gives you the tips for creating a datagrid control and add the values in it from the database table. This article helps .NET developers to get clear idea about the datagrid control in ASP.NET.
69)
A DropDownList, EditItemTemplate, using Access, and HttpSessionState...Part 4
This is a simple ASP.NET article that contains information about how to add the records of the Access database in the dropdownlistbox control. This is an useful tutorial for the .NET application developers.
70)
3D Data Grid
This is a .NET based database application tool by which the users can create a three dimensional and fully graphical control properties included database table. It offers hidden panel which allows user to control the data easily.
71)
ssData
ssData is a program that can be used by the users as a SQL server wrapper. This program comes with several functionalities to be used with databases.
72)
Edit XML with a DataGrid
This is an ASP.NET tutorial which helps users in making changes in the XML document with the help of a datagrid control. You can use various methods and events of the datagrid control to perform editing operation.
73)
Jumping into ASP.NET Part 2: Creating the Data Storage Layer with SQL Server 2000
From this article you can learn how to create a data base and how data storage is done using SQL Server, Visual Studio .NET and ASP.NET. The author also explains the security using SQL Server, IIS and ASP.NET.
74)
How To Retrieve Column Schema by Using the DataReader GetSchemaTable Method and Visual C++ .NET
This is an useful ASP.NET tutorial which helps the novice to know how to get the schema information for the columns using the GetSchemaTable method. The GetSchemaTable method of the DataReader object obtains the Column schema information from the ColumnName property of the DataTable object.
75)
.NET DropDownList Combo by Dennis West
This is a simple and easy to learn tutorial for the users. This tutorial helps users to create a dropdownlistcombo in ASP.NET.
76)
A ComboBox in a DataGrid
A ComboBox in a DataGrid is a web- based tutorial which guides in placing a combobox control in the data
grid control. This tutorial explains it with an example.
77)
Convert DataReader to DataSet
It is a simple tutorial in which the author gives details about principles of Dtatreader and Dataset, which helps in data access through single way connenction and relational data respectively.
78)
MS SQL Database Explorer
It is a simple tutorial in which the author gives details about MS SQL Database Explorer. The author gives detailed method of viewing list of tables, viewing fields and more.
79)
C# DataGrid with DataSet
It is an easy to learn tutorial through which you can learn how to populate a datagrid control and bind data to it using the dataset object of the ADO.NET.
80)
How To Display Hierarchical Data by Using Nested Repeater Controls and Visual C# .NET
This is a web based article through which you can know how nested repeater control can be used to display hierarchical data using Visual C#.NET. This article shows a clear idea for doing this.
81)
The ADO.NET OleDbDataReader class
This tutorial shows you how to access the database records with the help of the DataReader classes. In this tutorial the author gives you the sample code which executes and return the rows of a table in the data reader object and displays it on the list view control.
82)
Data Access with ASP.NET
This is an useful tutorial for the novice to learn about how to access the data from the database table using various objects of the ADO. Using this tutorial you can gain more knowledge about the various objects of the ADO.
83)
SuperDataGrid
This utility is used for extending the ASP.NET applications with extra controls to allow users to sort data, edit data, view etc., Users never need to use any code for this utility.
84)
Displaying Images from SQL Server database in ASP.NET DataGrid
Displaying Images from SQL Server database in ASP.NET DataGrid is an article that helps you in knowing about how to display images in the datagrid control from the SQL-Server database.
85)
Using IComparable to perform custom sorting
Using IComparable to perform custom sorting is a tutorial which helps you to sort the data in the datagrid control using IComparable interface. This tutorial compares each elements in the list to perform sorting.
86)
Working with MS Access Stored Procedures in VB.NET. Part 2
This is an useful ASP.NET tutorial in which you can obtain information about data tier which is used to implement the stored procedures that is created in MS Access database. In this tutorial the author shows how to run the stored procedure using the ExecuteNonQuery method of the command object.
87)
Highlighting Search Keywords in a DataGrid Web Control
This is an useful article for the web developers. This article shows you how to highlight the search keyword in a datagrid web control. This article is more informative to the users.
88)
Extending DataGrid in ASP.NET
Extending DataGrid in ASP.NET is an article that shows you how you can extend a datagrid based on your requirement. This article helps you to add a header in between the rows of the datagrid control.
89)
Using ASP.NET to Create Multi-Page Custom Reports
This is an article through which .NET programmers learn about generating reports in ASP.NET with the help of databinding. The author briefly explains the procedure to the users. You can download the sample source from this tutorial.
90)
Using WebRequest and WebResponse classes
This is an easy to learn tutorial that gives you some explanation about the WebRequest and WebResponse class. This tutorial tells that you must import the System.Net namespace on your aspx page in order to use these classes.
91)
Data Operations on Sets of Rows
This is an article which is useful for the .NET programmers to perform various database operations such as insert, edit, update, delete using the ADO.NET objects. This article gives you the complete sample source code for each of these database operations.
92)
Database access using UDL
It is a tutorial through which you can gather more information about accessing the database connection with or without DSN. This tutorial is much useful for the novice.
93)
How to Create a Conditional Edit Button in a DataGrid
This is a simple tutorial which explains you the method of creating the edit buttons and hiding the edit buttons in each row of the datagrid control. You can hide the edit buttons by setting its visibe property to false.
94)
Custom Paging results in ASP.NET using A Better Way
This is an ASP.NET tutorial which will be helpful for the .NET programmers. In this tutorial author clearly shows how to divide the database results into mutiple pages.
95)
Dynamically access a database through a Web Application
This is a tutorial useful for the novice to get the database records using a web page. In this tutorial the author shows you a sample web page designed for this purpose. You can also get the sample code from this tutorial.
96)
Binding a two dimensional ArrayList to a ListBox Control
Binding a two dimensional ArrayList to a ListBox Control is a web based tutorial which explains you about how to add the values of the two dimensional array list to a dropdown list box control. This tutorial is simple and easy to learn for the readers.
97)
Listbox Control In C#
This is a tutorial which helps you to create a listbox control in web pages. The listbox control is useful for the programmers to list the data from the database table.
98)
OleDbError Class
This is an useful tutorial for those who need to use the OleDbError Class in their Database application to know the reason for the error that occur in the datasource. An object for the the OleDbError class is created using the OleDbErrorCollection class.
99)
Loading an XSD Schema into a DataSet
This tutorial instructs the programmers about XSD schema, which is used to provide data type to the Data column. In this tutorial the users can learn about the procedure for loading XSD schema into a dataset.
100)
Determining the path from A to B using SQL.
This is an easy tutorial in which the author explains about the process of tracking the path from A to B by using SQL. The author gives step by step method to track a data in a relational dataset.
Browse Pages: |< << [1] 2 [3] [4] [5] [6] >> >|
|
|
|
 |
|
|