Justin Cooney
Web Development Tips and Examples
Category: .Net
-
The most straightforward way to apply blanket updates to Internet Explorer settings for all users on a particular machine is to use the GPUpdate.msc tool to set the local group policy. Finding where these settings are in the group policy can be a challenge in itself. In the following article I will review: Where to…
-
The question of the day is how to use a regular expression to select the last instance of a word in a string of text. Finding the first instance is quite straightforward, but finding the last isn’t as intuitive.
-
In past versions of Visual Studio, two useful drop-down lists existed over your main development window that would let you easily add new auto-generated page or object level events. These drop-down lists are commonly known as Server Objects and Events. Microsoft counter-intuitively calls these drop-down lists the Navigation bar.