535 Posted Topics

Member Avatar for Dani

[QUOTE=Killer_Typo]only time i say to underline links is on mouseover, everything else they should be kept without underlines and a different color from the text.[/QUOTE] Exactly. Nuff said. Tekmaven™

Member Avatar for carlino
0
464
Member Avatar for HCatzeyez

Huh? Unchecking stuff from MSConfig doesn't remove it from your system, it just doesn't start it. Therefore, that isn't the answer. Don't take your fustration out on the helpful people of this community. ;)

Member Avatar for samaru
0
74
Member Avatar for Slade

ASP.NET autommaticaly renders to HTML 3.2 and 4.0 depending on your browser, so find the oldest browser to support HTML 3.2, and you'll find your answer ;-).

Member Avatar for Tekmaven
0
61
Member Avatar for ArtChess

Can you post the enitre SQL? Maybe give us a better idea about what she's entering, and what type of results you want? If it's a WHERE sql clause, change the * to a 'whatever'.

Member Avatar for ArtChess
0
115
Member Avatar for xinhua
Member Avatar for Slade

It's very possible to do this with ASP.NET, and no third party tools. Check out this article on CodeProject: [url="http://www.codeproject.com/aspnet/urlrewriter.asp"]URL Rewriting with ASP.NET[/url]. That is just one way to do it. For alternitives, contact a programmers best friend, [url="http://www.google.com/search?hl=en&ie=UTF-8&q=rewriting+urls+asp.net"]Google[/url].

Member Avatar for Tekmaven
0
113
Member Avatar for puffercc

This should be your main switch() convertered to if statements... [code]if(clickcount==0) { g.drawString("You haven't clicked yet!",70,100); } else if(clickcount==0) { g.drawString("You clicked once!",90,100); } else if(clickcount==2) { g.drawString("You clicked 2 times!",80.100); } else if(clickcount==10) { g.drawString("You click 10 times!",90,100); } else { g.dawString("You click more than 3 times,",50,80); g.drawString("but not …

Member Avatar for puffercc
0
143
Member Avatar for Slade

Is the viewstate enabled? Is the page properly posting back? Try putting in a Response.Write somewhere...

Member Avatar for Tekmaven
0
219
Member Avatar for Dani

[QUOTE=vermonter]P.S.: Firefox comes [url="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.9.1/firefox-0.9.1-mac.dmg.gz"]For the Mac as well![/url][/QUOTE] There's no way in hell she's going to install Firefox. She's... umm... just weird like that. "I'll only install if I *must*" is her motto.

Member Avatar for vermonter
0
209
Member Avatar for Killer_Typo

In my experience, installing PHP is only hard when you do it for the first time. After you stumble through the first installation, it's quite easy ;-).

Member Avatar for Killer_Typo
0
185
Member Avatar for mohansameer
Member Avatar for Tekmaven
0
158
Member Avatar for samaru

Meanwhile.. I betcha PHP5 breaks a lot of existing PHP 4.x applications... ;-)

Member Avatar for samaru
0
213
Member Avatar for BastardAle
Member Avatar for Dani

[url="http://bink.nu"]http://bink.nu[/url] - Bink's IT News is written and designed by me. News posted by Bink ;-). [url="http://www.pcmodkingdom.com"]http://www.pcmodkingdom.com[/url] - comming to a browser near you.. real soon (again).

Member Avatar for oohdale
0
503
Member Avatar for Tinaa

Do the pages that you're trying to edit have codebehind? I don't think Dreamweaver can edit ASP.NET pages with Codebehind.

Member Avatar for jackster
0
115
Member Avatar for Rookie1

Well, the cost of a website is a complicated figure. What are you planning on doing on the website? Will it require any server parsed langagues (php, asp.net, perl, etc)? Will you require a database (MySQL, SQL Server 2000, etc)? How much bandwith will you use (10gb/month, 50gb/month, 100gb/month, 500gb/month, …

Member Avatar for oohdale
0
368
Member Avatar for MAD_DOG
Member Avatar for MAD_DOG
0
447
Member Avatar for Dani
Member Avatar for Dani

I don't know about converting your code to XHTML, but I know that all code in VS.NET (with reguard to ASP.NET Pages) are in XHTML format.

Member Avatar for linladen
0
422
Member Avatar for Slade

A better solution would be [url="http://www.skmmenu.com"]skmMenu[/url], an open-source ASP.NET based menu application.

Member Avatar for Paladine
0
589
Member Avatar for mavskunk

If you have a router sharing the broadband, you won't need a firewall on any machine. However, you'd need virus protection on each PC. As for your adware problem, a virus solution won't really fix that. You're going to need another adware montioring solution to keep your adware in check. …

Member Avatar for mavskunk
1
143
Member Avatar for NiTeHaWk4787

AMD Processors use a special numbering system called "PR Ratings". The PR Rating of an AMD Processor is "####+" number in the XP-####+ models that you've posted. These numbers are used to compare them to the P4 processors: an Athlon XP 3200+ would be equivlent to an Intel Pentium 4 …

Member Avatar for NiTeHaWk4787
0
106
Member Avatar for mavskunk

First off, you couldn't get dual P4's: you'd have to get Dual Xeons. A Xeon processor is 32-Bit, and an AMD Opteron processor is 64-Bit. You're going to get outstanding performance from both machines, so this isn't really a debate between 'which is better' in terms of performance. The real …

Member Avatar for mavskunk
0
115
Member Avatar for defens29

How is the hard drive jumpered? Are any other drives connected on the same IDE cable?

Member Avatar for defens29
0
86
Member Avatar for Paladine

Just so you guys know, Dani doesn't eat or sleep when TTF is changing. I'm sure she has been up for at least 3 days straight... lol

Member Avatar for Roberdin
0
152
Member Avatar for Randy Kemp

First of all, since ASP.NET is on the .NET Framework, most of that code will work exactly how you want it for your ASP.NET web application. Simply save the powerpoint file in a temporary location, call Response.Flush(), and Response.Write you're temped powerpoint file. Remember to set the content type, and …

Member Avatar for Tekmaven
0
190
Member Avatar for Slade
Member Avatar for Tekmaven
0
81
Member Avatar for Slade
Member Avatar for cozzy
Member Avatar for charrma
Member Avatar for Ole Middelboe
0
837
Member Avatar for gicio

I'm not sure, but I think [url="http://www.dotnetnuke.com"]DotNetNuke [/url]might use some of the application blocks. Also, IBuySpy is mobile device aware. Ya know, you could always write some code ;-). It's not [i]that[/i] hard to modify large parts of IBuySpy; I've done it. Check out [url="http://www.bink.nu"]Bink.nu [/url]and the new [url="http://beta.bink.nu"]Bink.nu Beta[/url], …

Member Avatar for Tekmaven
0
136
Member Avatar for Dani

Find the CMOS reset jumper, and reset your CMOS. Take EVERYTHING out that doesn't need to be in it, and leave one stick of RAM. Try it then..

Member Avatar for Catweazle
0
200
Member Avatar for viperman224

A mobile processor just means the processor adjusts its speed to save battery life. Check "Device Manager" to see what hardware is inside the computer.

Member Avatar for alc6379
0
159
Member Avatar for siddartha_pal

Check out the [url="http://www.go-mono.com/"]Mono [/url]project. They should be exactly what you're looking for ;) . [Edit]Doh, I really should read posts before I post the same exact info :o [/Edit]

Member Avatar for Tekmaven
1
104
Member Avatar for Dani
Member Avatar for hanoy

The web service is an ASP.NET application, and thus has session. So, again, have you tried storing it? ;-). The way most web services work (that require authentication), is by taking the login user and password in each method.

Member Avatar for Tekmaven
0
136
Member Avatar for pumpkindad

Dump These: R1 - HKCU\Software\Microsoft\Internet Explorer,SearchURL = [url="http://in.webcounter.cc/--/?cxlow"]http://in.webcounter.cc/--/?cxlow[/url] (obfuscated) R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Bar = [url="http://in.webcounter.cc/---/?cxlow"]http://in.webcounter.cc/---/?cxlow[/url] (obfuscated) R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Page = [url="http://in.webcounter.cc/--/?cxlow"]http://in.webcounter.cc/--/?cxlow[/url] (obfuscated) R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = [url="http://in.webcounter.cc/-/?cxlow"]http://in.webcounter.cc/-/?cxlow[/url] about:blank (obfuscated) R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = [url="http://in.webcounter.cc/-/?cxlow"]http://in.webcounter.cc/-/?cxlow[/url] (obfuscated) R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Default_Search_URL = [url="http://in.webcounter.cc/--/?cxlow"]http://in.webcounter.cc/--/?cxlow[/url] (obfuscated) R1 - …

Member Avatar for crunchie
0
317
Member Avatar for head_hunter

Dump these: R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Bar = res://C:\WINDOWS\System32\ngeo.dll/sp.html (obfuscated) R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Page = res://C:\WINDOWS\System32\ngeo.dll/sp.html (obfuscated) R1 - HKCU\Software\Microsoft\Internet Explorer\Search,SearchAssistant = res://C:\WINDOWS\System32\ngeo.dll/sp.html (obfuscated) R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Bar = res://C:\WINDOWS\System32\ngeo.dll/sp.html (obfuscated) R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Page = res://C:\WINDOWS\System32\ngeo.dll/sp.html (obfuscated) R0 - HKLM\Software\Microsoft\Internet Explorer\Search,SearchAssistant = res://C:\WINDOWS\System32\ngeo.dll/sp.html (obfuscated) R1 - …

Member Avatar for crunchie
0
1K
Member Avatar for knaiad

I appoligize for not responding sooner. Here are the items you should delete: [code] R3 - URLSearchHook: (no name) - _{CFBFAE00-17A6-11D0-99CB-00C04FD64497} - (no file) O2 - BHO: (no name) - {08351226-6472-43BD-8A40-D9221FF1C4CE} - C:\WINDOWS\Downloaded Program Files\SbCIe026.dll O2 - BHO: (no name) - {A6F6666C-7FAC-4F12-B932-31106E541840} - C:\WINDOWS\System32\ignmpagnt.dll (disabled by BHODemon) O2 - BHO: …

Member Avatar for crunchie
0
466
Member Avatar for pwfisher

Well, you have to remember that the ASP.NET pages are processed on the [i]server[/i] side. Manipulating the client side is not possible with a server side language. However, you can embed client scripts (such as JavaScript) in your ASP.NET Pages.

Member Avatar for Tekmaven
0
71
Member Avatar for moxin

Get rid of these: O4 - HKLM\..\Run: [rundll32.exe] C:\WINDOWS\System32\rundll32.exe.exe O4 - HKLM\..\Run: [PCDRealtime] C:\WINDOWS\realtime.exe O16 - DPF: {74D05D43-3236-11D4-BDCD-00C04F9A3B61} (HouseCall Control) - http://a840.g.akamai.net/7/840/537/...all/xscan53.cab"]http://a840.g.akamai.net/7/840/537/...all/xscan53.cab O16 - DPF: {7B297BFD-85E4-4092-B2AF-16A91B2EA103} (WScanCtl Class) - http://www3.ca.com/securityadvisor/...nfo/webscan.cab http://www3.ca.com/securityadvisor/...nfo/webscan.cab I'm not sure about the nameserver line (it probably should be gotten rid of too, but I don't know …

Member Avatar for moxin
0
406
Member Avatar for Tekmaven

I'm trying out a slightly different username: "Tekmaven™"! Just want everyone to know that I'm the same old Tekmaven; just trademarked :cool:

0
88
Member Avatar for Tychaeldis

Get rid of these: [code] R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Bar = [url="http://searchweb2.com/searchbar.html"]http://searchweb2.com/searchbar.html[/url] R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Page = [url="http://searchweb2.com/searchbar.html"]http://searchweb2.com/searchbar.html[/url] R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = searchweb2.com R1 - HKCU\Software\Microsoft\Internet Explorer\Search,SearchAssistant = [url="http://searchweb2.com/searchbar.html"]http://searchweb2.com/searchbar.html[/url] R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Bar = [url="http://searchweb2.com/searchbar.html"]http://searchweb2.com/searchbar.html[/url] R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Page = [url="http://searchweb2.com/searchbar.html"]http://searchweb2.com/searchbar.html[/url] R0 - HKLM\Software\Microsoft\Internet Explorer\Search,SearchAssistant …

Member Avatar for crunchie
0
99
Member Avatar for waynespangler

Wow.. that sounds like a drastic measure. If the computer locks up like that, and the power button does not work - then push and hold down the power button for 10 seconds. The computer should turn off. There is no way you should be formatting this often, in fact …

Member Avatar for waynespangler
0
338
Member Avatar for samaru
Member Avatar for FireNet
0
471
Member Avatar for Skull-Drizzt

Just so everyone knows, the 2800+ in the AMD AthlonXP "2800+" processor title is not its speed. The 2800+ is called a PR (Performance Rating) Number: the speed of the most comparable Intel Penitum 4 processor. My AthlonXP 2800+ runs (for me) at 2.09ghz; however mine has a 333mhz Front …

Member Avatar for Catweazle
0
155
Member Avatar for Yzk

Windows 98 SE is [i]very[/i] picky about Network setup. Try booting up into safemode, removing the client, and browsing around in the Windows folder and removing some "Novell" looking files (back them up first). After you can get the workstation up (with the NW Client uninstalled), try reinstalling the client. …

Member Avatar for Tekmaven
0
183
Member Avatar for Amir Ali

Scrollbars in what type of window? Are you using a Windows Forms app? ASP.NET Webpage?

Member Avatar for Tekmaven
0
142
Member Avatar for tommi

Do you have the indexing server enabled? What version of the .NET Framework are you running?

Member Avatar for Tekmaven
0
419
Member Avatar for Oni Kage

Have you guys tried flashing your BIOS's with a newer revision? Just sounds like a funky motherboard chipset incompatibility that could be fixed in a BIOS Revision. I've always had a problem buying an AMD machine. I mean, what is an AMD processor? A processor ment to run like an …

Member Avatar for JR85023
0
300

The End.