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

 

UserControl to display Site Visitors By Country in bar graph.
Total Hit (13988) 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
FindControlRecursive - Find a control in a hierarchy of controls
Total Hit (2735)
Rating
This is a link to a different site Displaying the Files in a Directory using a DataGrid
Total Hit (955)
Rating
This is a link to a different site Discover Directoy and File Data
Total Hit (800) 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 .NET and GDI+: Transforming Images on the Server - Introduction and Examples, Part II
Total Hit (1062) New to developers in the .NET Framework, and hence ASP.NET, is the ability to manipulate images through the GDI+ managed class interface (a set of wrappers) which is distributed as part of the Microsoft .NET Framework, allowing access to underlying operating system functionality that provides two-di ....Read More
Rating
This is a link to a different site Caching with ASP.NET, Part-2
Total Hit (3052) In Part 1 we looked at how to use Output Caching and Fragement Caching of an ASP.NET Web page. These two techniques cached either the full HTML output of an ASP.NET Web page, or a portion of the HTML output of an ASP.NET Web page (by caching the HTML output of a User Control). In this part, we'll ex ....Read More
Rating
This is a link to a different site Configuration File Format
Total Hit (686) 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 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 (909) 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 (563) This article presents a simple way to parse and analyze ASP document structure
Rating
This is a link to a different site ASCX Control Parser
Total Hit (978) A program that allows you to convert .ascx User Controls into redistributable controls
Rating
This is a link to a different site Displaying Custom Classes in a DataGrid
Total Hit (926)
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 (865) 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 ASP.NET Session Login Without Cookies
Total Hit (1226) Easiest way to authenticate users without cookies.
Rating
This is a link to a different site Creating a DataRelation Between Two Tables in a DataSet...
Total Hit (902) 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 Simple HTTP Reverse Proxy with ASP.NET and IIS
Total Hit (643) Learn how easy it is to create HTTP Reverse Proxy in .NET using IIS.
Rating
This is a link to a different site Implementing an ASP.NET Validator - UriValidator
Total Hit (2569) An article describing how to implement a custom ASP.NET validator.
Rating
This is a link to a different site Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control
Total Hit (1334) You might have wanted to use inside a databound templated server control (e.g. the FormView or the GridView) several dependent dropdownlists. The listitems in each dropdownlist would change based on the selection of the previous dropdownlist, e.g. the country selection would change the listitems of ....Read More
Rating
This is a link to a different site Replacing the Internet Explorer context menu with a custom built context menu
Total Hit (655) This case study describes how to replace the default context menu shipped with the Internet Explorer, with a context menu that allows the programmer to set pop-up items for each HTML tag, or HTML element with a name attribute and menu items that will always be displayed. (such as Add, Back…). ....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 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 Debugging an ASP.NET Web Application, Part I - Tracing
Total Hit (887) Bugs are a fact of the programmer's life. How can we deal with them efficiently? In this series of two articles I'm going to look at two main areas of finding and fixing errors in your program - Tracing and Debugging.
Rating
This is a link to a different site NoSpamEmailHyperlink: 1. Design
Total Hit (954) 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 An Extensive Examination of Web Services: Part 7
Total Hit (1669) Examines how the incoming and outgoing messages to a Web service can be programmatically modified via SOAP Extensions.
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 (600) 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 (956) How to do Image Galleries using ASP.NET
Rating


(Page 14 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.