Website and ASP developers can get more benefits from this online ASP article which tells about a method for validating submitted email addresses in ASP forms. This program verifies the presence of email address items like '@' and '.' and...
This is a Text Canvas Class constructed from TGraphicControl and uses TStringList to hold the text.The object of this Class is to place a text canvas on the form or in a container with ease, it uses the text editor to fill the StringList, the text...
This is a Text Canvas Class constructed from TGraphicControl and uses TStringList to hold the text.The object of this Class is to place a text canvas on the form or in a container with ease, it uses the text editor to fill the StringList, the text...
This is a Text Canvas Class constructed from TGraphicControl and uses TStringList to hold the text.The object of this Class is to place a text canvas on the form or in a container with ease. It uses the text editor to fill the StringList.The text...
This is a Text Bitmap Class constructed from TGraphicControl and uses TStringList to hold the text, the text is then placed onto a bitmap image before it is drawn to the Canvas.The object of this Class is to place a text canvas on the form or in a...
Query String Example is an online PHP example for the quiry string.
Random Alphanumerical String is multi-platform compatible. These are two functions that you can use to assign random strings of any length. You can use these for session IDs, tracking IDs, validation checks, password generators, etc.
Random alphanumeric string generator is a php scripted program which can do two functions that you can use to assign random strings of any length. First fuction is assigning alphanumeric value and the second is generating random string. This...
Client Side Validation in ASP.NET is an ASP.NET tutorial in which the programmers can get guidelines about using the web form control and HTML control for validating the web form in the client side. Here the author explains about certain query...
Server Side Validation Code is a tutorial which helps the users how to validate the form on the server side. The procedure of this tutorial is described with an example step-by-step. Server side password validation and server side email validation... |