Opening Links in a New Window : Whats the Deal? Actually it’s a big one for usability aspect. These are the top 5 reasons I found in an article why we should beware of opening links in a new window: 1. Unless you warn them, Web users are likely to expect the new page to load in the current window. Unexpected surprises can be fun, but not when you're browsing the Web. 2. The act of opening a new browser window resets the back button in that window. The back button is the second most used navigation ......
Reference:- Click here to view Rajasekhar Chowdary's online profile. Introduction I have seen many developers looking for a solution to remove the url that will be printed whenever we print a webpage. Due to some security reasons some applications doesnt want to display the url in the printed documents. Even i faced this problem and i could able to overcome it with vb.net code. I have a window which displays a photo along with a print icon. whenever i click the print icon i am printing the page with ......
How To: Encrypt Configuration Sections in ASP.NET 2.0 Using RSA http://msdn2.microsoft.com/... Security Practices: ASP.NET 2.0 Security Practices at a Glance http://msdn2.microsoft.com/... ......
How to create a Setup project for a Windows Service in .NET
http://support.microsoft.com/kb/317421
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressi... using System.IO; #region strTagLess = regEx.Replace(strTagLess, ClearHTMLTags /// <summary> /// ClearHTMLTags /// </summary> /// <param name="strHTML">Html as text (without encoded)</param> /// <param name="intWorkFlow"> /// An integer that if equals to 0 runs only the RegExp filter // .. 1 runs only the HTML source render filter // .. 2 runs both the RegExp and the ......