How To Use TinyURL API In VB.NET

How To Use TinyURL API In VB.NET
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...

How To Validate Textbox : Only Numbers, Only Characters, Not Null, Only Email in VB.NET

How To Validate Textbox : Only Numbers, Only Characters, Not Null, Only Email in VB.NET
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...