Good tips for using DateTime in .Net on MSDN
-
Latest Tweet
- @kidfiction that was Mike Bijon in reply to kidfiction 2 weeks ago
- More updates...
-
My Resume
-
AIM Status
-
Recent Posts
-
Photos
-
Categories
Since I'm used to PCRE when building regular expressions, this is a nice tool to use to be able to evaluate .Net regular expression strings before implementing them in code.
Fabrice's weblog gave me the quick and easy answer to how to do this. The only problem I ran into was that VS.NET (at least 2002) removes the runat="server" attribute from the title tag when you switch from HTML to design view.
…
I love ASP.NET for web programming. I especially like being able to create classes and use them in the code-behind for a page. The problem I was running into is that I found I needed to access some page-specific properties…
Thanks to Matt Berther for his post regarding why the enter key wasn't working to submit an ASP.NET form (using IE, not a browser where enter normally won't submit the form w/out JavaScript).
As Matt notes, the solution is to "Add this…