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

Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )

This is a link to a different site Using the HttpBrowserCapabilities Class
Total Hit (643) There are any number of reasons to need to know certain capabilities of your user's browser. The HttpBrowserCapabilities Class provides you with many of the properties of the user's browser allowing you to adjust your presentation accordingly
Rating
This is a link to a different site .NET Remoting - Part III/IV
Total Hit (2947) Remoting provides a very flexible environment for distributed applications in the .NET arena. In part one I introduced the background to distributed applications and the .NET remoting architecture that aims to support distributed applications. In part two we looked at some examples of the applicatio ....Read More
Rating
This is a link to a different site Discover Directoy and File Data
Total Hit (802) This is a short article, and a small amount of code, to get you started in discovering data about the files contained in a specified directory. In the article you will be exposed to the DirectoryInfo and FileInfo members of System.IO. Actually, you have a couple of choices when discovering directory ....Read More
Rating
This is a link to a different site Use System.IO to Explore Data About Your Files
Total Hit (688) This is a fairly simple little program to get you started exploring the System.IO namespace. In this program we will discover the Attributes, Creation Date and Time, Last Accessed date and time, and Last Modified date and time of a file on disk. This example happens to use a simple text file, but th ....Read More
Rating
This is a link to a different site Create a Popup Calendar for ASP.NET user controls
Total Hit (1364) 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 All About ASP.NET User Controls
Total Hit (919) If your are not making use of User Controls in your web applications you probably should be. They can save you many key strokes and help you immensely with maintaining a consistent design between pages of your application.
Rating
This is a link to a different site Placing a Date Last Updated for a Page Inside a User Control
Total Hit (1049) You may have noticed that dotnetjohn.com pages now include a "Last Updated:" line at the bottom of all pages. I make extensive use of user controls on this site. The top of the page down through the "Powered by ASP.Net" graphic is a user control. The left side navigation is a user control as is the ....Read More
Rating
This is a link to a different site Using the CustomValidator Control
Total Hit (868) Sometimes one of the predetermined types of validation controls such as a RequiredFieldValidator, or a RangeValidator just will not do the job you need done. In this case you need to write a Custom Validator to achieve the desired results.
Rating
This is a link to a different site Empowering the ASP.Net Button Web Control, Confirm?
Total Hit (856) Learn how to create an ASP.Net confirm button using a combination of VB and JavaScript code
Rating
This is a link to a different site Utilize Built-in Validation Controls on Your Web Forms
Total Hit (1008) The following program demonstrates the use of several of the .Net validation controls. The first two text boxes utilize the RequiredFieldValidator control. There is no particular reason for these fields to be required - they just demonstrate use of the control. The use of RequiredFieldValidators is ....Read More
Rating
This is a link to a different site ASP Configuration Files
Total Hit (796) ASP.NET/ IIS applications use an optional XML-based configuration file named web.config, to maintain application configuration settings. This extends and/ or changes any settings in the system wide configuration file, machine.config.
Rating
This is a link to a different site Securing an ASP.Net application
Total Hit (5330) this article develops a reasonably secure login facility utilizing the inbuilt features of ASP.Net (forms based authentication). Also presented is an introduction to related security features and issues, in particular mentioning how security could be further improved by consideration of technologies ....Read More
Rating
This is a link to a different site Store Your Database Connection String in Web.Config
Total Hit (719) Here we present an example of how to store a database connection string in the application's Web.Config file. Web.Config is a part of every asp.net application and provides a nice, central location for storing information that may be needed in many of your web pages. This first bit of code is just a ....Read More
Rating
This is a link to a different site Including a Popup Calendar Inside an ASP.NET Datagrid
Total Hit (854) In previous articles we have shown ways to include a popup calendar for web forms. In this article we will demonstrate how to do it within an asp.net datagrid. The actual technique is about the same. You just have to know how to setup the datagrid and the codebehind to accomodate it. We will get rig ....Read More
Rating
This is a link to a different site Bi-directional Sorting and Paging in the ASP.NET Datagrid
Total Hit (852) Without some special handling you end up with a mess when you try to combine sorting and paging in the same ASP.NET datagrid. When you try to implement two-way, or bi-directional, sorting the mess gets even worse. This article shows a way to combine the two. ....Read More
Rating
This is a link to a different site Insert a Row Within an ASP.NET DataGrid
Total Hit (871) In a previous dotnetjohn article we showed how to insert a row in an ASP.NET Datagrid using a form field outside the datagrid. This article will demonstrate a way to use the footer of the grid as a container for the insertable data.
Rating
This is a link to a different site Creating Dependent DropDownLists
Total Hit (908) Forcing the contents of DropDownList2 to change based upon the selection made from DropDownList1 is a fairly common requirement of dynamic web pages. .NET makes this fairly simple to handle by using the OnSelectedIndexChanged event and setting AutoPostBack to True. To do this dynamically, retrieving ....Read More
Rating
This is a link to a different site Sorting in a DataList Control
Total Hit (926) 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 Multi-row Editing in the ASP.NET DataGrid
Total Hit (848) This articles demonstrates how you can have multiple datagrid rows available for editing at one time, not just the one row you are normally limited to.
Rating
This is a link to a different site Exporting DataGrids to Excel
Total Hit (2121) Ken Walker's article on exporting DataSets to Excel has proved very popular. This article by Mike Dolan presents a different technique for getting a DataGrid rather than the DataSet into Excel. We believe you will find it very useful.
Rating
This is a link to a different site Debugging an ASP.NET Web Application, Part II - Debugging
Total Hit (882) Bugs are a fact of the programmer's life. How can we deal with them efficiently? In this series of two articles I'm going to look at two main areas of finding and fixing errors in your program - Tracing and Debugging.
Rating
This is a link to a different site Creating Web Custom Controls with Visual Studio.NET... Part I: Overview and Composite Controls
Total Hit (919) Web custom controls provide a more flexible, as well as more complex, alternative to user controls. Custom controls are the subject matter of this series of two articles.
Rating
This is a link to a different site Event Handling in ASP.NET
Total Hit (554) The ASP.NET model hides the programmer from some of the full complexities of event handling in VB.NET, as does the IDE of VS.NET so this article shall hopefully provide a little insight into what's available in the .NET framework.
Rating
This is a link to a different site Creating and Using .NET Components
Total Hit (891) Code reuse is an important concept in software engineering. This article looks at how we can implement one method of code reuse via the building of reusable components.
Rating
This is a link to a different site Separating Code from Content in ASP.NET Pages via Code-Behind
Total Hit (570) ASP.NET web forms can be logically divided into two sections: the user interface (UI) components and the code for the page. The user interfaces comprises HTML and ASP.NET controls. The code programmatically interacts with the UI elements.
Rating
This is a link to a different site Globalization and Localization
Total Hit (518) The .NET Framework provides support for globalization and localization. Localization is the custumization of data and resources for specific 'locales' or languages. Whereas in pre-Internet days it wasn't unusual for an application to be designed for use in a single country, now an Internet applicati ....Read More
Rating
This is a link to a different site Debugging an ASP.NET Web Application, Part I - Tracing
Total Hit (889) Bugs are a fact of the programmer's life. How can we deal with them efficiently? In this series of two articles I'm going to look at two main areas of finding and fixing errors in your program - Tracing and Debugging.
Rating
This is a link to a different site Comparing the Performance of Various Iteration Methods
Total Hit (517) When you have to iterate through large amounts of data, you can save significant time by choosing your iteration method carefully. Method #1: Enumeration Method #2: Indexing Method #3: Indirect Array Method #4: Direct Array Method #5: Pointer Math ....Read More
Rating
This is a link to a different site Allowing for User Mischief - A Bad Word Filter... (aka removing naughty words via ASP.NET, a user control, XML and regular exressions)
Total Hit (1012) This article presents an improved core implementation of a solution to a particular problem I come across occasionally: detection and/or removal of suspect words from user supplied text on web sites.
Rating
This is a link to a different site Error Handling in ASP.NET
Total Hit (491) In anything but the simplest of cases your application will contain errors. You should identify where errors might be likely to occur and code to anticpate and handle them gracefully.
Rating


(Page 51 of 133) 3968 Result(s) found  ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ...

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.