 |
|
Top 1 to 50 Database Tools - ASP.NET scripts at Programsdb.com |
Scripts are listed afer popularity. To display the scripts after name please click here
1)
How To Export Data in a DataGrid on an ASP . NET WebForm to Microsoft Excel
This is an article that helps the .NET programmers to upload the contents of the datagrid web server control to the Microsoft Excel file using two techniques such as Excel Automation and Excel MIME Type.
2)
ASP.NET Tutorial: Adding records to a database using ADO.NET, SQL Server 2000 and Visual Basic.NET
This is an useful ASP.NET tutorial that helps you to insert the data into SQL Server database. This tutorial uses the ADO.NET objects to add the records.
3)
Merging two Datasets into a single Datagrid
This tutorial discusses about the process of merging two dataset in a single datagrid by using merge method in .NET framework. In this tutorial users can learn about bindgrid method which helps in binding datasets with datagrid.
4)
Creating Master-Detail Listings using ASP.NET controls
Creating Master-Detail Listings using ASP.NET controls is an article which provides you information about the master-detail data that is displayed in the datagrid control. This article also tell you the way for hiding and showing the child datagrid.
5)
Creating a custom DataGrid delete button
This is an useful tutorial which shows you how to perform deletion in datagrid control by creating a delete button in the html form. This tutorial does not use the delete command of the datagrid control in ASP.NET.
6)
Custom ASP.NET Datagrid Paging With Exact Count - Introduction
Custom ASP.NET Datagrid Paging With Exact Count - Introduction is a web based article that deals with the paging behaviour of the datagrid control. This atricle also shows how to get the count of the database records.
7)
Passing Data the .NET way
It is an article through which you can learn how to retrieve the objects from one aspx page to another aspx page using session and application objects. You can also define custom method of transferring objects between the aspx pages.
8)
Using a DataGrid To Edit And Delete Items
Using a DataGrid To Edit And Delete Items is a tutorial that explains you the addition and deletion of data in the datagrid table in ASP.NET. This tutorial is useful for the .NET beginners.
9)
Multi-select ASP.NET datagrid
Multi-select ASP.NET datagrid is an useful tutorial for the novice and advanced .NET programmers. In this tutorial the author explains how to select multiple checkboxes in a datagrid control.
10)
Viewing, Adding, Editing, Removing Records from MySQL using ASP.NET DataGrid control
This is a web based tutorial which helps you to display the MySql database records in the datagrid control of the ASP.NET. You can insert, edit and delete the data shown in the datagrid control easily. This tutorial offers you the complete sample source code to the users.
11)
WebToolBox.CountDown
This script is a time count down component. This .NET based program help users to display the timer count down on their websites numerically.
12)
Display Excel File Contents in a DataGrid
This is an ASP.NET article that helps users to know how to get the data from the Excel file and bind it to the datagrid control using OleDbDataAdapter object. You can use the sample code shown in this tutorial.
13)
Creating a DataBound List of Radio Buttons
It is a tutorial through which you can know about creating radio button control and populating the radio button with the data of the table.
14)
Server Side Repeater Control
It is an ASP.NET article which helps you to learn various topics regarding repeater control such as creation of repeater control, handling the ItemCommand event of the repeater control, various templates supported by the repeater web server control etc.,
15)
Creating a Fully Editable DataGrid
It is an ASP.NET article which is helpful for the novice and .NET advanced programmers for changing the data of multiple rows of the datagrid control at a time by selecting the checkbox control on each row of the datagrid control.
16)
Working with DropDownList and ListBox Controls
This is an ASP.NET tutorial that guides the users in getting an idea about the dropdownlist and listbox controls. This tutorial is simple and more informative.
17)
ASP.NET Pop-Up Date Picker Control
This script helps users to create a popup date picker on their websites. This program is compatible on both internet explorer and netscape browsers. Using this script you can select the date and time.
18)
The 'Ins' and 'Outs' of Using Stored Procedures with Visual Basic .NET
This is an ASP.NET tutorial through which you can gain more knowledge about the stored procedure. Stored procedures contain a collection of Sql statements and it helps you to reduce network traffic,
enhances the database security and speeds up the execution.
19)
Reading Data Reader Secrets
This is an interesting article through which you can know about the DBDataReader classes of the ADO.NET and recordset object of the ADO which are used to retrieve the database data. ADODataReader and SQLDataReader are the derived classes of the DBDatareader class.
20)
Hide Hyperlinks From Site Visitors
This is an ASP.NET tutorial useful for the web programmers. In this tutorial the author shows you how to hide the hyperlinks that exist in the web forms with a sample code. You can download the complete sample source code from this tutorial.
21)
OleDbParameterCollection Class
This is a tutorial for the .NET application developers to know where to use OleDbParameterCollection Class. This class contains all the parameters of the OleDbCommand object and it is available in the System.Data.OleDb namespace.
22)
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.
23)
Ad Hoc Query Builder
Ad Hoc Query Builder is an ASP.NET based program that helps webmasters to enable their ASP.NET applications to create ad hoc reports with ease. This program permits webmasters to use all databases as backend.
24)
Understanding the Differences Among the DataGrid, DataList, and Repeater
Understanding the Differences Among the DataGrid, DataList, and Repeater is an article that discusses about the merits and demerits of the datagrid web controls such as datagrid control, datalist control and repeater control.
25)
Building a Tiered Web App Using the DataSet and the ASP DataGrid
This is an useful ASP.NET article through which you can learn about creating N-tierd Windows based applications using the dataset object. This article also tells you the features of the datagrid control to the users.
26)
.Net DataAccessLayer
This database tool helps user to manage both data input and output services. Supported databases are Oracle, SQL server and supported requests of this database are, GetData, savedata, excutescalar methods etc.,
27)
PagingRepeater Control with Page Navigation
This is an user friendly tool which helps to navigate through the pages. This pagingrepeator tool will be helpful for the web application developers.
28)
HOW TO: Use a CheckBox Web Control in a DataGrid in Visual Studio .NET
This is an ASP.NET tutorial which helps you to learn about using a checkbox web control in a datagrid. This tutorial explains three methods for inserting a checkbox in datagrid control.
29)
Data Paging in ASP.NET
This tutorial is helpful for the web programmers to perform paging in their web forms. Paging helps you to present the data in a user friendly manner. This tutorial gives you the sample code which helps you to display the result of a search in various web pages.
30)
Design a Custom Paging Solution
In this tutorial the author explains you the solution for performing custom paging in the datagrid control.
31)
Using Nested DataGrids in ASP.NET
Using Nested DataGrids in ASP.NET is an article which will be more useful for the .NET application developers. In this article the author discusses about the usage of nested datagrids.
32)
Databinding to Custom Objects
It is a simple tutorial in which the author gives details about method of binding a collection of objects to a data list. Through this tutorial learners can gather information about GetEnumerator method, to perform databinding process.
33)
Accessing MySQL Database with ASP.NET
This is an useful ASP.NET tutorial for the novice to know about how to display the MySql database data in the HTML page using the ASP.NET. You can access the data quickly from the MySql database and it supports multiple platforms.
34)
Automating Stored Procedure Parameters with XML
This is an easy to learn ASP.NET tutorial which helps .NET developers to send the information of the XML document as the input parameter for the stored procedures. You can clearly understand this operation with the help of the live example shown in this tutorial.
35)
HOW TO: Display DataGrid in small screen area without using Paging
This is an ASP.NET article which contains information about how to place the datagrid in a small window area without using the paging. This article is easy to understand and more informative.
36)
DataGrid and DropDownLists
This is a tutorial for the .NET programmers to know about how to place the dropdownlist control inside a datagrid. This tutoiral also contains information about populating a dropdownlist box control.
37)
Navigate Hierarchical Datasets
This user friendly tutorial gives guidelines to the programmers to learn about the method of navigating through relational dataset bu using ADO.NET. The author explains about DataViewTree WinForms component, that help in displaying the content of the dataset.
38)
Updating a Row
Updating a Row is a tutorial which helps you to update a row in the datagrid control using the edit button that is created in each row of the datagrid control.
39)
Grouping Data in a DataGrid
Grouping Data in a DataGrid is a tutorial for those who need to group the rows of the datagrid control based on category. This tutorial shows an example to the users. You can see a live video demo in this tutorial.
40)
ADO.NET Datatset Programming
This is a simple tutorial in which the author explains about the benefits of utilizing ADO.NET datset features in database application. The author explains various features of ADO.NET dataset.
41)
How to store multiple database tables in a DataSet
This is an easy to learn tutorial in which the author gives details about the method of storing datas of multiple data table in a single dataset. The author gives source code which executes the above said process.
42)
HierarGrid: A Hierarchical DataGrid that Displays Master-Detail Relationships
This is an article which is useful for the .NET programmers. This article clearly shows how to display the data from two tables that have a common field in the datagrid control.
43)
Rap Tier
This tool is used for generating code for database driven application and it works under ASP.NET, C#.NET and SQL. It supports SQL Server and database engines.
44)
Databinding with XML
This is an easy tutorial in which the author details about data binding with XML in .NET frame work. In this tutorial the author gives details about constructing a XML file and the method of utilizing these XML files as a data source.
45)
Developing SQL Server Database Explorer
This is an useful ASP.NET tutorial through which you can learn about displaying the details of the Sql Database tables. The author gives you the sample source code and also shows you how to execute the downloaded sample source code. You can see screen shot that shows the Sql Server database explorer
46)
AxpDatagrid
This is a web control tool that uses several grids for the web users. It has many enhanced features and no scripting is essential to edit the database.
47)
Hierarchical Data Binding in ASP.NET
This is a simple ASP.NET tutorial which helps you in getting information about the databinding technique and hierarchical data. In this tutorial the author shows you about using hierarchial data in different datagrid web server controls with an example.
48)
Data Access
This is a data access component which is based on .NET framework applications that allows the users to access the data from any database. It uses single code on entire system for data access.
49)
Data Access with ASP.NET, Part 2
This is a web based tutorial which teaches you the various ADO.NET objects that are used to obtain the database data in your aspx page. The sample code given in this tutorial shows you how to use ADODatasetCommand object and ADOConnection object to access the database data.
50)
ASP Neat
This tool is used for generating codes for ASP pages and also the users can manage databases easily. It supports the databases like, MS Access and MySQL database.
Browse Pages: |< 1 [2] [3] [4] [5] >> >|
|
|
|
 |
|
|