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

 

Error: Collection was modified; enumeration operation may not execute.
Total Hit (2624) This is very common error when you loop collection and try to remove some item inside the loop. If you try code like below it will fail with the following error <i><font color=red>Collection was modified; enumeration operation may not execute</font></i> «code LangId=2»Dim listItem As ListItem ....Read More
Rating
Relative Urls in user controls
Total Hit (2635) Urls that you set in user-control's child controls are relative to the user control's directory, not to the host page's directory. Say for example that you have an user-control located under the /UserControls directory, and the host page under the / root directory. The user-control exposes a custom ....Read More
Rating
How to Tear a webpage from another server
Total Hit (1882) code snippet from aspngbeta list on how to read another webpage on another server.
Rating
Test your Search and replace Regular Expression
Total Hit (2666) 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 (977) .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 (2295) This article shows how to store encrypted password inside the sql database.
Rating
This is a link to a different site Efficiently Displaying Parent-Child Data
Total Hit (922)
Rating
This is a link to a different site Enhancing ASP.NET Validators
Total Hit (712) An article on extending the ASP.NET validators
Rating
This is a link to a different site Role-based Security with Forms Authentication
Total Hit (1006) 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 Returning Multiple Resultsets with the DataReader
Total Hit (850) 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 Write an ASP.NET page?
Total Hit (495) «big»Web Forms Syntax Reference«/big» «LI» ASP.NET Web Forms Syntax Elements «LI» Rendering Code Syntax «LI» Declaration Code Syntax «LI» ASP.NET Server Control Syntax «LI» ASP.NET Html Server Control Syntax «LI» Databinding Syntax «LI» Object Tag Syntax «LI» Server Side Comment S ....Read More
Rating
This is a link to a different site Work with the DataList control?
Total Hit (926) «LI» Introduction to Templated Controls «LI» Handling Postbacks from a Template «LI» Using Select and Edit Templates «LI» Finding a Control Inside a Template «LI» Section Summary
Rating
This is a link to a different site HTML Cute Submit Button (Server Control )
Total Hit (599) Creating a custom good looking Submit button.
Rating
This is a link to a different site CAPTCHA Image
Total Hit (665) Using CAPTCHA images to prevent automated form submission.
Rating
This is a link to a different site Using the Luhn Algorithm
Total Hit (510) Validate credit card numbers, Canadian Social Insurance Numbers, and other unique numbers using the Luhn algorithm.
Rating
This is a link to a different site Showing and hiding details in a datagrid row
Total Hit (961) This article demonstrates how to show and hide query details in a datagrid
Rating
This is a link to a different site Pre-Selecting Items in a CheckBoxList Control
Total Hit (940)
Rating
This is a link to a different site Create a Popup Calendar for ASP.NET user controls
Total Hit (1359) Use the .NET Calendar Control and a little javascript to create a handy popup calendar for your web forms with date text boxes residing in a user control.
Rating
This is a link to a different site Creating nested web application.
Total Hit (597) Hierarchical organization of C# web projects (with VSS integration).
Rating
This is a link to a different site Web Graphics On The Fly in ASP.NET
Total Hit (2194) Create web graphics on the fly with the ASP.NET quickly.
Rating
This is a link to a different site Bulk Email Sender & Extractor
Total Hit (667) Bulk Email Sender & Extractor
Rating
This is a link to a different site ASP.NET Popup Control
Total Hit (959) Highly customizable JavaScript popup control for web page wrapped in ASP.NET custom control.
Rating
This is a link to a different site Global Exception Handling in ASP.NET
Total Hit (814) An article on handling errors in ASP.NET Applications
Rating
This is a link to a different site Developing multilingual applications in ASP.NET (Part - I)
Total Hit (731) Developing a multilingual applications always requires careful thought on the method used to implement multilingual support. .NET provides some easy to implement features that help in the overall process. In this part of the article we will see the commonly used terms in this context and how ASP.NET ....Read More
Rating
This is a link to a different site Nine Options for Managing Persistent User State in Your ASP.NET Application
Total Hit (799) ASP.NET provides many different ways to persist data between user requests. You can use the Application object, cookies, hidden fields, the Session or Cache objects, and lots of other methods. Deciding when to use each of these can sometimes be difficult. This article will introduce the aforemention ....Read More
Rating
This is a link to a different site Domain Forwarding with IHttpHandler
Total Hit (634) Use HttpHandlers to forward the user to different webpages depending on the requested hostname (domainname).
Rating
This is a link to a different site Simple HTTP Reverse Proxy with ASP.NET and IIS
Total Hit (642) Learn how easy it is to create HTTP Reverse Proxy in .NET using IIS.
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 (1333) 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 Simple Login Control
Total Hit (1038) 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 Item Template with Data Grid
Total Hit (729) 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


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