 |
|
Top 101 to 150 Database Tools - ASP.NET scripts at Programsdb.com |
Scripts are listed afer popularity. To display the scripts after name please click here
101)
Paging in DataList
This is an ASP.NET article in which author deals with the information regaring the custom paging functionality in the datalist control. This article clearly explains the fill method of the SqlDataAdapter object which is used to do custom paging in the datalist control.
102)
DataGrid Control
This is an useful article for the users to know about the datagrid control in ASP.NET. In this article the author clearly explains the various methods, properties and events of the datagrid control.
103)
Basic Database Operations using ADO.NET
This is an useful ASP.NET tutorial which gives a clear idea about using ADO.NET object to retrieve the data of the database table. In this tutorial the author creates a web page through which you can do all the database operations as well as you can also navigate through the records.
104)
Managing ASP.NET DataGrid Columns Dynamically
Managing ASP.NET DataGrid Columns Dynamically is an article that shows the users about adding columns to a datagrid control at run time. You can use the source code offered by this article for you application to create the datagrid columns dynamincally on your web forms.
105)
Apollo.NET
Apollo.NET is an xBase engine that comes with the ability to enable programmers to create multi user database driven ASP.NET applications.
106)
How To Copy DataRows Between DataTables by Using Visual C# .NET
It is an article in which the programmers can learn about the process of copying a specified data row in a datatable with the help of Visual C#.NET in a .NET framework.
107)
Displaying XML Data in an ASP.NET page : Binding DataGrid to an XML File
This is an article in which the author concentrates on binding data grid control to the data in the XML files with the help of dataset class. In this tutorial the author discusses about the dataset which has ReadXML() method to read the content of the XML file.
108)
Calender Popup
This is an ASP.NET based online tool which allows to include date selection in your web applications. You can select any one of the displayable version by using this script. Javascript generates the actual calender which is displayed.
109)
Bind XML to .NET Controls
This tutorial specifically concentrates on the process of binding XML data to datagrids or data list and also the author gives details about the method of displaying the binded data into the web pages with the help of controls that .NET offers.
110)
OleDbTransaction Class
It is an ASP.NET tutorial which tells you the uses of the OleDbTransaction class in the database application. In this tutorial the author also explains various properties such as commit, begin, rollback etc., of the OleDbTransaction class to the users.
111)
Confirming Deletes in DataGrid
This web based tutorial is useful for the .NET programmers to delete the items in the datagrid control after getting confirmation from the users. This tutorial explains it with an example.
112)
ASP.NET : “Paged” DropDownList control
ASP.NET : “Paged” DropDownList control is a tutorial which helps you to create a dropdownlist box control with paging functionality. PagedDataSource class has been used to implement paging in dropdown listbox control.
113)
xSQL DataCompare
xSQL DataCompare is a program with which you can compare either entire database or particular tables with ease.
114)
Creating a Custom ADO.NET DataAdapter
It is an useful tutorial in which the author concentrates on creating a customized ADO.NET data adapter, through which code mangement can be done.
115)
Showing DataGrid.SelectedItem in a Separate Web Form
This is an easy to learn tutorial in which the author describes the method of showing the selected values of the datagrid control in another web form. This tutorial uses the SelectedItem property of the datagrid control to do this.
116)
Manage Multiple SQL Server Installations and Databases with OSQL
This is a tutorial which helps novice to know about the use of OSQL command. OSQL command is used to manage mutiple servers and databases. You have to pass the server name, databse name, login, password, input file, output file that you want to execute with Sql script as the parameter to the OSQL.
117)
ASP.NET & Databases : Part 2
It is a simple tutorial in which the author gives details about the method of working with databases by using dataset objects. The author gives details about dataset and the method of utilizing dataset objects.
118)
Paging with Repeater control in ASP.NET
It is a tutorial which gives you the sample code for building the custom paging behaviour in the repeater control using two navigation buttons such as next and previous in the ASP.NET.
119)
Custom Data Paging in ASP.NET
This is a tutorial which gives you the solution for performing custom paging in the repeater control. Custom paging retrieve only the records needed for the current page and thus improves the performance.
120)
PoSQLDirect .NET Data Provider
This program is used for accessing the data from PostgreSQL database from .NET framework applications. It supports ActiveX object for .NET framework.
121)
OleDbPermission Class
This is an user friendly tutorial in which the author discusses about OleDbPermission class. This class allows the OLE DB .NET Data Provider to ensure the user security level for accessing the OLE DB data.
122)
Selecting a Row
This is a web based tutrorial which demonstrates the users the method of selecting a row in the datagrid control using buttons. This tutorial gives you the sample code to perform this operation easily.
123)
Programming in ADO.NET By Andrew R. Phillips
This is a tutorial which describes you about using ADO.NET objects to access the database in ASP.NET. In this tutorial the author shows the step-by-step process of creating the database connection using the ADOConnection class, accessing the data using DataSet object and show it on the datagrid.
124)
OleDbRowUpdatedEventArgs Class
This is an easy to learn ASP.NET tutorial which explains you the use of the OleDbRowUpdatedEventArgs class. You can also gather details about the various properties and methods of this class from this tutorial.
125)
WebServices and passing an ADO.NET DataSet
This is an easy to understand tutorial in which the author discusses about the process of migrating ADO.NET dataset from server to client. The author gives details about web services which helps in transfering information from one place to another.
126)
Creating a Generic Pager Control
Creating a Generic Pager Control is an article which shows users about creating a generic pager control. The generic pager control is user friendly and have first, previous, next and last paging buttons.
127)
User Tips: Using the .NET Framework Data Provider for Oracle
In this article author shows you the way for using the oracle data provider in aspx page to connect to the oracle database. OracleConnection, OracleDataAdapter, OracleCommand, and OracleDataReader classes are used to access the database data if you use the oracle data provider on your application.
128)
Invoking Methods Asynchronously using Delegates
This is a web based tutorial through which programmers can know about how to call the methods aschronously. The sample code given in this tutorial helps you to know about using BeginInvoke and EndInvoke methods of the Delegate class for this task.
129)
Getting a row count from a DataTable
It is an article in which the author details about the process of accessing a row count from the database by querying a database. The author explains about DataRowCollection Class, which resides on System.Data namespace to execute the above said process.
130)
Upload / Retrieve Image to MYSQL with ASP.NET/VB
This is a tutorial in which users can learn about how to export and get the images to and from the MYSQL database using ASP.NET. Users can get the source code from this tutorial.
131)
Building a Fully Functional DataGrid
It is an easy to learn tutorial for the readers. This tutorial gives you the explanation for builing a datagrid control using different base classes of ASP.NET.
132)
Avoid The Parameters Collection With The Microsoft .NET Data Provider For Oracle
This is an article through which you can know about how to execute the stored procedures without passing the parameter collection as the input and REF CURSOR as the ouput. This article shows a simple method of getting the recordsets of the stored procedure and using the System.Data.OleDb namespace.
133)
XML, the DataSet, and a DataGrid
XML, the DataSet, and a DataGrid is an article which shows an easy way of displaying the contents of the XML documents in a datagrid control using dataset object. You can see a live demo in this article.
134)
Data paging in the database (an ASP.NET approach)
This is a web based article which helps you to perfom paging on your .NET application. Paging behaviour helps you to present the data in an user friendly manner.
135)
Using a PagedDataSource and your own data pager links
It is a simple tutorial in which the author gives details about page data source class, which helps bind just the data you want to display.
136)
The Ins and Outs of DataViews
This useful tutorial teaches the concepts of dataviews and the method of utilizing dataview to perform various tasks like displaying the data, editing the data and navigating it to various place in the datatable.
137)
Populate Multiple Web Controls in ASP.Net using SqlDataReader
This is a simple tutorial in which the author gives details about the process of using SQLDataReader to include multiple web controls in .NET framework.
138)
Active Reports
This program is for the programmers which can be integrated with VB program that allows them to create the web report using VB. It allows users to use ActiveX, VB code and OLE objects on their web reports easily.
139)
ASPDB.NET
This component is used for making code for ASP based database applications quickly and the users can make database interface and web handling method invisible.
140)
Apex SQL Code
This script generates code for MS SQL server and it supports any type of languages and it produces codes quickly based on template.
141)
ADO.NET Series - Connecting with a Database
This is an useful ASP.NET article which helps you to know how to create SQL- Server database connection in ASP.NET applications. You can copy the sample source code given in this tutorial for your .NET applications.
142)
Adding Attributes to an Object Within a Datalist
This is a web based article which helps the readers to add the attributes to the objects that is placed within the datalist objects. This article shows it with a sample code to the readers.
143)
Ask the DotNetJunkies: How do I add a DropDownList to a DataGrid EditItemTemplate?
This is an ASP.NET tutorial which explains users about how to add the dropdownlist box in a datagrid control in ASP.NET. This tutorial offers sample code to the users.
144)
Displaying information from a database
In this simple tutorial you can get the solution for showing the data from the database table and XML document using three web server controls such as datagrid, repeater and datalist controls. This tutorial gives you the sample code for these three controls.
145)
Storing and Reading Base64 Encoded Connection String in Web.Config
It is a tutorial that shows you the method for hiding the information about the connection strings contained in the Web.Config file by means of Encrypted method. Base 64 encrypt alogorithm helps you to do this encryption and you can also decrypt it using the base 64 decrypt algorithm.
146)
Custom editable Datagrid with paging and sorting
Custom editable Datagrid with paging and sorting is an useful tutorial which helps you to learn about how to perform various operations such as add, edit and delete in the datagrid control. This tutorial also explains the sorting and built-in paging behaviour of the datagrid control.
147)
ASP.NET: Hiding/Manipulating Databound Items
This is an ASP.NET article which explains you a method for hiding and manipulating the individual elements of the datagrid, datalist and repeater controls. You can get the sample code to accompalish this task from this tutorial.
148)
Adding Items in a List Web Server Control
This is a tutorial which explains users how to add items in the list web server control using three methods. You can use these methods for all the list web server controls such as listbox, dropdownlist, checkboxlist and radiobuttonlist.
149)
How to Display Child Table Rows as a Column in a DataGrid
This is a web based tutorial through which you can learn how to display data from the child table in the column of the datagrid table. This tutorial clearly explains it step-by-step to the users.
150)
How To Retrieve and Display Records from an Access Database by Using ASP.NET, ADO.NET, and Visual C#
This is an article through which you can learn about how various ADO.NET objects can be used to display the Microsoft Access database data in the datagrid control. This article is more informative to the users.
Browse Pages: |< << [1] [2] 3 [4] [5] [6] [7] >> >|
|
|
|
 |
|
|