Forum: ASP Mar 30th, 2008 |
| Replies: 1 Views: 1,114 Hi
Try looking into the permissions you have set in IIS for the folder that the processForm.asp file lives in. It could be something to do with only having read permissions. Or maybe even the... |
Forum: Networking Hardware Configuration Mar 30th, 2008 |
| Replies: 2 Views: 516 Hi
I've recently signed up with Pipex internet having moved from Freedom to Surf. I chose the 2Mb package as my line is capable of 1Mb max (living in the middle of nowhere) which is what i... |
Forum: Windows NT / 2000 / XP Mar 19th, 2008 |
| Replies: 12 Views: 935 Hi
Just after the bios screen when your computer starts up, if you press F8 (several times until the boot menu appears) and select Last Known Good Configuration - this might hopefully restore your... |
Forum: Windows NT / 2000 / XP Mar 19th, 2008 |
| Replies: 11 Views: 1,203 Hi
I'd say it could be a problem with the slot on your motherboard that your video card slots into (AGP or PCI-E). Could be that if you've taken your card in and out repeatedly then it could have... |
Forum: Windows NT / 2000 / XP Mar 19th, 2008 |
| Replies: 1 Views: 2,229 Hi
I've had this problem before but it was on a PC connected to the network. Something to do with loading profile names over a network, the computer would just display a strange account name like... |
Forum: VB.NET Mar 19th, 2008 |
| Replies: 6 Views: 1,714 Excellent, glad to hear it.
Just one final tip, normally when you do a for loop you would increment the index just before the loop iterates. So for example in your case you would have
For... |
Forum: VB.NET Mar 19th, 2008 |
| Replies: 6 Views: 1,714 Hi
Ah, i think you need to reset the strOut variable at the start of your "for" loop otherwise it will still contain the values from the previous loop iteration.
Think a simple strOut = "" will... |
Forum: VB.NET Mar 19th, 2008 |
| Replies: 1 Views: 2,574 Hi
What does the "o" argument do? I think the problem is to do with this argument, if you want telnet to just connect to a host then just pass the hostname.text as the argument without the "o"
... |
Forum: VB.NET Mar 19th, 2008 |
| Replies: 6 Views: 1,714 Hi
I think you want to use a ListView instead of a ListBox. With a ListView you can have multiple columns (like windows explorer details view). You must remember to set the View property to List... |
Forum: ASP.NET Mar 19th, 2008 |
| Replies: 3 Views: 1,733 Hi
Are you using SQL server? If so, then why don't you create a stored procedure to calculate the percentage for you and rather that executing a long SQL string, you could just execute the stored... |
Forum: ASP Mar 19th, 2008 |
| Replies: 1 Views: 873 Hi
When i've inserted data into a table i use Optimistic locking and a Forward Only cursor presuming you mean with an ADO.DB recordset object
Kev |
Forum: IT Professionals' Lounge Mar 19th, 2008 |
| Replies: 4 Views: 1,172 Hi
This is a post to hopefully get some useful career advice. I'm new to this community however having looked through lots of posts on the forum it looks the best place to ask for advice.
I'm... |