Home

Submit

Source

Feeds

Home » ASP » Database Integration ::

ASP Database Integration
In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.
Related Tutorials
ASP Web Forms
How to Use Dictionary Object
ASP / Web Forms
Dictionary object is an useful object to store any form of data in an array list. Following asp script block stores all data coming from a form and list them in our HTML codes.

Site: www.dotnetindex.com Report - View Tutorial

ASP Miscellaneous
Determining How Long Your Users Spend Filling Out Forms
ASP / Miscellaneous
This article describes how to easily determine how long your users spend filling out forms on your Web pages.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP Database Integration
Using Data Shape to create hierarchical recordsets
ASP / Database Integration
In this code code snips; we will create hierarchical recordsets using data shaping. We will create a new table using two data table. We will list results of one table with sub-records related to master table. Data shaping is an advanced technic to spend less server memory.

Site: www.dotnetindex.com Report - View Tutorial

ASP Web Forms
Using ASP for Form Handling: Part 4 - Filling the Gaps
ASP / Web Forms
This article covers a number of miscellaneous topics include: handling radio buttons and check boxes, emailing attachments with CDONTS, sending HTML in an email message, and some ways of using the data stored in the registration database.

Site: www.wdvl.com Report - View Tutorial

ASP Database Integration
Multiple Form Selection (Where In)
ASP / Database Integration
Allowing multiple choices of data observations enables people to customize views of your data and adds value to your applications. The following example utilizes our db on the career statistics of Hammerin' Hank Greenberg. The years he played are available to select from in a dropdown menu. When multiple years are selected they are passed comma delimited.

Site: www.codeave.com Report - View Tutorial

ASP General Development
Select Case Example
ASP / General Development
Many times we need to perform an action or display something different based on some different parameters. Using select case is one such way to do this.

Site: pacosdrivers.com Report - View Tutorial

ASP Database Integration
SQLServerTools Object
ASP / Database Integration
This example was easy Get a list of all current tables in the database created by your's truly, get a list of dependent stored procedures for each table and do it all in a stored procedure.

Site: www.aspemporium.com Report - View Tutorial

ASP Web Forms
Creating Dependent Select Objects With ASP
ASP / Web Forms
This article details how to leverage several technologies both client and server-side to create dependent HTML select objects using ASP, ADO, SQL and DHTML.

Site: www.15seconds.com Report - View Tutorial

ASP Database Integration
An Useful Method : RecordSet.Filter
ASP / Database Integration
Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data from database. Fileter method is advantage working on recordsets after querying on SQL command.

Site: www.dotnetindex.com Report - View Tutorial

ASP Database Integration
Get Your Data Faster with a Data Cache
ASP / Database Integration
Storing frequently used lookup data in a database is a great idea (e.g. order status codes, state names, etc.) that saves tremendous amounts of time in design and maintenance. However, retrieving that data from the database every time it is needed is very inefficient. This article describes how to use Application variables to cache frequently used lookup data in memory to achieve lightning fast access times.

Site: www.15seconds.com Report - View Tutorial

ASP Database Integration
Randomizing a Recordset
ASP / Database Integration
Shuffling a recordset so that it can be displayed in random order is very useful when programming dynamic Web pages. A database table containing a list of supported vendors or links to advertisers may need to be displayed in a different order each time so that none complain about always being last on the list.

Site: www.15seconds.com Report - View Tutorial

ASP Scripts
Creating a Mailing List Program
ASP / Scripts
Have you ever wanted to create a mailing list on your site? Tired of using those so-called free services that insert advertisements into all of your e-mails? Well this is your lucky day. I have written a basic tutorial on how to accomplish this task. Included with this article is all source code free to download.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP Database Integration
Presentation Of Hierarchical Data
ASP / Database Integration
It is very common to see hierarchical data in many of the forms used in web applications. The data is presented to the user in combo boxes. When the user selects the data in the first level combo box, the next level combo box gets filled with the data that is associated to the selected value in the previous level combo box.

Site: www.asp101.com Report - View Tutorial

ASP Database Integration
Displaying foreign keys as list boxes
ASP / Database Integration
This tutorial explains how to turn those foreign keys into list boxes automatically.

Site: coveryourasp.com Report - View Tutorial

ASP Database Integration
Name Search & Hyperlinks to Detail
ASP / Database Integration
Searching a data base to display hyperlinked summaries that can be clicked on to display detail data provides an excellent way to navigate through your data.

Site: www.codeave.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement