Forum: ASP.NET Dec 19th, 2008 |
| Replies: 12 Views: 1,700 Have you declared your variables because can't see the declarations in the code you have given
I don't think strictly necessary I find very helpful for debugging by adding the fields you are... |
Forum: ASP.NET Dec 17th, 2008 |
| Replies: 12 Views: 1,700 What's the name of the database - not entirely sure from your connection string |
Forum: ASP.NET Dec 16th, 2008 |
| Replies: 12 Views: 1,700 At the top of your aspx web page you need to declare the data controls you are using and this depends on the database, to some extent, ie MS SQL, MySQL or Access.
As an example, to save to Access... |
Forum: ASP.NET Dec 16th, 2008 |
| Replies: 12 Views: 1,700 As long as you have the calendar control in place you shouldn't need to declare it. Daft question, are you using the same spelling; reason for asking is that you have called it calender2, but the... |
Forum: ASP.NET Dec 16th, 2008 |
| Replies: 8 Views: 3,533 I am having the same problem with Fasthosts and aspx.
Interestingly, my web site was working fine when I last uploaded an update, but then stopped working. I have contacted the host who state that... |