Forum: ASP.NET Jun 8th, 2009 |
| Replies: 2 Views: 819 It looks like Red Hat has only included it in Fedora and not in Red Hat Enterprise Linux. http://news.cnet.com/8301-10784_3-6025387-7.html |
Forum: ASP.NET Jun 5th, 2009 |
| Replies: 4 Views: 988 @ithelp: that is exactly what I was thinking :) |
Forum: ASP.NET Jun 5th, 2009 |
| Replies: 4 Views: 988 You can put the date of birth in a DateTime, and then use the dates in this wikipedia article, http://en.wikipedia.org/wiki/Zodiac_sign#The_twelve_signs, to calculate what zodiac sign the date falls... |
Forum: ASP.NET Jun 2nd, 2009 |
| Replies: 15 Views: 3,137 |
Forum: ASP.NET Jun 1st, 2009 |
| Replies: 15 Views: 3,137 ASP.NET 2.0 and up have the ASP.NET Membership Provider and the login controls, which will make this simple for you. Check out this walkthrough on MSDN:... |
Forum: ASP.NET Aug 31st, 2004 |
| Replies: 8 Views: 6,885 Yup. It works for every tag :). |
Forum: ASP.NET Aug 2nd, 2004 |
| Replies: 8 Views: 6,885 No, actually it's related to Visual Studio .NET's web page designer. When you are on the WYSIWYG ("Design") view of the page, it reformats your code, and sometimes screws up on tags. There is a... |
Forum: ASP.NET Jul 31st, 2004 |
| Replies: 3 Views: 3,815 Value is an object, which each list item has. When you create list items, you can assign a value object to them, and that object will stay with the list item (but not be displayed on the page).
... |
Forum: ASP.NET Jul 5th, 2004 |
| Replies: 7 Views: 33,721 Well, heh ;-). This thread had my first post that I didn't type from Dani's house in about three weeks. She doesn't force me at gunpoint, but, she begs in a cute way, and ya just can't say no ;) .... |
Forum: ASP.NET Jul 5th, 2004 |
| Replies: 7 Views: 33,721 Just doing what Dani forces me to ;-). |
Forum: ASP.NET Jul 3rd, 2004 |
| Replies: 7 Views: 33,721 A better solution would be skmMenu (http://www.skmmenu.com), an open-source ASP.NET based menu application. |
Forum: ASP.NET May 19th, 2004 |
| Replies: 74 Views: 195,799 Just a reminder to the new ASP.NET Programmers: your web.config file is case-sensitive, so be careful copying the text :). |
Forum: ASP.NET Apr 29th, 2004 |
| Replies: 13 Views: 21,799 Yeah, especially if its design-related. The forums support skinning, so you shouldn't even need to hack the code to get what you want :-). |
Forum: ASP.NET Apr 29th, 2004 |
| Replies: 13 Views: 21,799 The ASP.NET Forums is a product of the hard work from many people. Unless your some genious, you wouldn't be able to create a brand new Forums system, in the time it has taken for the ASP.NET Forums... |
Forum: ASP.NET Apr 29th, 2004 |
| Replies: 13 Views: 21,799 This forum system is called vBulletin, and it is written in PHP. The 'nicest' ASP.NET forum system is written by the ASP.NET guys at Microsoft (and I've contributed too), called the ASP.NET Forums. ... |
Forum: ASP.NET Dec 25th, 2003 |
| Replies: 5 Views: 10,805 browserCaps are the way to go. Thats the same browserCaps section I use for #Portal lol. |