Category Archives: ASP.Net

PHPHOST BLOG

Web Hosting Related Articles You May Need

ASP.NET 4 URL Routing : A Quick Overview

Those who are currently building ASP.NET MVC web applications are very well aware of the Routing concept. URL routing enables the developer to make URLs flexible, dynamic and readable.

URL Routing was originally devised for ASP.NET MVC and has been … Continue reading

Posted in ASP.Net, Syndicated | Leave a comment

Where are my ASP.NET Temporary Files Stored?

Ever wondered where ASP.NET stored its temporary files? ASP.NET provides the HttpRuntime.CodeGenDir property which gets the physical path to the directory where ASP.NET stores temporary files (generated sources, compiled assemblies, and so on) for the … Continue reading

Posted in ASP.Net, Syndicated | Leave a comment

Where are my ASP.NET Temporary Files Stored?

Ever wondered where ASP.NET stored its temporary files? ASP.NET provides the HttpRuntime.CodeGenDir property which gets the physical path to the directory where ASP.NET stores temporary files (generated sources, compiled assemblies, and so on) for the … Continue reading

Posted in ASP.Net, Syndicated | Leave a comment

JavaScript, CSS3, Silverlight, ASP.NET, SharePoint articles Link List – July 2011

Here’s a quick wrap up of JavaScript, CSS3, Silverlight, ASP.NET, SharePoint and other .NET articles published on DevCurry.com in the month of July 2011.jQuery, JavaScript and CSS ArticlesjQuery: Load Page in a Div – Loading an external page in a div… Continue reading

Posted in ASP.Net, ASP.NET MVC, CSS, JavaScript, Link List, Sharepoint, Silverlight, Syndicated | Leave a comment

JavaScript, CSS3, Silverlight, ASP.NET, SharePoint articles Link List – July 2011

Here’s a quick wrap up of JavaScript, CSS3, Silverlight, ASP.NET, SharePoint and other .NET articles published on DevCurry.com in the month of July 2011.jQuery, JavaScript and CSS ArticlesjQuery: Load Page in a Div – Loading an external page in a div… Continue reading

Posted in ASP.Net, ASP.NET MVC, CSS, JavaScript, Link List, Sharepoint, Silverlight, Syndicated | Leave a comment

ASP.NET MVC Web Matrix & Razor Tutorials

The Microsoft WebMatrix tool is a lightweight web development platform that enables website creation in different ways. This tool is aimed at developers who are starting with web development using ASP.NET as well as PHP/Ruby developers planning to deve… Continue reading

Posted in ASP.Net, ASP.NET MVC, Syndicated | Leave a comment

ASP.NET MVC Web Matrix & Razor Tutorials

The Microsoft WebMatrix tool is a lightweight web development platform that enables website creation in different ways. This tool is aimed at developers who are starting with web development using ASP.NET as well as PHP/Ruby developers planning to deve… Continue reading

Posted in ASP.Net, ASP.NET MVC, Syndicated | Leave a comment

ASP.NET: Accessing Nested Repeater Control

The ASP.NET Repeater control is a handy data-bound list control that allows you to create a custom layout by repeating a specified template for each item displayed in the list. You can nest a repeater control inside the other to create advanced layouts… Continue reading

Posted in ASP.Net, Syndicated | Leave a comment

ASP.NET: Accessing Nested Repeater Control

The ASP.NET Repeater control is a handy data-bound list control that allows you to create a custom layout by repeating a specified template for each item displayed in the list. You can nest a repeater control inside the other to create advanced layouts… Continue reading

Posted in ASP.Net, Syndicated | Leave a comment

ASP.NET 4: Register HTTP Module at Runtime without Editing your Web.config

The ASP.NET pipeline allows HTTP modules to be plugged-in to a request and intercept or modify each individual request. Modules can be used for processes like caching, authentication etc. However a basic requirement for an HTTP module to function, is t… Continue reading

Posted in ASP.Net, Syndicated | Leave a comment