Forum: ASP.NET Jun 13th, 2007 |
| Replies: 1 Views: 831 Help with a cast error I'm trying to migrate some code to generate an rss feed from classic ASP to .NET (because its cleaner). I've got it working perfectly for the first feed I try, but when I tried to modify the code... |
Forum: ASP Apr 23rd, 2007 |
| Replies: 4 Views: 1,677 Re: Help with a date loop & error '80020009' Thanks - I ended up going a different route, which works but revealed another problem. Now I'm seeing multiple dates, but my sort order gets messed up because the recurring events are kept together.... |
Forum: ASP Apr 20th, 2007 |
| Replies: 4 Views: 1,677 Re: Help with a date loop & error '80020009' Thanks for the help, but I'm sorry to say I'm still stuck.
When I try that, I get:
Response object error 'ASP 0251 : 80004005'
Response Buffer Limit Exceeded
So after poking around, I was... |
Forum: ASP Apr 20th, 2007 |
| Replies: 4 Views: 1,677 Help with a date loop & error '80020009' I'm new here and hoping for a bit of help - I've got an table that has event name, start date, end date. For instance:
EventID: 1
MEETING_NAME: My Event
START_DATE: 1/1/2007
END_DATE: 1/4/2007
... |