Archives
-
Concatenating with StringBuilders vs. Strings
Rico Mariani has a good little diddy on Strings – read it here
-
Cool WinFS Feature
Andrej over at Longhorn Blogs tells us about a cool new feature of WinFS that allows for previous names of a file to be remembered...
-
Wouldn’t It be great…
The majority of the validation controls target a specific web control via the ControlToValidate attribute, in the case that I have a text box to that collects required date info I will need two controls, a CompareValidator and a RequiredFieldValidator. Each are dropped separately on the web form and must have independent messages and style (yada yada)