Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

(Page 1 of 2) 42 Result(s) found 

 

Using the AutoGenerateColumns attribute to control column rendering
Total Hit (2362) A beginners guide to the use of the AutoGenerateColumns attribute in the DataGrid control
Rating
Creating Guestbook using XML and ADO.NET
Total Hit (3702) Demonstrate capabilities of ADO.NET to deal with XML by creating a guestbook
Rating
Sorting XML Data using the .NET DataGrid
Total Hit (2369) Sorting different data types of XML Data in a DataGrid
Rating
This is a link to a different site Dynamically access a database through a Web Application
Total Hit (973) Using an ASP.NET Web application to access your database remotely
Rating
This is a link to a different site Showing and hiding details in a datagrid row
Total Hit (961) This article demonstrates how to show and hide query details in a datagrid
Rating
This is a link to a different site Adding a CheckBox Column to a DataGrid
Total Hit (942) Shows how to add a checkbox column to a datagrid
Rating
This is a link to a different site Display a SQL row vertically and column horizontally
Total Hit (973) This article demonstrates how to flip and display rows and columns of a DataSet table.
Rating
This is a link to a different site Computing Values from a DataTable
Total Hit (985) When checking out the blogs at weblogs.asp.net, I found Darren Neimke's interesting entry for today on computing aggregated data in a DataTable. In his blog entry, Darren mentions two not well-known features of the DataTable: the Expression property of the DataColumn class and the DataTable's own Co ....Read More
Rating
This is a link to a different site Efficiently Displaying Parent-Child Data
Total Hit (922)
Rating
This is a link to a different site How do I display data on a web page using arrays instead of Do...While...MoveNext...???...
Total Hit (849) Efficiently Displaying Recordsets in Classic ASP: Using GetRows()
Rating
This is a link to a different site Add records to a database, while using a datagrid to display the records.
Total Hit (1015)
Rating
This is a link to a different site Add Nulls to a Database
Total Hit (922)
Rating
This is a link to a different site This example caches a dataset. Updates the database and then invalidates the dataview so a fresh dataset is created.
Total Hit (943)
Rating
This is a link to a different site A code snippet to count the number of records in a dataset.
Total Hit (1012)
Rating
This is a link to a different site Dropdown list for the foreign key of a table in a datagrid
Total Hit (928) The script populates an ArrayList with values from the database and then binds the list to the dropdown inside the datagrid. You would want to do something similar, but you'll need to store the foreign key as well as the text.
Rating
This is a link to a different site Creating a DataRelation Between Two Tables in a DataSet...
Total Hit (901) A DataRelation allows you to relate two tables in a DataSet using a key-foreign key approach. This allows you to manipulate the tables in ways you might not otherwise be able to do.
Rating
This is a link to a different site Obtaining Data Based Upon Multiple Selections From a ListBox...
Total Hit (953) This article will demonstrate how to allow multiple selections in a ListBox control and how to build a WHERE clause on the fly that will fill a DataGrid with data based upon the selections made in the ListBox. There is really no new ground broken here. The article just demonstrates a technique or tw ....Read More
Rating
This is a link to a different site Reading Excel (.xls) Files with ADO.NET...
Total Hit (4291) Since Excel has an OleDB provider, we can use ADO.NET's OleDb functionality to connect to Excel. It does take a little preparation on the Excel side however. You might think that since Excel has rows and columns we might be able to use that and refer to A1 and B3, etc. We can't (as far as I know). W ....Read More
Rating
This is a link to a different site Returning Resultsets Using Sql Server Stored Procedures...
Total Hit (835) Every modern database system has a stored procedure language. SQL Server is no different and has a relatively sophisticated and easy to use system. This article will not attempt to go into depth in explaining SQL Server stored procedure programming - there are whole books devoted to the subject. Ins ....Read More
Rating
This is a link to a different site Export DataSets to Excel...
Total Hit (1941) Often we need to load the data from a dataset into an excel spreadsheet to be manipulated and/or saved off to a local file. There are several ways to accomplish this using either Crystal Reports or ActiveReports. However there is a simple, elegant way to do the same thing without the need for a repo ....Read More
Rating
This is a link to a different site Using the Microsoft Managed Provider for Oracle...
Total Hit (766) Microsoft has brought the power and speed of the Managed Provider for SQL Server to the Oracle database. In this article we see how to use it directly, and to call a stored procedure with a join.
Rating
This is a link to a different site Returning Multiple Resultsets with the DataReader
Total Hit (849) Recently I was asked to create a data entry page for a table with 35 columns, 10 of which needed to be DropDownLists (combo boxes). It seemed very inefficient, and required too many coding key strokes, to go to the database 10 times to get the values for the DropDownLists. I started looking for a be ....Read More
Rating
This is a link to a different site Use the DataReader to Process Data One Row at a Time
Total Hit (5407) At times you may find the need to do some processing of rows from a database before they are displayed to the user. We all remember processing classic ado recordsets one row at a time. You can do the same thing with .Net's DataReader which produces a very fast forward-only stream of database table d ....Read More
Rating
This is a link to a different site Use MTS Transactions?
Total Hit (831) A transaction is an operation or set of operations that succeeds or fails as a logical unit. A good example of a transaction is the transfer of funds from one bank account to another. In this case, the funds must be debited from the first account and credited to the second account before the operati ....Read More
Rating
This is a link to a different site Displaying Images from SQL Server database in ASP.NET DataGrid
Total Hit (784) ASP.NET DataGrid web control can be bound quickly with any database table like SQL server. For most of the data types all you need to do is to add a bound column and set its datafield property to the column name from the table. However, displaying image data type i.e. binary data is not that easy. I ....Read More
Rating
This is a link to a different site ASP.NET Optimistic Concurrency Control
Total Hit (1013) How to implement the optimistic concurrency control without the DataSet
Rating
This is a link to a different site Accessing ODBC data sources using a web service
Total Hit (1941) A web service for your simple database queries and updates.
Rating
This is a link to a different site An introduction to a post-relational database for .NET: Matisse - Part 6
Total Hit (946) ASP.NET programming with a post-relational database.
Rating
This is a link to a different site Creating Search Pages with Index Server and .NET
Total Hit (939) Combine the ADO.NET techniques you know - and perhaps some you don't know - with the power and flexibility of Microsoft Index Server and ASP.NET to create easy - yet powerful - custom search pages for your Web site.
Rating
This is a link to a different site Two way data binding in ASP.NET
Total Hit (942) How two use the design time services to provide 2 way data binding in ASP.NET
Rating


(Page 1 of 2) 42 Result(s) found  1 2

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.