-
Debug in Visual Studio using Firefox
-
Using .Text Keywords
From Scott Watermasysk: Keywords are a list of words/symbols/patterns that when found in the body of a post or article will be replace with a link and text of your choice. To add keywords, you must login to your blog and select the Options tab >> Keywords. Some of the features/configurations of keywords: Case sensitive…
-
w.bloggar and .Text
When I first got my blog working, I tried some desktop applications to blog from, but couldn’t get any of them to work. Today, I revisited it, and got w.bloggar to work. Pretty simple, I just followed Scott Water’s instructions. Now I don’t have to keep using the admin site and reposting blogs 2 and…
-
Count Lines Of Code Written
-
Select Item in ASP.NET DropDownList
-
‘Could not write to output file’ error
-
Generate Inserts from a Stored Procedure
-
Vertical Select in Visual Studio .NET to get rid of System.Web.UI.WebControls
Don’t know where I got this, but a cool shortcut in Visual Studio to vertically select text is to hold down the Alt Key while selecting a region. I especially use this to get rid of the System.Web.UI.WebControls in the declaration of a page: protected System.Web.UI.WebControls.TextBox FirstName; protected System.Web.UI.WebControls.TextBox MiddleInitial; protected System.Web.UI.WebControls.TextBox LastName; protected System.Web.UI.WebControls.TextBox…
-
Prevent Multiple Button Clicks in ASP.NET – How to Implement the Netflix "Please Wait…" Button
-
My Favorite Blogs