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

 

How to clear cached objects programatically?
Total Hit (2683) When you use cached output on your ASP.net page it won't be refreshed until times out or you recompile the web application. During development you might need to refresh your content frequently for testing purpose and then you can face problem because of cached output. Here is a simple solution to th ....Read More
Rating
Discern among servers with the MachineName property
Total Hit (2801) As in classic ASP, you can use the Server object from inside any ASP.NET application. This property returns a reference to an HttpServerUtility class. The HttpServerUtility class exposes only two properties: ScriptTimeout (the timeout in seconds for a request) and the new MachineName property, wh ....Read More
Rating
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
SetListSelections - Select in a List control the items passed as a comma delimited list
Total Hit (2608)
Rating
This is a link to a different site One click ASP.NET export button control for Excel/CSV file
Total Hit (658) An extended ASP.NET button control for exporting/downloading Excel or CSV file
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 Displaying Performance Monitor Information through an ASP.NET Web Page
Total Hit (568)
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 Upload an XML File and Validate Against a Schema
Total Hit (680) This ASP.Net (VB) program allows you to locate an XML file on your local machine, or anywhere on your network for that matter, upload it to a web server and validate the file against an XML Schema existing on the web server. If the xml file validates, a success notification is provided. If the valid ....Read More
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 DHTML Clock Control
Total Hit (990) Digital DHTML clock that displays a .NET DateTimeFormatInfo Format Pattern.
Rating
This is a link to a different site Global Exception Handling in ASP.NET
Total Hit (815) An article on handling errors in ASP.NET Applications
Rating
This is a link to a different site How to get the HTML source code from an editable Iframe, on the server.
Total Hit (631) Getting the HTML source code from an editable Iframe, on the server
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 Leverage the Authentication and Form Validation Features of ASP.NET to Bolster Your Commerce App
Total Hit (851) If you're planning to build an e-commerce site, you'll be pleased to see that ASP.NET makes it easier than ever. Existing controls can be used and extended to add a great deal more functionality than you might expect. In this article, forms-based authentication is used to verify the identity of user ....Read More
Rating
This is a link to a different site ASP.NET To Do List Application
Total Hit (917) I recently attended an excellent two day ASP.NET workshop given by the folks at Wintellect. After I returned to my desk I decided I need to write an application using ASP.NET in order to make the things I had learned stick in my brain. This simple application is the result. However, this simple two ....Read More
Rating
This is a link to a different site Retrieving UserAgent Details in .NET
Total Hit (645) In this small article, we would see in brief about retrieving details about the useragent that is visiting our page. This information would be vital in analyzing the patterns of user's visits to portals and similar websites.
Rating
This is a link to a different site Injecting Client-Side Script from an ASP.NET Server Control
Total Hit (1129) While, technically, all of an ASP.NET server control's functionality can be performed on the server-side, often the usability of a server control can be greatly enhanced by adding client-side script. In this article we'll examine two means by which server controls can emit client-side script. We'll ....Read More
Rating
This is a link to a different site Domain Forwarding with IHttpHandler
Total Hit (636) Use HttpHandlers to forward the user to different webpages depending on the requested hostname (domainname).
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 Localized Breadcrumbs in ASP.NET with UrlRewriting support.
Total Hit (635) This article describes how to create localized breadcrumb navigation with ASP.NET, based on its directory structure with UrlRewriting support.
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 Regular expressions to validate Numbers
Total Hit (852) This all are the common regular expressions to validate Integer Numbers, Decimal Numbers, Money Amount and many more...
Rating
This is a link to a different site Simple DataGrid grouping
Total Hit (1940) The given class provides a simple way of grouping DataGrid rows as it is done in MS FlexGrid ActiveX control.
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 Solving the problem of 'Object Instance not created' in asp.net while using Crystal Reports
Total Hit (905) Solving the problem of 'Object Instance not created' in asp.net while using Crystal Report
Rating


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