Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
3 Commented Posts
0 Endorsements
Ranked #4K

22 Posted Topics

Member Avatar for Ana D.
Member Avatar for navyjax2
0
632
Member Avatar for navyjax2

This was an error I found on my computer that I did a search on the web for a quick and easy fix for. I found this forum that had my error and symptoms, but found no one had a solution. The thread was closed because the original poster had …

Member Avatar for Arniesdad
0
4K
Member Avatar for tothushara
Member Avatar for karthikcyano

Using that first poster's code, I get System.Data.DataRow.DataRow(System.Data.DataRowBuilder) is inaccessible due to its protection level (regardless of if I run the code within "protected void Page_Load(object sender, EventArgs e)" or return a DataTable from another function back into Page_Load so it can use it for my DataGrid) and anywhere someone …

Member Avatar for navyjax2
0
3K
Member Avatar for greenhorn

[quote]So SP2 only remove the shourtcuts to these programs and not the program ![/quote] No - she actually DID lose the programs after installing SP2 - she said she had to copy them from a collegue's computer to put them back on. Not trying to be a smart @$$ or …

Member Avatar for navyjax2
1
736
Member Avatar for navyjax2

Yes, very deserving of a thread, as techs have all come to know and love this beast of a piece of software that never seems to either 1) install correctly, or 2) run correctly... Figured I could post up this for all the noobs and techs alike to give us …

Member Avatar for CCronaldo
0
222
Member Avatar for 2ney

Have you tried Safe Mode, Safe Mode with networking, or Enable VGA Mode on the F8 menu yet? If it still blue screens after resetting CMOS (remove the power cord and motherboard battery for a while, probaby 5 mins. is enough), assuming you have access to another computer, preferrably with …

Member Avatar for navyjax2
0
463
Member Avatar for Stivi

[code]string text = txtBody.Text.Replace(Environment.NewLine, "<br />");[/code] Worked fine for me when putting it into a new MailMessage: [code] message.From = new MailAddress(txtFrom.Text); message.Sender = new MailAddress(txtFrom.Text); message.To.Add(txtTo.Text); message.Subject = txtSubject.Text; message.IsBodyHtml = true; string text = txtBody.Text.Replace(Environment.NewLine, "<br />"); message.Body = text; [/code] -Tom

Member Avatar for navyjax2
0
193
Member Avatar for fikka

I'm not sure if you still need this solved or not - this is an old post and came across it while looking for something completely unrelated, but in any event, I think I might have a solution you can try to implement: [CODE=HTML] <HTML><HEAD><TITLE>TEST</TITLE> <SCRIPT language="JavaScript"> function loadBox(stuff) { …

Member Avatar for navyjax2
0
321
Member Avatar for Roptik

Had a similar problem with same board & setup. You have to specify in the BIOS what type of video card you're using (i.e. PCI vs. AGP as the initial video: Init Display First), and the memory it has (i.e. AGP Aparature Size = 128MB, 256MB, etc.). That and setting …

Member Avatar for navyjax2
0
177
Member Avatar for duffsparky

The whole reason it gets identified as C-Media Audio is because, and this is just my belief, but I think either someone at Microsoft or whomever created the original Realtek AC'97/Avance 97 sound components/chipset/drivers got a wild hair up their butt and decided that when they were going to update/upgrade …

Member Avatar for navyjax2
0
141
Member Avatar for dlh6213

I don't know what version ZoneAlarm is at now, but according to a link posted earlier in this thread, versions 3.7 - 5.0.590 are not a good idea with SP2: [url=http://support.microsoft.com/default.aspx?kbid=884130&product=windowsxpsp2]http://support.microsoft.com/default.aspx?kbid=884130&product=windowsxpsp2[/url] Thought I should mention that before everyone went to ZoneAlarm, thinking they were safe as far as a better …

Member Avatar for navyjax2
5
2K
Member Avatar for catch

There is no amount of application security, NT or otherwise, that will prevent you from receiving viruses on a Windows machine. They come as an attachment some people actually inadvertently run, or even as a TEMPORARY INTERNET FILE off of a site you may visit, without you even knowing, and …

Member Avatar for kc0arf
0
517
Member Avatar for keithw

There is the fact that if your computer ever gets used by someone else, you will log them out if you connect with Remote Desktop, and if they are an administrator they can log you BACK out and log themselves BACK in, but at least for me, across a LAN, …

Member Avatar for keithw
0
147
Member Avatar for yyunos

Try going to the Device Manager (right-click My Computer, hit Manage, Device Manager will be listed as a clickable item in the console that will appear), uninstalling the keyboard, then re-installing. When you have the Device Manager up, expand the keyboard section, right-click the keyboard icon, hit Uninstall. Then, when …

Member Avatar for navyjax2
0
232
Member Avatar for chound

[QUOTE=gerbil]xpsp2? change icons? the folder icons? just R click on the folder; go properties/ customise; go to your hearts content. {that aint a tab or button, btw} . put in ur own pictures if u must. fonts? go to to help n support centre, use fonts as a search; you …

Member Avatar for Kamex
0
278
Member Avatar for vfcsekhar

I'm assuming that you are booting to the Windows 2000 CD to install it? Are there any RAID drivers involved or is it a straight-forward install? If this is a straight-forward install and you were booting to the W2K disc, your BIOS is set to boot to CD, and then …

Member Avatar for navyjax2
0
222
Member Avatar for ggames

Well, the Add/Remove Programs tool is VERY important if the programs you install don't have an uninstall link. But I wanted to post this much - I had an issue on a person's computer similar to this one where I would try and try and try to launch "Add/Remove Programs", …

Member Avatar for ggames
0
320
Member Avatar for lem321@aol.com

So now you can't access the files at all? When do you get the explorer.exe error? On log-in? If you open a folder? You can do a Ctrl+Alt+Del and look in the Task Manager, see what else is running that doesn't need to be, and close it (right-click, hit "End …

Member Avatar for navyjax2
0
222
Member Avatar for Lordraven

I would replace the $10 cable before making any grand assumptions. If there is feedback from a shorted IDE ribbon cable, it could cause the CD-ROM to send such a "damaged" signal and any time a variant happens in the electricity of a system, or error signals like that occur, …

Member Avatar for navyjax2
0
110
Member Avatar for bunny

Start -> Run -> type msconfig Go to the startup tab. Take checks out of the boxes for stuff you don't need/want to start up with your computer. You might find there's some spyware/adware in there - WinToolsA (WebSearch Toolbar), gator, crap like that, slowing down your boot. If you …

Member Avatar for navyjax2
0
121
Member Avatar for tony_07

The fact that you're using a hub instead of a router could be an issue in and of itself, but for a separate reason than file sharing, so for the sake of argument I'll assume that you have internet connectivity and DHCP has assigned your computer's IPs, and I'll let …

Member Avatar for navyjax2
0
158

The End.