Forum: ASP Jul 1st, 2008 |
| Replies: 5 Views: 1,351 As I had already specified, use Google to search for free Editors. As for ASP tutorials, there are lots of sites offering those for free. You can try http://www.w3schools.com/asp/ for example.
I... |
Forum: ASP Jun 30th, 2008 |
| Replies: 5 Views: 1,351 What sort of tools are you looking for ? Editors / IDEs ? Try Google. Of course you can write ASP in Notepad. I personally use MS InterDev, so if you have it you can try it. |
Forum: ASP Apr 30th, 2007 |
| Replies: 7 Views: 3,910 Why aren't you checking the confirmation before going to the delete page ? I presume in the page that offers both delete and update, you have 2 buttons for delete and update. So when the user clicks... |
Forum: ASP Apr 29th, 2007 |
| Replies: 7 Views: 3,910 Shouldn't it be Request.Querystring("act") ? |