|
|
|
|
|
|
|
|
|
Effective Email Address Validation
|
Total Hit (771) |
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
|
|
|
|
|
Yet, another ViewState viewer
|
Total Hit (4267) |
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
|
|
|
Using the SMTP Service with IIS 4.0
|
Total Hit (3496) |
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
|
|
|
|
Our New House
|
Total Hit (1986) |
«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
|
|
|
|
HTML Color Coding for various Languages (i.e. VB, VB.net, SQL).
|
Total Hit (10762) |
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
|
|
|
The Regulator : Regular expressions testing tool
|
Total Hit (1612) |
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 (2242) |
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 (14271) |
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 (6258) |
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
|
|
|
Web Application Error Handling in ASP.NET
|
Total Hit (3507) |
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
|
|
|
|
|
How to set NTFS permission programatically using Security APIs
|
Total Hit (5415) |
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 (3015) |
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
|
|
|
A Managed C++ Email Validator Control for ASP.NET
|
Total Hit (807) |
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
|
|
|
|
Self Validating Text Box - 2
|
Total Hit (822) |
This article extends self validating Text Box control to other data types and Min and Max value checking.
|
Rating
|
|
|