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

 

ShowMessageBox - Showing a client-side message box at the next page load
Total Hit (1429)
Rating
Databinding to multi-dimensional arrays
Total Hit (1589)
Rating
Automatically hyperlink URLs in ASP.NET Pages
Total Hit (9768) Suppose that your ASP.NET pages display contents read from database fields. Suppose also that some of those fields may contain URLs or email addresses. A typical example is when you display user information such as the email address or the personal Web site. By using regular expressions, you can aut ....Read More
Rating
Sending files to the browser
Total Hit (2746) The ASP.NET Response object has been greatly expanded in its capability to send output to the client browser. For example, the WriteFile method can send the contents of any text, HTML, or XML file to the browser; in classic ASP you have to load the file in memory and then pass its contents to a Writ ....Read More
Rating
This is a link to a different site Easy to use Hit Counter
Total Hit (783) An ASP.NET Hit Counter control that's *very easy* to use
Rating
This is a link to a different site Simple User Account Login
Total Hit (683) Demonstrates maintaining user account information, managing session state, Access database I/O, cookies, and some other basic features.
Rating
This is a link to a different site How to upload your files in ASP.Net
Total Hit (840) This article explains how to upload files using ASP.Net with example
Rating
This is a link to a different site Dropdown list for the foreign key of a table in a datagrid
Total Hit (930) 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 Configuring Exceptions Using Web.config
Total Hit (786) An article on handling exceptions using custom handlers, by a custom configuration section, making it independent from the using application.
Rating
This is a link to a different site Developing A Newsletter Subscription Web Service
Total Hit (746) Web services offer their functionality over the web via standards like HTTP and XML. There are many models suggested for implementing the business functionality via web services. One of them is subscription based services. Such services allow the users to subscribe or unsubscribe to the service as p ....Read More
Rating
This is a link to a different site ASP.NET Expand/Contract DataGrid
Total Hit (628) ASP.NET Expand/Contract DataGrid that allows you to show/hide details without posting back.
Rating
This is a link to a different site From Custom Authentication to ASP.NET Forms Authentication
Total Hit (598) Illustrates replacing custom authentication with ASP.NET Forms Authentication.
Rating
This is a link to a different site Nested Grids for Hierarchical Data
Total Hit (768) How to display Hierarchical Data using datagrid control.
Rating
This is a link to a different site How Do I...Use Regular Expressions to match a pattern?
Total Hit (762) Regular Expressions allow for easy parsing and matching of strings to a specific pattern. Using the objects available in the RegularExpressions namespace, it is possible to compare a string against a given pattern, replace a string pattern with another string, or to retrieve only portions of a forma ....Read More
Rating
This is a link to a different site Declarative ASP.NET globalization
Total Hit (634) An article on how to implement globalization support for ASP.NET pages through attributes and reflection
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 11 ( Row selection problem while using radio button)
Total Hit (870) RowSelectorColulmn DataGrid Column
Rating
This is a link to a different site Use ASP.NET caching to optimize your Web applications
Total Hit (979) The ASP programming model includes the Application object, which allows developers to place both simple data types and COM objects in memory on the Web server so they could be accessible on any page, regardless of the current user. While ASP’s Application object retains its original functionality in ....Read More
Rating
This is a link to a different site Using an image editor with dynamic web pages
Total Hit (681) Loading, modifying, and saving BMP, ICO, JPG, and GIF images on the web
Rating
This is a link to a different site Conditional Formatting ASP.NET DataGrid Columns
Total Hit (642) How to format ASP.NET datagrid columns by handling ItemDataBound event at run time.
Rating
This is a link to a different site Getting Started With ASP.NET : Sample Chapter from Beginning ASP.NET using VB.NET
Total Hit (718) In this first chapter we'll be mainly concerned with ASP.NET's installation process. We'll start with a quick introduction to the world of web servers, dynamic web pages, and a little bit about what ASP.NET is, but what we really aim to achieve is to get you running a fully functional web server, wi ....Read More
Rating
This is a link to a different site Allow the User to Specify the Number of Rows Displayed in a Paged DataGrid
Total Hit (518) This will be a very short article - more code than anything else. I've been asked several times lately how you can allow a user to specify the number of rows to show in a paged DataGrid. The answer is very simple. It only takes one line of code.
Rating
This is a link to a different site Microsoft Word Documents from ASP.NET
Total Hit (835) Creating and opening Microsoft Word documents from ASP.NET
Rating
This is a link to a different site ASP.NET Validators Unclouded
Total Hit (2753) Demistifying the mysterious ASP.NET validator controls, allowing fast and painless validation of Web Forms.
Rating
This is a link to a different site Using MD5 to Encrypt Passwords in a Database
Total Hit (2585)
Rating
This is a link to a different site Filtering the DataGrid
Total Hit (539) In this article we will filter the DataGrid on two columns. This adds a little code complexity but is not really very hard to do.
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 3
Total Hit (889) This is the third article in a series of articles 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 ....Read More
Rating
This is a link to a different site Universal generic database record maintenance (MS Access or SQL Server)
Total Hit (774) ASP.NET universal generic database application, based on one table from either an Microsoft Access2000 or SQL Server 2000 database. It comes in 2 versions: ASP Classic or ASP.NET
Rating
This is a link to a different site Sorting An Array Using Array.Sort()
Total Hit (550)
Rating
This is a link to a different site Paging In ASP.NET
Total Hit (556) When making the transition from ASP to ASP.NET, you will discover that paging through database records has become both remarkably simple and more difficult at the same time. The DataGrid control has made it a breeze to create a Web page that allows the user to page through the records of a database ....Read More
Rating
This is a link to a different site Creating Images on the Fly with ASP.NET - Introduction
Total Hit (1156) Before the advent of the .Net framework, creating images on the fly for a web browser was a tedious task. Now, thanks to the .Net framework, creating images on the fly is a simple task. This article will provide the reader with the fundamentals necessary to start developing dynamic images with the . ....Read More
Rating


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