Asp.net Single & multible files delete

Article about file deleting from the server in asp.net & vb the article explaining two scenarios one for deleting single file and the other for deleting multiple files that are belong to the same category, the code explained clearly to be understood to the absolute beginner. [...]

Generating search engine optimized page title and meta tags in asp.net.

The importance of search engine optimized page title and meta tags:
May be you will need to read about seo in general from here before you start

As a asp.net developer it is very important  when you start to build a web site to make it search engine friendly as possible to get the maximum number of free traffic. One of the most important requirement for any webpage to be [...]

ASP.NET ajax modal popup

popup windows  usage is one of the every day tasks for any web developer. The problem of the normal html simple popups that it is usually blocked by the browser of the client also it is not attractive specially if you are developing a web site that need to be very attractive. So in such cases you will need ajax popup instead.

I searched the web allot in the end i can say [...]

asp.net image upload, resize and save.

Every day users upload millions of images to web sites allover the world. So image uploading is an every day task for any ASP.NET developer. Handling uploaded images is an easy task which we will discuss in this article. We will follow my sweet philosophy in programming which is trying to minimize the code writing as possible and try to do every thing in the declarative easy way and the result code [...]

Asp.net search engine optimization -part1: Introduction

You will need first to read some basic SEO overview form here

Making a searching engines friendly website is a must for any asp.net developer who want to make a professional money making website .searching engines if treated properly and put in mind through the phases of website creation can drive huge, free and continuous traffic to your website (some studies say “ about 70% of internet traffic is delivered via [...]