Monthly Archive: February 2009
What are the options for formatting a string? What are the options for formatting when using .ToString()? If you are using the .NET Framework you probably know that it was designed to make your...
I have seen sample code when doing data binding on controls that use either Eval and Bind. I was wondering what is the difference between both of them. When should you use Eval instead...
I am trying to perform an action for each item inside an Enumeration. In other words, I want to be able to use the foreach statement with an enumeration. How do you loop with...
I am looking for a way to establish error message templates and have parameters become part of the message. Just concatenating a string on the fly is not a very clean approach to this...