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

 

Delete a Directory
Total Hit (1624) A code snippet used to delete a directory and all of its contents
Rating
How to prevent page caching in ASP.net
Total Hit (2735) Web page caching is done by your browser in order to improve the performance of webpages but sometimes its required to load fresh copy of page everytime you hit the URL even using back button of your browser. In ASP.net this can be done by the following code. «code LangId=2»Private Sub Page_Load( ....Read More
Rating
Don't preserve viewstate when doing a Server.Transfer
Total Hit (2987) The ASP.NET version of the Server.Transfer method accepts a second argument which, if true, causes the query string and all the form's fields to be transferred and made available to the destination page. However, when the destination page executes, the following error is likely to be generated: ....Read More
Rating
This is a link to a different site Sorting in a DataList Control
Total Hit (923) It is relatively simple to add sorting to the DataList control if you don't mind link buttons residing outside the control. In this article we will demonstrate one way this can be done. There will not be a lot of verbage in this article as the code will pretty much speak for itself. First we will ta ....Read More
Rating
This is a link to a different site Accessing and Manipulating XML Data in .NET II
Total Hit (601) Part II: XPath, DataSets and XmlDataDocuments
Rating
This is a link to a different site WebTimer - a server control, (setTimeout made easy)
Total Hit (669) Auto postback after n millisecs, generates a little bit of client side code
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 FlashBack - ASP.NET based image sharing application
Total Hit (666) This article provides a brief overview of the architecture and design of FlashBack, a personal web based catalog and picture sharing web site.
Rating
This is a link to a different site WebDrive with ASP.NET (C#)
Total Hit (680) This article will present a full ASP.NET web application written in pure C#. You'll see how to upload a file, use XML to store and read configuration, control the bandwidth used by the web site and adjust it to your needs.
Rating
This is a link to a different site Declarative QueryString Parameter Binding
Total Hit (791) Describes using reflection to automatically populate member parameters from the Form and Querystring.
Rating
This is a link to a different site Creating a Pageable, Sortable DataGrid
Total Hit (1129) 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 An Extensive Examination of the DataGrid Web Control: Part 6 ( Displaying and formatting the Data )
Total Hit (935)
Rating
This is a link to a different site Amzi! Prolog + Logic Server ASP.NET Wrapper Class
Total Hit (668) C++ ASP.NET interface to Amzi! Prolog + Logic Server for building Rule-Based Expert Systems
Rating
This is a link to a different site Single sign-on across multiple applications in ASP.NET
Total Hit (660) By default, Forms authentication does not support single sing-on accross multiple applications. But is not too complicated to tweak it the appropriate way.
Rating
This is a link to a different site How ASP.NET Web Pages are Processed on the Web Server
Total Hit (542) Have you ever wondered, precisely, what happens on the Web server when a request for an ASP.NET Web page comes in? How does the Web server handle the incoming request? How is the HTML that is emitted to the client generated? What mechanisms are possible for us developers to work with an incoming req ....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 Create Typed Session State in ASP.NET
Total Hit (607) Wrap the Session object in ASP.NET to prevent programming errors and keep code clean
Rating
This is a link to a different site Dynamically resize uploaded images & save in PNG format
Total Hit (926) Overcome the problem of image quality deterioration on resizing by converting to PNG format.
Rating
This is a link to a different site Finding the Control ID
Total Hit (917) How do you find the control ID of the control that made the Postback? Here you go...
Rating
This is a link to a different site Using Active Directory In ASP.NET - Enumerate Active Directory Users
Total Hit (1027) An article on using DirectoryServices namespace to enumerate Active Directory Users
Rating
This is a link to a different site TreeWeb - custom ASP.NET control
Total Hit (973) A tree control that can be used in every website based on ASP.NET.
Rating
This is a link to a different site Help! My ViewState Is Out Of Control
Total Hit (801) How to reduce the viewstate your application generates and the effects of its reduction.
Rating
This is a link to a different site A .NET web service for e-mail
Total Hit (630) Sending e-mail using a web service.
Rating
This is a link to a different site Slide Show - New, Improved
Total Hit (635) Mimics PowerPoint functionality & can be used for short text messages
Rating
This is a link to a different site Obtaining Data Based Upon Multiple Selections From a ListBox...
Total Hit (954) 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 Upload to Database ... Dowload by Zip File
Total Hit (709) Information on uploading files, saving them to a database and downloading files in a ZIP archive.
Rating
This is a link to a different site Find available server controls?
Total Hit (503) «b»Server HTML Controls«/b» HTML server controls are HTML elements exposed to the server so you can program against them. HTML server controls expose an object model that maps very closely to the HTML elements that they render. «LI»HtmlAnchor «LI»HtmlButton «LI»HtmlForm «LI»HtmlGenericC ....Read More
Rating
This is a link to a different site ASP.NET Page Templates - Using Inheritance
Total Hit (674) A tutorial showing how to create page templates that use object-oriented inheritance.
Rating
This is a link to a different site The ASP.NET Worker Process – Part 1
Total Hit (633) Gives an overview of the ASP.NET Worker Process architecture.
Rating
This is a link to a different site Sending Mobile Photo Messages to your Website
Total Hit (674) Using MMS gateways your mobile provider is able to let you send mobile phone camera photos to an email address. This article shows you how to automatically extract them and post them on your website
Rating


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