I think it is a very use full link and just thought to dump it in my blog.. Regular Expressions Explains the concept of regular expressions. Early Beginnings Explains the history of regular expressions. Uses for Regular Expressions Illustrates circumstances...
How to makeuse of IsPostPack Method inside UserControl? IsPostBack method will always be true inside user control. You can use following alternate method to by pass this isse protected override void OnLoad( EventArgs e) { base .OnLoad(e); if (!IsUserControlPostBack...
Here is a nice tips to clear the Recent project list or File list from Visual Studio .Net Run--> RegEdit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>\ProjectMRUList delete unnecessary list. similarly for FileMRuList...