Introduction to ASP.NET
Next version of ASP? Many people new to ASP.NET believe that ASP.NET is simply the next version of Active Server Pages (ASP). ASP.NET is actually more than the next version, …
Next version of ASP? Many people new to ASP.NET believe that ASP.NET is simply the next version of Active Server Pages (ASP). ASP.NET is actually more than the next version, …
We all know that it is a common and good practice to add comments to your code. This helps you document the various components in your application so that you …
Creating ASP.NET web pages is very similar to creating basic HTML pages. There are some slight differences. First, ASP.NET web pages are text-based files saved with the file extension of …
ASP.NET Web Forms is a part of the ASP.NET web application framework and is one of the three different programming models you can use to create ASP.NET web applications, the …
Sitemaps allow a webmaster to inform search engines about URLs on a website that are available for crawling. A Sitemap is an XML file that lists the URLs for a …
ASP.NET Web server controls are ASP.NET specific objects or tags understood by the ASP.NET engine running in IIS. Like HTML server controls, web server controls are also processed server-side by …