 |
|
Top 201 to 250 Database Tools - ASP.NET scripts at Programsdb.com |
Scripts are listed afer popularity. To display the scripts after name please click here
201)
Deleting data from an ASP.NET DataGrid
Deleting data from an ASP.NET DataGrid is an article in which the author discusses about the deletion of rows in the datagrid control by creating a delete button on each row.
202)
Adding a CheckBox column to your DataGrid
Adding a CheckBox column to your DataGrid is an easy to learn tutorial which shows you about placing a checkbox column in the datagrid control. This tutorial explains it step-by-step to the users.
203)
Free ASP.NET Code Generation
This is a code generation tool for ASP.NET based on template syntax and the web users can add and customize the data online easily. It has several features and is easy to use.
204)
ADO to ADO.NET
This is an easy to learn ASP.NET tutorial through which you can learn about the objects of ADO and ADO.NET. This tutorial also lists you the various namespaces that must be included on your aspx page inorder to use the objects of the ADO.NET in that page.
205)
DTS Grows Up
This is an useful article for the data base administraters to learn about dts package and the method for creating it. Data transmission service tool is used to export the data from a wide range of data sources. This article also deals with the various tasks of the DTS tool.
206)
EBA: Web ComboBox V2
Web ComboBox V2 (.NET) allows users to choose from long lists through a feature-rich, intuitive interface. It’s designed to help people choose quickly from lengthy lists of data such as customer records, product SKU’s, or even files on a computer. In practice, Web ComboBox will allow web developers to build responsive and attractive dropdown lists, auto complete ‘search boxes’, and more - all with the ability to connect to a database in real-time.
207)
ASP DataGridColumns .NET assembly
ASP DataGridColumns .NET assembly is an ASP.NET based program that enables web developers to build their own data grid columns objects with the capability to define custom columns for the ASP.NET DataGrid server control.
208)
ASP.NET Tutorial: Count Records from SQL Server Database using ADO.NET, SQL, and Visual Basic.NET
This is a tutorial which helps you to know how to display the number of the records that exist in the SQL-Server database. You simply use the executescalar method to count the table records.
209)
Enterprise Blocks Web Controls
This tool contains several components that helps the developers to create their web applications and professional database table with OLAP capability easily.
210)
True Binary Serialization And Compression of DataSets
It is a simple tutorial through which programmers can gather information about Dataset, which stores data in disconnected cache memory and has structure similar to relational database.
211)
How to determine the DB item is null or not
This is an ASP.NET tutorial through which you can get the solution for handling null values in the database table. The author gives you the sample code which helps you to assign the database item in a text box and avoids the DBNull error.
212)
Choosing Data Containers for .NET, Part 2
This simple tutorial offers guidelines to programmers about typed datasets and untyped datasets. The author gives details about the advantages of utilizing the functionalities of dataset.
213)
Using Stored Procedures in Visual Basic .NET
This is an ASP.NET tutorial which describes the features of stored procedure and how it can be used to perform various database manipulations. Stored procedures are similar to the functions and are executed by the database engine.
214)
Active Tree
This is an ASP.NET based treeview generator which is used for creating a tree view for list selection. It uses checkbox to select the list. It has very simple source code to set treeview method navigation on the web pages.
215)
Adding Items to a DataView and DataTable
Adding items to a DataView and DataTable is a tutorial which helps you to learn how to add the data into the data table and data view. Data table is made up of rows and columns. Data view is a customized view of a data table.
216)
Calling a Detail Data Form From A DataGrid Row
This is a simple tutorial which is easily understandable by the readers. In this tutorial the author explains about how to call a form when the user selects a row in the datagrid table. The form contains the procedure to perform the required operation.
217)
Why Create a DataSet, use a DataTable
This is a simple tutorial in which the author offers solution for the question asked by the programmers about creating a datatable instead of creating Dataset inorder to improve the performance of applications.
218)
Database-like Data Containers
This is an article through which you can learn more about the DataSet object of the ADO.NET. Dataset consists of three collections such as tables, relations and extended properties and it is completely in- memory object. This article also explains you about populating the DataSet object.
219)
Allowing Only Numbers in ASP. NET TextBoxes
This is an user friendly ASP.NET tutorial through which you can perform validation in the text boxes of your web pages with the help of the CustomValidator control. The author explains the procedure with a sample code which shows how CustomValidator control takes care of the validation process.
220)
Building a data grid using ADO.NET and SQL Server
It is an useful ASP.NET article which guides you in showing the database data in the datagrid control using various ADO.NET objects. You can download the sample source code from this tutorial.
221)
ASP.NET Maker
ASP.NET Maker is a powerful yet easy-to-use code generator that creates a full set of ASP.NET Programs quickly from your Data Source.
222)
ASP .NET - The DataList Control
ASP.NET - The DataList Control is a tutorial which describes briefly about the datalist control. This tutorial shows how to use various styles in the datalist control, how to add AlternatingItem template to the datalist and how to integrate the list items to the datalist control with an example.
223)
ADO.NET Primer
This is an user friendly tutorial in which the author gives you a brief explanation about various objects of the ADO.NET such as Connection, Command, DataSet and DataReader and shows how to access the database data with the help of these objects.
224)
ASP.NET Database Code Builder
This article is about building SQL query for connecting the database. The author describes the functions of it and its features.
225)
How To Execute SQL Parameterized Stored Procedures by Using the ODBC .NET Provider and Visual C# .NE
It is an article in which you get the method for executing SQL Parameterized Stored Procedures by means of the call syntax of the ODBC.NET data provider. This article gives you an exmaple for the call syntax and it uses the add method to insert the input parameters to the stored procedures.
226)
Adding a New Record to the DataGrid
Adding a New Record to the DataGrid is an article which helps the readers in adding new records to the datagrid control. This article places a textbox web control in the footer of each column by using the footer template for inserting the records into the datagrid control.
227)
Codease
Codease is a database tool which is used for generating error free codes and it automatically generates SQL stored procedures. It has standard operations and fully customizable process.
228)
Selecting information from a database
This is a tutorial which teaches you about the select statement of the Sql used for displaying the records of the database table. This tutorial clearly shows how to create dynamic Select queries and passing variables to it.
229)
Selecting Items With The DataGrid And DataList Controls
This is a web based tutorial in which the author tells you the four methods for enabling the item selection with the datagrid and datalist controls. You can implement any one of the method explained in this tutorial for your applications.
230)
Data Access with ASP.NET, Part 3
Data Access with ASP.NET, Part 3 is an ASP.NET tutorial in which the author shows you how to display the data of the DataSet object in the datagrid control. You can get the syntax for creating the datagrid control in this tutorial.
231)
SQL Transactions with the SqlTransaction Class
This is an useful tutorial for those who need to gain more knowledge about the transaction and how to implement the transaction using various methods of the SqlTransaction class. This tutorial offers you the sample code which help you to understand the commit, rollback and save method.
232)
Getting Started with ADO.NET
This simple Asp.net tutorial helps you to establish database connection and perform various database operation using the objects of ADO.NET. In this tutorial the author gives you an explanation about various ADO.NET objects such as OleDbConnection, SqlDbCommand
OleDbDataSet, SqlConnection etc.,
233)
ASP.NET & Databases : Part 3
This is an article in which the author teaches about the method of modifying the data in the dataset. The author gives details about the process of connecting data source with dataset.
234)
Using Data Access Interfaces
Using Data Access Interfaces is a tutorial which helps you know how to provide data access for the data providers such as OleDB or SQL with the help of various interfaces. This tutorial also shows how to create a class library.
235)
Data Access Layer based on dataSets
This tutorial gives suggestion for the problem that arise while developing data access layer. Here the author explains about DAL based on datset with respect to performance perspective.
236)
ADO.NET (part 1)
This tutorial is much helpful for the novice to gather more details about the ADO.NET architecture. This tutorial discusses about the various classes of the ADO.NET objects. You can also know about the typed DataSet with the help of this tutorial.
237)
Inserting a New Row
Inserting a New Row is an ASP.NET tutorial in which the author gives you the solution for adding a new row to the datagrid control using DataSet and SqlDataAdapter objects . In this tutorial a text box is used to gather information about the new row.
238)
DataGrid Output Formatting
DataGrid Output Formatting is a tutorial through which you can learn about how to format the datagrid data. This tutorial also shows the method for making changes in the datagrid output.
239)
Paging Database Results in ASP.NET
This is an article through which you can gather information about the paging functionalities in ASP.NET. Paging helps you to display the information in multiple pages so that you can present the data in easy-to-read format.
240)
DbNetGrid.Net
DbNetGrid.Net is a highly manageable and searchable HTML grid component based on ASP.NET.
241)
Creating DataGrid Programmatically
This is an ASP.NET tutorial which shows step-by-step process of creating the datagrid control using code in ASP.NET. This tutorial defines a sub-routines which helps you to create a datagrid control on the web forms.
242)
Handling DataGrid Events
This is a simple and easy to learn tutorial through which you can gather more information about the events and eventhandlers of the datagrid control. This tutorial is more informative to the novice programmers.
243)
How To Dynamically Add and Format DataGrid Column
In this article the author teaches you about building the columns of the datagrid control and format the columns with the help of DataFormatString property of the datagrid control.
244)
Accessing Data Using ADO.NET: Part 1
This is a tutorial through which you can gain more knowledge about the ADO.NET objects and how to perform various database operations using these objects. The ADO.NET objects helps you to access the data from the datasource that have managed provider. The author also shows the various namespaces.
245)
Using Dropdowns in the DataGrid
It is an useful tutorial through which you can learn how to integrate the dropdownlist box in the datagrid control. This tutorial shows you the sample code which will be helpful for your web applications.
246)
Deleting a Row
This is an ASP.NET tutorial which helps you to delete a row from the datagrid control using deletebutton columns. You have to set the delete event handler using the OnDeleteCommand property.
247)
CurrentPageIndex Property Shows Up as 0
CurrentPageIndex Property Shows Up as 0 is a tutorial which will be useful for the novice. In this tutorial the author shows how to display the page number of the datagrid control in which user is currently working.
248)
Sorting a DropDownList by Value
This web based tutorial is useful for the web developers. You can know how to sort the items in the dropdown list box control with the help of this tutorial.
249)
Displaying Custom Classes in a DataGrid
Displaying Custom Classes in a DataGrid is an article that briefly describes about the N-Tier Architecture. This article is much useful for the application developers.
250)
The SQLTransaction Object
This is an ASP.NET tutorial which shows you how to handle manual transactions. This tutorial also discusses about the local and distributed transactions. The author offers the sample code which will be helpful for the novice.
Browse Pages: |< << [1] [2] [3] [4] 5 [6] [7] [8] [9] >> >|
|
|
|
 |
|
|