Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> ASP / ASP.NET -> General Articles Adds this page to your personal favorites
  General
A PagingRepeater control
A PagingRepeater control extending Repeater with page navigation
Visits: 867 Updated: 2004-4-17  Rating: (Not Rated)  More info & Ratings
Accessing MySQL Database with ASP.NET
This step-by-step tutorial makes use of over 20 images to describe every step in detail from obtaining, installing, configuring and running MySQL on Windows to insalling/uninstalling MySQL as a Windows service, creating a new table, populating it with some records and displaying those records in an ASP.NET page. Also explains the advantages of using MySQL on Windows with ASP.NET. All the code is available for download.
Visits: 1376 Updated: 2003-5-24  Rating: (Not Rated)  More info & Ratings
Advertisment
Adding Items to a DataView and DataTable
In this article we'll be demonstrating how to add a new row to both a DataTable and a DataView. In the first part of this article we will briefly discuss the differences between a DataView and DataTable, then we'll give a code example and analysis of how to add a new item to each. The code will demonstrate how effecting one, has a direct effect on the other.
Visits: 887 Updated: 2003-12-16  Rating: (Not Rated)  More info & Ratings
ADO and ADO.NET - Part I
In this article, we're going to take a look at some of the fundamental differences that exist between ADO and ADO.NET in a practical sense. We will be using ASP, ASP.NET and C# to both instantiate ADO and ADO.NET classes, seeing how the calling ...
Visits: 1771 Updated: 2002-5-6  Rating: (Not Rated)  More info & Ratings
ADO and ADO.NET - Part II
In this second part, you will learn about Rowsets, Calling stored procedures and Retrieving records as XML in ASP .NET using C#
Visits: 1092 Updated: 2002-5-6  Rating: (Not Rated)  More info & Ratings
ADO.NET Primer
A brief intro on adding database connectivity to Web Forms pages.
Visits: 454 Updated: 2002-11-20  Rating: (Not Rated)  More info & Ratings
ADO.NET: Displaying Data
Provides information on how you can use ASP.NET server controls to bind to and display the results of SQL queries.
Visits: 679 Updated: 2002-11-20  Rating: (Not Rated)  More info & Ratings
ASP.NET DATASET vs. ASP recordset spped tests: where's the fire?
Well, it's paying off. After a disappointing hibernation, Robbe has cracked the pen and produced an excellent and well researched article about ADO .NET performance for our site. He even found time to throw in a couple of classic ASP (ADO) comparison tests. The results are interesting!
Visits: 1471 Updated: 2001-10-2  Rating: (Not Rated)  More info & Ratings
ASP.NET: Connection Strings
Where should you store you connection strings in ASP.NET? Learn Here!
Visits: 1090 Updated: 2001-9-16  Rating: (Not Rated)  More info & Ratings
ASP.NET: Master/Detail View
ASP.NET: Master/Detail View using a DropDownList and a DataGrid
Visits: 2278 Updated: 2002-1-28  Rating: (Not Rated)  More info & Ratings
Connecting to a SQL database from ASP .NET
I This is part I of the tutorial that teaches you how to connect to a SQL database from ASP .NET using SQL Authentication. This part shows you how to set up MSDE for Mixed Mode and how to use Web Data Administrator to create databases and users.
Visits: 715 Updated: 2004-11-10  Rating: (Not Rated)  More info & Ratings
Connecting to a SQL database from ASP .NET I
This is part I of the tutorial that teaches you how to connect to a SQL database from ASP .NET using SQL Authentication. This part shows you how to set up MSDE for Mixed Mode and how to use Web Data Administrator to create databases and users.
Visits: 768 Updated: 2004-11-7  Rating: (Not Rated)  More info & Ratings
Convert DataReader To DataSet
A simple utility for converting an ADO.NET DataReader to a DataSet.
Visits: 7236 Updated: 2002-4-12  Rating: 
Creating a Master-detail page
Demonstrates how to create a master-detail page in ASP.NET using nested repeaters.
Visits: 823 Updated: 2004-4-1  Rating: (Not Rated)  More info & Ratings
Creating a Master-detail page
In this article I'll show you have you can quite easily make a master-detail page by nesting repeater controls. The data will be taken from the Northwind database, and the two tables we are going to use are 'Categories' and 'Products'.
Visits: 1393 Updated: 2002-11-20  Rating: 
Data Access with ADO.NET
This article describes the (data access layer) DAL class used by ASPAlliance.com, including a handy function that can cut the number of lines of code required for DAL methods by half or more, by cutting down the number of lines required for each stored procedure parameter.
Visits: 761 Updated: 2001-10-31  Rating: (Not Rated)  More info & Ratings
Data Access with ADO.NET - Part 1
This series of articles will first be a simple overview of what ADO.NET is, and second, will be a look at the specific objects and functionality that make up ADO.NET as a whole.
Visits: 1459 Updated: 2001-10-2  Rating: (Not Rated)  More info & Ratings
Data Access with ADO.NET - Part 2
This week, continuing his series on data access under ADO.NET, this article presents a simple ASP.NET sample script which illustrates querying the 'pubs' database. He then explains and walks you through how it works.
Visits: 1049 Updated: 2001-10-2  Rating: (Not Rated)  More info & Ratings
Data Access with ASP.NET
This article discusses what ADO+ is and how to use it in an ASP+ page to access a database.
Visits: 651 Updated: 2001-6-10  Rating: (Not Rated)  More info & Ratings
DB Admin Tool in 20 Lines
Create a 1 page tool with only 20 lines of code that provides access to your tables with SELECT, INSERT, UPDATE and DELETE statements.
Visits: 721 Updated: 2002-1-28  Rating: (Not Rated)  More info & Ratings
Deleting Items in a DataList
Demonstrates different ways of enabling users to remove single or multiple items in a DataList.
Visits: 626 Updated: 2002-11-20  Rating: (Not Rated)  More info & Ratings
Display SQL Server table data in a browser
Just supply your database connection string and this code will give you a radio button list of all your SQL Server tables and will show their fields.
Visits: 527 Updated: 2004-1-28  Rating: (Not Rated)  More info & Ratings
Displaying Images in DataGrid
In this Article we will discuss about retrieving images from a sql server database in ASP .NET and how to display them in a datagrid. This article has downloadable examples and you can test the output online. When ever you want to deal with images .....
Visits: 2968 Updated: 2002-11-20  Rating: (Not Rated)  More info & Ratings
Editing and Deleting Items in the DataTable and DataView
In last weeks article I explained how to add a new item to a DataTable and a DataView. In this weeks article we'll discuss editing and deleting items in both the DataView and DataTable objects. We saw in last weeks article that adding a new row in one DataTable or DataView object has a direct effect on another that is derived from the same DataTable, well editing rows is no different! In both the DataView and DataTable you edit items by using their rowscollection, the DataView has a DataRowView and the DataTable has the DataRow. You edit in nearly the exact same manner in both as you'll see in Code Listing 1.1 where we go through editing a single row in each.
Visits: 548 Updated: 2003-12-16  Rating: (Not Rated)  More info & Ratings
Encapsulating ODBC in ASP .NET
HotQuant, LLC, builds on their previous ODBC article by demonstrating how to use encapsulation to isolate an application's data access layer and significantly streamline the code.
Visits: 540 Updated: 2003-6-11  Rating: (Not Rated)  More info & Ratings
File Uploading to Access Database using ASP.NET
A comprehensive tutorial on uploading files to Microsoft Access database using built-in ASP.NET server controls. Describes how to upload one or more file to Access database? how to insert and retrieve binary data from an Access database? how to view and delete files uploaded on the Access database?
Visits: 3993 Updated: 2003-3-13  Rating: 
Hierarchical data with ADO.NET
ADO.NET implements a completely new model for accessing data and storing data in the memory. With this in mind, the way to work with hierarchical data is also changed. This article will try to cast some light on the changes and the new way of thinking.
Visits: 50912 Updated: 2002-4-11  Rating: 
In Depth ASP.NET using ADO.NET
In this article we will discuss a number of ways to retrieve, show, and update data with ASP.NET forms using ADO.NET. Also, we will have a clear idea about the most common server controls in ASP.NET. In particular, with this article we will cover ASP.NET server controls, ADO.NET DataSource, and creating Templated DataBound Controls, ASP.NET forms, using data with controls.
Visits: 698 Updated: 2004-2-13  Rating: (Not Rated)  More info & Ratings
Inserting Images to SqlServer
Read this article to know about, how to insert an image into a SqlServer database. You will also learn about the prerequistes for inserting an image into SqlServer. All aspects that need to take care in ASPX page and in database are discussed...........
Visits: 1350 Updated: 2002-11-20  Rating: 
Integrating Flash with an Access Database
This article describes how to connect a Macromedia Flash movie to an Access database using an ASP page as the data-transfer mechanism.
Visits: 2349 Updated: 2001-6-10  Rating: (Not Rated)  More info & Ratings
Listing and Viewing SQL Objects
List names and details of SQL objects like tables and stored procedures using the sample code and utility described in this article.
Visits: 915 Updated: 2001-6-26  Rating: 
Presenting Hierarchical Data in ASP.NET
ASP.NET comes with very powerful template based, iterative web server controls. Web pages that display data in tabular format can use DataGrid, DataList or Repeater ASP.NET controls. There are cases where data need to be presented in more complex/hierarchical format than simple tabular format. This article focuses on simple techniques/tricks to present the data in the hierarchical format, using existing ASP.NET controls.
Visits: 624 Updated: 2003-12-17  Rating: (Not Rated)  More info & Ratings
Sorting in DataList
We all know that, the DataList web server control does not support in-built sort option. Still we can provide users with the sort option for all columns in a DataList. The logic is very simple. The DataView object has a property called Sort. We are going to make use of this property to sort the rows in a DataList. For our example, we will consider the table, stores from the database (SQL Server 2000), pubs.
Visits: 608 Updated: 2003-12-17  Rating: (Not Rated)  More info & Ratings
Sorting in DataList
We do not have inbuilt mechanism for sort with the DataList. But there may me many occassions in which we may want allow user to do sorting on a Datalist. Read this article to know more about this. Demo and source code are available for FREE!
Visits: 973 Updated: 2002-11-20  Rating: (Not Rated)  More info & Ratings
SqlWhereBuilder ASP.NET Server Control
SqlWhereBuilder is a web control which provides a user interface for generating custom SQL WHERE clauses. Designed to support ad hoc reporting needs, users add conditions through the interface, and developers use either the GetWhereClause() or GetWhereClauseWithParameters() method upon postback to compile the chosen conditions into a string of text suitable for inclusion in a SQL WHERE clause.
Visits: 572 Updated: 2005-10-26  Rating: (Not Rated)  More info & Ratings
Taking Full Control: Build Your Own Reusable Datalist with VS.NET
In this article, I will show you how to build a custom control based on the .NET datalist control. This custom control will implement a lot of the functionality discussed in the datagrid story. As an introduction to creating custom controls, I will start with creating a simple one. It is a delete LinkButton, which implements the user confirmation I discussed in the last article. A demo WebForm will use both custom controls to demonstrate their usage.
Visits: 343 Updated: 2003-12-16  Rating: (Not Rated)  More info & Ratings
Using Database Schema Information with ASP.NET
The database schema, sometimes called metadata, is how the database defines itself. To oversimplify things, when an action is taken against the database such as an update, the database checks the command against the schema information and makes sure there are no conflicts. You have probably received an error when you tried to pass a string to the database when it was expecting an integer. The database schema is responsible for this.
Visits: 256 Updated: 2003-12-17  Rating: (Not Rated)  More info & Ratings
Using Parameterized Query in ASP.NET
This article examines what, exactly, parameterized queries are, their advantages, and how to use them in ADO.NET through an ASP.NET Web page!
Visits: 967 Updated: 2001-9-30  Rating: (Not Rated)  More info & Ratings


Found a broken link? Please report it to us.

  See also  
 Articles
   Windows Articles
    ADO
   .NET Articles
    ADO.NET
   ASP Database Articles
    General
 

Sponsored Links 
Build IT Knowledge with Current & Trusted Content
Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.
Check Out IT Certification Preparation Materials
Sign Up With SkillSoft & Get Access to Training Materials for Over 50 Professional Certifications.
Web based bug tracking - AdminiTrack.com
AdminiTrack offers an effective web-based bug tracking system designed for professional software development teams.
Computer Professionals: Are you owed Overtime?
Federal and State Laws may allow computer professionals to collect overtime. Our law firm is experienced, and has initiated class action lawsuits against some of the largest computer companies to collect back pay and overtime. Strictly Confidential.
CSTSOFT Instrumentation .NET & ActiveX Components
A collection of 13 instrumentation .NET/ActiveX/VCL components including Gauge,Knob,LED,Trend etc.
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
InformationWeek Focuses on the strategic side of information technology....
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by ASP.NET Konsult - Synchron Data.