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

Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )

This is a link to a different site A Robust Image Gallery for ASP.NET
Total Hit (2784)
Rating
This is a link to a different site ASP.NET Charting Using Office Web Components (OWC)
Total Hit (2355)
Rating
This is a link to a different site Using the TreeView IE Web Control
Total Hit (1110) Learn about the TreeView Web control and how to start using it in your ASP.NET Web applications. In addition to the standard ASP.NET Web controls (like the TextBox, DropDownList, DataGrid, DataList and so on) Microsoft has released an additional set of Web controls designed to take advantage of feat ....Read More
Rating
This is a link to a different site Summarizing Data with ROLLUP
Total Hit (630) Oftentimes, when building Web-based reporting tools we need to show totals and sub-totals for information stored in the database. For example, imagine that you worked at an eCommerce site like Amazon.com that sold products from a variety of categories: books, electronics, clothes, etc. Managers woul ....Read More
Rating
This is a link to a different site Including Subheadings in a Datagrid
Total Hit (1006) A short while ago I was tasked with adding subheadings into a datagrid, something I have not tried to do, or even thought of doing prior to this assignment. Thus, the task was a little bit beyond my skillset. Having searched around the net for examples, I came up dry. I eventually solved this proble ....Read More
Rating
This is a link to a different site Deciding When to Use the DataGrid, DataList or Repeater
Total Hit (1103) Learn about ASP.NET's three controls for displaying data: the DataGrid, the DataList, and the Repeater. Each of these controls has unique traits and associated advantages and disadvantages. When creating an ASP.NET application that displays data, it is important to choose the right control for the j ....Read More
Rating
This is a link to a different site Reading and Writing Text Files with the .NET Framework
Total Hit (696) Ideally, all persistent data should be stored in a database, but oftentimes Web developers find themselves using plain old text files for some kind of persistent storage. There are usually better alternatives, but since this technique is still used quite a bit, it is worthwhile to discuss how to rea ....Read More
Rating
This is a link to a different site Querying XML Data with XQuery
Total Hit (1702)
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 15
Total Hit (950)
Rating
This is a link to a different site Sorting An Array Using Array.Sort()
Total Hit (551)
Rating
This is a link to a different site Displaying the Files in a Directory using a DataGrid
Total Hit (956)
Rating
This is a link to a different site Displaying XML Data in the Internet Explorer TreeView Control
Total Hit (992) You have to tip your hat to Microsoft when it comes to the amount of free developer resources they have made available for us ASP.NET developers. First, there was the Web Matrix Project, a free GUI/RAD tool designed specifically for creating ASP.NET Web pages. Then the ASP.NET team provided the comp ....Read More
Rating
This is a link to a different site Pre-Selecting Items in a CheckBoxList Control
Total Hit (942)
Rating
This is a link to a different site Displaying Hierarchical XML Data of an Arbitrary Depth Using XSLT
Total Hit (2387)
Rating
This is a link to a different site Building an Event Calendar Web Application
Total Hit (2040)
Rating
This is a link to a different site How can I display XSL-formatted XML data in an ASP.NET Web page?
Total Hit (731)
Rating
This is a link to a different site Role-Based Authorization With Forms Authentication
Total Hit (1536) In Web applications, typically there exist certain parts of the site that only certain individuals, or groups of individuals, can access. For example, imagine an intranet Web site used to administer the content on a company's public Internet Web site, where the public Web site lists products sold by ....Read More
Rating
This is a link to a different site Computing Values from a DataTable
Total Hit (991) 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 Injecting Client-Side Script from an ASP.NET Server Control
Total Hit (1132) While, technically, all of an ASP.NET server control's functionality can be performed on the server-side, often the usability of a server control can be greatly enhanced by adding client-side script. In this article we'll examine two means by which server controls can emit client-side script. We'll ....Read More
Rating
This is a link to a different site Creating a Pageable, Sortable DataGrid
Total Hit (1133) Learn how to build a sortable DataGrid and a pageable DataGrid; learn the steps necessary to combine these two techniques into creating a single sortable, pageable DataGrid. The DataGrid Web control allows ASP.NET developers the ability to quickly and easily display data. In addition to being able t ....Read More
Rating
This is a link to a different site What is XSLT and how does it relate to XML?
Total Hit (781)
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 14 ( Paging Support in the DataGrid )
Total Hit (953) The DataGrid supports two kinds of paging: Default paging, and Custom paging
Rating
This is a link to a different site I have installed the .NET Framework, but my Web server won't serve ASP.NET Web pages. Help!
Total Hit (856)
Rating
This is a link to a different site Enhancing Inserting Data through the DataGrid Footer
Total Hit (900)
Rating
This is a link to a different site Regular Expressions in .NET
Total Hit (4452)
Rating
This is a link to a different site What is the easiest way of extracting certain data from an XML document?
Total Hit (1692)
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 13 ( Computing the Sum of a Column )
Total Hit (893) Adding Computed column.
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 12 ( DataGrid's Sort Event Handler )
Total Hit (969)
Rating
This is a link to a different site True Image Resizing
Total Hit (837)
Rating
This is a link to a different site COM Interoperability in the .NET Framework
Total Hit (1515)
Rating


(Page 73 of 133) 3968 Result(s) found  ... 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ...

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

© 2008 BinaryWorld LLC. All rights reserved.