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 )

How to use font for your application without installing into the system's font folder.
Total Hit (3353) Windows application use only those fonts which are registered into the registry and copied to the Fonts directory. But what if you have to use font for your application which is not installed yet. This code will show you how you can add font entry in to windows font table which is just temperory ....Read More
Rating
This is a link to a different site The Art of Assembly Language Programming
Total Hit (3181)
Rating
This is a link to a different site Executing Assembly Code with the CallWindowProc API in Visual Basic .NET
Total Hit (1023)
Rating
This is a link to a different site Single Control Validation Solution
Total Hit (2503) A single control to validate a .NET Web Form.
Rating
This is a link to a different site Implementing an ASP.NET Validator - UriValidator
Total Hit (2567) An article describing how to implement a custom ASP.NET validator.
Rating
This is a link to a different site Building an ASP.NET custom web control: a textbox and validator in one
Total Hit (745) In this article we will have a look at implementing a custom web control. This web control will inherit from the TextBox web control, and will automatically add a required field validator at run-time.
Rating
This is a link to a different site CustomValidator with XMLHttpRequest object
Total Hit (2638) CustomValidator which uses XMLHTTpRequest to make validation
Rating
This is a link to a different site ListControl SelectedItem Validator
Total Hit (715) RequiredField Validator for ASP.NET ListControl derived webserver controls
Rating
This is a link to a different site Effective Email Address Validation
Total Hit (740) In this article, we would discuss a very brief and overall technique to verify the email addresses of the users that signup for a web account.
Rating
This is a link to a different site Dangers of using OnChange/ViewState for validation.
Total Hit (876) This article demonstrates serious bugs and security vulnerabilities that can be easily introduced by using the ASP.NET OnChange event for validation.
Rating
This is a link to a different site Retaining State for Dynamically Created Controls in ASP.NET applications
Total Hit (1002) When creating controls on the fly on your ASP.NET pages viewstate is a bit hard to track. Learn how it works and how to help your application remembers where to put what.
Rating
This is a link to a different site Yet, another ViewState viewer
Total Hit (4170) In the following lines, I'll show how to create a very simple viewer that displays the contents of the controls store in view state. It's NOT just a tree holding all the ViewState data as stored in __VIEWSTATE field, but a list of all the controls storing data in ViewState and the saved data. ....Read More
Rating
This is a link to a different site Using the SMTP Service with IIS 4.0
Total Hit (3356) Most Web sites and Web applications use some type of Internet mail feature so users can mail messages to the Web master or other individuals within an organization. To make this process easy and transparent, Microsoft has added a Simple Mail Transfer Protocol (SMTP) Mail Service to Internet Informat ....Read More
Rating
How to set width of Datareport ?
Total Hit (3103) Following code will set custom width and height for VB Datareport for a specified Printer
Rating
Our New House
Total Hit (1928) «BR»«P Align=center»«img src='/Main/Articles/Lang8/Cat254/Code3554/image3554_1.jpg'/»«/P»«BR» «BR»«P Align=center»«img src='/Main/Articles/Lang8/Cat254/Code3554/image3554_2.jpg'/»«/P»«BR» «BR»«P Align=center»«img src='/Main/Articles/Lang8/Cat254/Code3554/image3554_3.jpg'/»«/P»«BR» «BR»«P Align=ce ....Read More
Rating
This is a link to a different site ScreenHunter 4.0 Free is a completely free screen capture tool.
Total Hit (2073) ScreenHunter 4.0 Free
Rating
HTML Color Coding for various Languages (i.e. VB, VB.net, SQL).
Total Hit (10630) I spent several hours to find some article to convert Source Code into HTML with different colorcode for keywords/literal/comment/function. But no luck and finally I wrote my own ColorCoding Engine. This article will show you how you can utilize power of Regular Expression to solve your very complex ....Read More
Rating
This is a link to a different site The Regulator : Regular expressions testing tool
Total Hit (1556) The Regulator is an advanced Regular expressions testing tool, featuring syntax highlighting and web-service integration with Regexlib.com's database of online regular expressions.
Rating
Create all the sub directories of specified path.
Total Hit (2183) Sometimes we need to create a directory if it doesn't exist. It is easy to create directories using VB. You can use «b»MkDir«/b» function. But what if we need to create all directories of specified path if none of them exists? Well, if you are running Win2K or higher then its easy. You can use follo ....Read More
Rating
UserControl to display Site Visitors By Country in bar graph.
Total Hit (13979) This article will show you how to build a Reusable User Control that can display site visitors by country. I have explained this in a few simple and easy steps. It is assumed that the reader has basic knowledge of ASP.net, SQL Server and Stored Procedures. To build this user control we will go th ....Read More
Rating
How to change ASP.net Page title Dynamically ?
Total Hit (6144) You can use HtmlGenericControl() in ASP.Net pages to change the page title dynamically. All you have to do is, set an ID for the Html TITLE tag and make it "runat=server". Once you make it runat=server, you can access the control from the server side code and set any value for it. First lest create ....Read More
Rating
This is a link to a different site Web Application Error Handling in ASP.NET
Total Hit (3405) This article will explain you how you can implement page level and application level error handling strategy. In ASP.net its very easy and flexible to work with error handling.
Rating
Check whether file is opened exclusively or not ?
Total Hit (2803) _lOpen, _lClose
Rating
This is a link to a different site Programmatically Set NTFS File System Folder Permissions by Using Microsoft Visual Basic .NET
Total Hit (3410) This step-by-step article describes how to programmatically set NTFS file system folder permissions by using Microsoft Visual Basic .NET.
Rating
How to set NTFS permission programatically using Security APIs
Total Hit (5316) Using security APIs you can set NTFS permissions in more technical term you can change ACL (Access Control List) for a user. Here for demo purpose I have created a user called "tejuwala" and I have created a folder c:\test and two files c:\test\file_a.txt and c:\file_b.txt . User tejuwala dont ha ....Read More
Rating
How to retrive font name from font file.
Total Hit (2959) I tried so many places but never found any simple code which retrive font name. Because to set font for drawing/printing we have to set font name and ususally font name is different than file name.
Rating
This is a link to a different site A Managed C++ Email Validator Control for ASP.NET
Total Hit (769) An ASP.NET Validator Control implemented in Managed C++ that can be used to verify email addresses by connecting to SMTP servers listed as Mail eXchangers for a domain, includes example of Win32 API Interoperability with C++ .NET. The validation is not RegEx based. ....Read More
Rating
This is a link to a different site Client/Server-side ASP.NET Credit Card Validation Control
Total Hit (781) Article discussing new version of ASP.NET Credit Card Validator, including both server and client-side checks and VS.NET designer support.
Rating
This is a link to a different site Self Validating Text Box - 2
Total Hit (799) This article extends self validating Text Box control to other data types and Min and Max value checking.
Rating
This is a link to a different site A Better ValidationSummary Control for Data Driven Applications
Total Hit (757) The ValidationSummary Control can be easily subclassed to make data driven web applications more code-friendly.
Rating


(Page 17 of 133) 3968 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 27 28 29 30 ...

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

© 2008 BinaryWorld LLC. All rights reserved.