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 17 of 26) 779 Result(s) found 

 

Saving data between postbacks in the ViewState collection
Total Hit (2557) In classic ASP, the only way to preserve information - for example, the value of a variable- - between consecutive client requests is by means of Session variables, cookies, or other awkward techniques, such as arguments on the query string or values in hidden fields. ASP.NET gives you yet anoth ....Read More
Rating
UserControl to display Site Visitors By Country in bar graph.
Total Hit (13981) This article will show you how to build a Reusable User Control that can display site visitors by country. I have explained this in a few simple and easy steps. It is assumed that the reader has basic knowledge of ASP.net, SQL Server and Stored Procedures. To build this user control we will go th ....Read More
Rating
This is a link to a different site How can I restrict access to a page or a portion of my Web site?
Total Hit (884)
Rating
This is a link to a different site Build a Web Service and Create a Consumer
Total Hit (905) In this article we will create a guest book web service that will control additions to, and displays from a database table. We will also create a consumer (a regular Web Form) of the web service. The consumer is discussed at the end of the article. Web services look a little strange at first glance ....Read More
Rating
This is a link to a different site ASP Parser
Total Hit (560) This article presents a simple way to parse and analyze ASP document structure
Rating
This is a link to a different site Displaying Custom Classes in a DataGrid
Total Hit (924)
Rating
This is a link to a different site Paging and Sorting in an ASP.NET DataGrid
Total Hit (649) Allowing paging or sorting in a DataGrid is a very simple process. Allowing for both is only slightly more complicated. This article shows you how to do it.
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 4
Total Hit (862) This is the fourth article in a series describing the development of an application I devised as a learning project. The purpose of the project was to gain experience developing in the .NET environment. The goal I had given myself was to define a WEB-based application and then develop the applicatio ....Read More
Rating
This is a link to a different site Displaying the Files in a Directory using a DataGrid
Total Hit (953)
Rating
This is a link to a different site Discover Directoy and File Data
Total Hit (798) This is a short article, and a small amount of code, to get you started in discovering data about the files contained in a specified directory. In the article you will be exposed to the DirectoryInfo and FileInfo members of System.IO. Actually, you have a couple of choices when discovering directory ....Read More
Rating
This is a link to a different site Using Windows and Forms Authentication Together
Total Hit (798) ASP.NET provides two main ways to secure your web applications. They are - Windows authentication and Forms authentication. Windows authentication uses windows users names and passwords to authenticate them where as Forms authentication typically uses user ids and passwords stored in some database. ....Read More
Rating
This is a link to a different site Configuration File Format
Total Hit (685) ASP.NET configuration files are XML-based text files--each named web.config--that can appear in any directory on an ASP.NET Web application server. Each web.config file applies configuration settings to the directory it is located in and to all virtual child directories beneath it. Settings in child ....Read More
Rating
This is a link to a different site Those Crazy Popups
Total Hit (637) A brief review of ways to make popups in ASP.NET.
Rating
This is a link to a different site Introduction To XSL
Total Hit (584) XSL is a powerful way to transform XML documents into other formats. This article explains what XSL is and how to use it for common tasks. More emphasis is on transforming XML documents into XHTML documents
Rating
This is a link to a different site FlashMovie WebControl
Total Hit (669) A custom webcontrol enhancing the ability to easily add a macromedia flash movie to your webforms
Rating
This is a link to a different site ASP.NET Common Web Page Class Library - Part 2
Total Hit (686) Detecting changes in data controls in ASP.NET web forms
Rating
This is a link to a different site Caching in DataGrid while performing Insert, Edit and Update operations
Total Hit (874) This article shows how we can use caching while performing insert, edit and update functions in the DataGrid.
Rating
This is a link to a different site XPath Analyzer
Total Hit (606) XPath Analyzer is an attempt to build a query analyzer for XPath language, accessible over the Internet. XPath is a very efficient language to address specific nodes in an XML document. It is frequently used in XSLT to transform XML document to another document format. However, with the introduction ....Read More
Rating
This is a link to a different site Creating Line Chart For WebForms Using C#.
Total Hit (994) This article desscribes on how to create a line chart for web forms using C#.
Rating
This is a link to a different site Designing and implementing a versatile data access tier for an ASP.NET application
Total Hit (681) In this article, we will drill down deeper in to the design of a n-tier architecture and our focus will be on the data access tier (DAT)
Rating
This is a link to a different site Create a valid RSS 2.0 document using XmlTextWriter
Total Hit (648) Create a valid RSS 2.0 document using XmlTextWriter
Rating
This is a link to a different site TripleDES Encrypted Configuration File
Total Hit (2434) How to make your server settings safer
Rating
This is a link to a different site Creating Dependent DropDownLists
Total Hit (904) Forcing the contents of DropDownList2 to change based upon the selection made from DropDownList1 is a fairly common requirement of dynamic web pages. .NET makes this fairly simple to handle by using the OnSelectedIndexChanged event and setting AutoPostBack to True. To do this dynamically, retrieving ....Read More
Rating
This is a link to a different site Email Tracker
Total Hit (650) Track the emails you sent to people and you'll get alerted when somebody opens the email. Are spammers using this kind of tracking?
Rating
This is a link to a different site NoSpamEmailHyperlink: 1. Design
Total Hit (950) Fighting back against the e-mail harvesters.
Rating
This is a link to a different site Custom Errors in ASP.NET
Total Hit (640) In this article I will talk about customizing the default error page, manipulating the configuration file and sending notification to the administrator about errors.
Rating
This is a link to a different site Custom ASP.NET Datagrid Paging With Exact Count - Introduction
Total Hit (770) Anybody in the DB world knows what paging database results is and its effect. From the time I had started getting into good old classic ASP, I was intrigued with the ability to divide large sets of data into sections of x records per page. One thing that I didn't like about paging is that it seemed ....Read More
Rating
This is a link to a different site A DropDownList for U.S. States/Canadian Provinces and Countries
Total Hit (598) This article discusses subclassing the DropDownList to create a DropDownList that is preloaded with U.S. States and Canadian Provinces
Rating
This is a link to a different site Image Galleries using ASP.NET
Total Hit (955) How to do Image Galleries using ASP.NET
Rating
This is a link to a different site Working with Server Controls
Total Hit (547) This article includes Declaring Server Controls Manipulating Server Controls Handling Control Action Events Handling Multiple Control Action Events Performing Page Navigation (Scenario 1) Performing Page Navigation (Scenario 2) ....Read More
Rating


(Page 17 of 26) 779 Result(s) found  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.