Thank you so much. This has been driving me crazy for the last couple days. I am very greatful to you. And thank you for explaining why it happens and not just a fix. Teaching a man to fish. Brilliant!
I am very very new to C# (and programming in general) so forgive me if I stumble a little. Here is my code:
int ticket_locked_by()
{
int lockedby;
int mine;
string sqlock = @"SELECT ti_locked_by FROM tickets WHERE ti_id = $id";
sqlock =...
I run Spybot and Adaware on a regular basis. I ran both but didn't find anything significant. Everything they found were deleted and didn't show up the next time I ran them. When this started happening I also ran a full system scan with McAfee and it didn't find anything. I just finished running...
Sorry to say that didn't acutally do it. It seemed to work fine, but when I shutdown and started back up later, the same thing started happening again. I am at a loss... again.
smah.. that did it. Thank you very much. I reset everything and the same thing happened the first time I tried to open IE and OE, but after that they seem to be working fine. I'm sure there's some sort of reason this happened, but at this point, I don't really care. It's working and that's the...
Ok. Made another discovery that is just as confusing but will hopefully help get a little closer to a fix. Outlook express is doing the EXACT same thing. I won't open, then if I click restart in process explorer (not ever time, sometime have to do it a couple of times) it will work. What might...
Thank you very much for your suggestions. I have run everything you've got listed there but still get the same thing. I did, however, find that if I right-click on iexplorer.exe in Process explorer and choose restart, every so often Internet explorer will connect to the internet and I can browse...
Ok. Just made another discovery. I can't even open an html page that is saved on my local PC. I created a simple html page in notepad and even it won't open. Now I'm really confused.
Also wanted to add that when I log in to safe mode with networking, I AM able to get to the internet. So I'm guessing that it must be something running in the background not allowing me access out. I just can't figure out what it is.
yes, I can ping the other computers on my network as well as the gateway. And, I can ping the linksys router that serves as my gateway, but I can't log into it.
I'm not sure what happened but I have tried everything I can think of to fix it. All of a sudden IE7 will not connect to the internet. I know my internet connection is working because I can ping www.google.com fine in command prompt. I start IE and it just says "connecting" but never does. I...
When putting a shortcut to another folder in a directory with a lot of files and folders, the shortcut is listed alphabetically with the files. Any way to have it list with the folders?
Thank you. Yes now that makes perfect sense. tsuji, I didn't understand how using "cInt(good)" didn't work, but how "good=good+0" did. Please keep in mind that what may be clear to you is not clear to everyone. You have a lot more experience than I do, so a little more explanation was needed.
Ok. I'm not sure what this means, but I'm guessing it means that "good" was NOT being seen as an integer. I added a line directly after "good=Request.Form("nmbr")" that reads "good=good+0" and it seems to work fine now. If someone can explain it to me I'd appreciate it.
tsuji
Thanks for the response. I accidently left that in there. I had been trying it with single quotes, double quotes and no quotes. I just happen to copy and paste when i had the double quotes in there. None of which made a lick of difference.
Thank you for getting back so quickly. Yes, that makes total sense. I tried both of your examples, however, and neither seems to make a difference. To make sure, I added a "good=good+1" and then did a response.write and good returned a value of 1 + the button I clicked (if i clicked button 4, it...
Can anyone tell me why this isn't working. What is supposed to happen is a button is clicked and the page is should highlight in red the row that was clicked. For some reason I can't get it to work.
Here is the script:
<body bgcolor="#CCCCCC">
<h1>TEST</h1>
<table>
<%
dim cont
dim good
dim...
I don't know about it running with dual monitors. I don't have any systems with that setup. As far as a connection database, TightVNC doesn't come with one, to my knowledge. What I use is an asp page with links to the sites. The link is just <b>http://(ipaddress):5800</b>. I have to create a new...
Thank you for the quick response. The ultimate goal is to save it to a text file on the users PC that they can then print out, email to someone, blah blah blah. I am pretty knew to this so I really appreciate the help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.