ASP.NET

Finding Controls in a FormView

Everyone who has interviewed for a .NET programming position has had to answer some question about the order of events during an ASP.NET page's life-cycle. Having an answer for an interviewer is not enough. You really need to know the order of events down to the minutae in order to avoid wasting valuable time during development.

 

Tags:

How to Deploy the ASP.NET Web Site Administration Tool on a Production Server

The ASP.NET Web Site Administration Tool (WSAT) provides a quick and dirty means for setting up security and other configuration properties for your website. In the early beta versions of Visual Studio 2005, there was a WebAdmin.axd virtual resource to access this functionality for your site, but it is no longer available--security reasons, no doubt. 
 

Subscribe to RSS - ASP.NET