WINFORM What base class do all Web Forms inherit from? System.Windows.Forms.Form What is the difference between Debug.Write and Trace.Write? When should each be used? The Debug.Write call won’t be compiled when the DEBUGsymbol is not defined (when doing a release build). Trace.Write calls will be compiled. Debug.Write is for information you want only in debug builds, Trace.Write is for when ... Read More »
Monthly Archives: October 2006
ASP 3.0 Interview FAQs
1. How can you disable the browser to view the code? Writing codes within the Tag 2. Question What is a “Virtual Directory”? Virtual directories are aliases for directory paths on the server. It allows moving files on the disk between different folders, drives or even servers without changing the structure of web pages. It avoids typing an extremely long ... Read More »
HubTank Everyday Article Portal, Forum with Readership
