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

 

Open Popup window using ASP.net
Total Hit (1487)
Rating
How to Tear a webpage from another server
Total Hit (1884) code snippet from aspngbeta list on how to read another webpage on another server.
Rating
GetIndexFromText - Return the index in a ListControl given a text
Total Hit (2330)
Rating
Test your Search and replace Regular Expression
Total Hit (2670) Test your Regular expression and also test Search and replace with regular expression «b»«a href='../tools/RegTester.aspx'»Click here to see Live Demo...«/a»«/b» «code LangId=2»<%@ Page Language="VB" Debug="true" %> <%@ import Namespace="System.Data.SqlClient" %> <script runat="server"> ....Read More
Rating
This is a link to a different site ASP.NET Image Manipulation Examples: Adding, Zooming, Enlarging
Total Hit (980) .NET image manipulation examples, as an ASP.NET Project. Good application-savvy effects.
Rating
This is a link to a different site Keeping Passwords in a Database Secure
Total Hit (2299) This article shows how to store encrypted password inside the sql database.
Rating
This is a link to a different site How Do I...Pass a complex type through a message queue?
Total Hit (729) Message queuing makes it easy for application developers to communicate with application programs quickly and reliably by sending and receiving messages. Messaging provides you with guaranteed message delivery and a robust, fail-safe way to carry out many of your business processes. ....Read More
Rating
This is a link to a different site Configuring ASP.NET Applications to Use the Appropriate Session State
Total Hit (847) If the <sessionState> section does not exist in the Machine.config file or the Web.config file, the following is the default session state behavior: «LI»The session time-out value for an ASP.NET session state is 20 minutes. «LI»The session state is maintained within all of the applications runn ....Read More
Rating
This is a link to a different site Using Server.Transfer and EnableViewStateMac to Preserve Form State
Total Hit (841) In classic ASP all of you must have posted one form to another by setting the action attribute. However, this doesn't work the same with ASP.NET. The web form model requires that each form be posted to the same form. If you want to transfer control from one web form to another you need to use Server ....Read More
Rating
This is a link to a different site Efficiently Displaying Parent-Child Data
Total Hit (923)
Rating
This is a link to a different site ASP.NET Caching Features
Total Hit (899) When clients access an ASP.NET page, there are basically two ways to provide them with the information they need: «li»the ASP.NET page can either obtain information from server resources, such as from data that has been persisted to a database, or the ASP.NET page can obtain information from w ....Read More
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 6
Total Hit (938) This is the sixth 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 application ....Read More
Rating
This is a link to a different site Generic Graphical Voting Poll Web Application
Total Hit (759) Generic voting poll web application for conducting polls from your website.
Rating
This is a link to a different site Building a web based RSS Feed Viewer using System.XML
Total Hit (789) This article illustrates building a class to parse RSS Feeds and return the details in a form that they can be eaisly manipulated and displayed.
Rating
This is a link to a different site Enhancing ASP.NET Validators
Total Hit (713) An article on extending the ASP.NET validators
Rating
This is a link to a different site Easy ASP.NET Shopping Cart
Total Hit (948) An easy to implement shopping cart for any database.
Rating
This is a link to a different site Role-based Security with Forms Authentication
Total Hit (1007) Provides insight and tips on using role-based (groups) Forms Authentication in ASP.NET, which has only partial support for roles.
Rating
This is a link to a different site Reading and Writing Text Files with the .NET Framework
Total Hit (695) 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 Returning Multiple Resultsets with the DataReader
Total Hit (853) Recently I was asked to create a data entry page for a table with 35 columns, 10 of which needed to be DropDownLists (combo boxes). It seemed very inefficient, and required too many coding key strokes, to go to the database 10 times to get the values for the DropDownLists. I started looking for a be ....Read More
Rating
This is a link to a different site Reading Excel (.xls) Files with ADO.NET...
Total Hit (4296) Since Excel has an OleDB provider, we can use ADO.NET's OleDb functionality to connect to Excel. It does take a little preparation on the Excel side however. You might think that since Excel has rows and columns we might be able to use that and refer to A1 and B3, etc. We can't (as far as I know). W ....Read More
Rating
This is a link to a different site ASP.NET Tree Control
Total Hit (595) ASP.NET tree control is a Custom Control (.ascx) that builds a tree structure. All you have to do is to use two methods of the control. The AddNodeDiv which will add the Node and BuildTree which will build it.
Rating
This is a link to a different site CustomValidator with XMLHttpRequest object
Total Hit (2641) CustomValidator which uses XMLHTTpRequest to make validation
Rating
This is a link to a different site A Robust Image Gallery for ASP.NET
Total Hit (2781)
Rating
This is a link to a different site Screen Scraping with C# for ASP.NET
Total Hit (641) Using C# to scrape content from a third party site and present in on an ASP.NET webpage
Rating
This is a link to a different site ASP.NET Letter Paging Based on Data Content
Total Hit (690) Paged table data display in DataGrid by selecting letter from a letter list which is derived from existing data.
Rating
This is a link to a different site Data Sanitization - Reducing Security Holes in an ASP Web Site
Total Hit (4438) ASP is a great Web development technology that allows for rapid development of data-driven Web sites. However, problems can arise, however, when developers "go live" with code that contains potential security holes due to rushing out poor code, or not knowing the exploits that exist. In this article ....Read More
Rating
This is a link to a different site Simple Login Control
Total Hit (1039) This control can be used to validate a user's login. This control is compiled as a library and can be used with any ASP .Net application.
Rating
This is a link to a different site Including a Data Bound CheckBox in an Editable DataGrid
Total Hit (596) I've had several requests to show how a data bound checkbox could be included in an editable datagrid. This article shows how to bind a bit field from a table to a checkbox in a datagrid as well as how to update the table with changes in the checked state of the checkbox. ....Read More
Rating
This is a link to a different site Item Template with Data Grid
Total Hit (730) Ever needed to select multiple items from a Data Grid for editing or viewing? Using the Item Template allows this to be accomplished quite easily.
Rating
This is a link to a different site Master-Detail DataGrids in ASP.Net
Total Hit (496) In this article you will learn how to link two datagrids in a master-detail relationship. There is more than one way to accomplish this task. In this article we will implement row filtering to find the detail records corresponding to a master record selected in the master grid. The tables we will us ....Read More
Rating


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