TinyURL is a URL shortening service a web service that provides short URLs for redirection of long URLs. This can be achieved very easily in PHP, I posted a PHP snippet about this you could reach it from here. Last year I created a TinyURL shortener...
Home » Posts filed under assign
How To Validate Textbox : Only Numbers, Only Characters, Not Null, Only Email in VB.NET
in
assign,
textbox,
tutorial,
validate email,
validation,
vb.net
- By
Mohamed Shimran
- on 4/09/2013
- 6 comments

Today I have brought you something delicious :) so you guys wonder how it works , first we have to create a module and we just have to assign the textbox for a validation (Only Number,Only Characters,Not Null,Only Email) so first of all lets create...