5,277 Posted Topics
Re: When booting up either the F10, F2, or F6 should be one of the keys for these types of HP laptops. | |
Re: Is the NIC on its own expansion card or part of the motherboard? If its on its own card, maybe the card needs to be re-seated. If its part if the motherboard, you should boot into the BIOS setuo and verify that the NIC is not disabled. | |
Re: Before you proceed with that configuration, i would highly recommend that that you consider running a virtualization app rather than setting up a multi-boot configuration. The multi-boot adds additional complexity, is more difficult to manage, and doesn't allow you to run the OSs at the same time. If the host … | |
Re: @deceptikon, please update or allow Michael to upload an animated pic. anything to swap out that horrendous avatar that he currently has that looks like a cross between a Chihuahua and an an Ostrich. lol... | |
Re: It's a scam/malware that's going around. I am sure that the note presented to you will say if you pay a certain amount of money, it will be taken care of. | |
Re: Are you just looking for the SQL syntax? Or are you integrating this with a web site running, say PHP? | |
Re: Your site is not coming up for me. It seems to be unavailable... | |
Re: Did you try this... string strText = "'basic@yahoo.com'"; Response.Write(strText.Replace("'", "")); ![]() | |
![]() | Re: I took a very brief look at the source code and noticed that you included new HTML5 elements such as header and footer. You should note that IE8 and earlier doesnt support the styling of these elements. I'll take a closer look as soon as I have a chance to … ![]() |
Re: It sounds like that you used the computer's name in the subject line if the cert which is fine. Therefore, connecting via the host name produces the results as expected. If you connect via any other name rather than what is in the cert will produce warnings/errors. I don't see … | |
Re: The fact that you are developing in asp.net is not an issue. The asp.net engine returns html back to the browser. You need to apply the proper styles to control the look and feel to the page. Take a look at the results in your browser, right click and view … | |
Re: When you run this SQL query outside of your PHP code do you get more than one row? SELECT tbl_subject.SubjectID, tbl_subject.SubjectDesc, studentsubjectgrade.Finals FROM tbl_subject INNER JOIN studentsubjectgrade ON tbl_subject.SubjectID=studentsubjectgrade.SubjectID INNER JOIN academicyr ON studentsubjectgrade.SubjectID=academicyr.SubjectID WHERE academicyr.Semester = 1 ![]() | |
Re: Since you are a new member, you may not be aware but it is generally unreasonable to expect a response within 2 min of your first post. If you continue to "bump" your thread by adding additional help me posts, you are less likely to get help. Ok, have you … | |
Re: Your first link does not take you to the site and please clarify/elaborate on what you mean by more value. | |
Re: Microsoft's productivity suite is not free. They do have free viewers which will allow you to open and read files like Word, Excel, Viso, etc. | |
Re: Before it shuts down, do you see an error on the screen? Have you opened the PC to make sure the expansion cards are secured? | |
Re: I don't know of any search engines that use Alexa rankings. I think most people just use the Alexa service just to track and compare how tbeir site is doing over time with regard to other sites. | |
| |
Re: 404s are definetly not good for SEO in cases where a page has moved. If this is your scenario you need to have 301/302 redirects in place so the web spiders can follow. | |
Re: You would have to convert the typical boundfield into an itemTemplate field. | |
Re: The "Flag Bad Post" doesnt seem to be working at the moment either... | |
| |
Re: It sounds like you want to allow your network clients to connect to the server and create PDFs based on what you install on the server. Not sure if CutePDF Write can be installed, then "shared" as another network printer. Give it a try and report back your experiences... | |
Re: The IP configuration is coming from your DHCP servers. PxE depends on DHCP. | |
Re: Actually, i dont know where you got the 7.8 GB limitation. As far as I know, there is a 2GB limitation per partition, not hard drive. The reason is simple. DOS supports a FAT16 file system. FAT16 has a maximum cluster size of 32KB. It also has a maximum number … | |
Re: First, you have to understand that you need to be patient when you post a question on this forum. Getting a response within an hour is not always common. Its members are fantastic about giving help but you cant expect a real time dialog. Secondly, your other post is basically … | |
Re: First, are you writing your code in c# or vb.net? Do you have any code? You are basically going to make a database connenction once the click occurs and loop through the results of your query sending an email message to each email address. | |
Re: According to their support page, it looks like you are in luck. Processor / Speed Intel® Celeron® mobile processor 575 (1 MB L2 cache, 2 GHz, 800 MHz FSB, 25 W), supporting Intel® 64 architecture Edit: Sorry, just noticed that caper jack provided a link. | |
Re: Core 2 Duo is a brand name by Intel. "Dual Core" is a generic description meaning two separate physical cores in one chip. | |
Re: Back in the day when I was studying computer hardware and repair, the anti-static wrist stap was a must. However, I can tell you that after more than a decade of working with PCs and Server hardware, I've never used an anti-static wrist strap and have never had an issue. … | |
Re: Is it set to "connect automatically"? | |
Re: I'd remove all of those toolbars and add-ons for IE, then try to upgrade IE to version 8. | |
Re: If obtaining your own second level domain name is important, then that is the first step. You can register the name with one of many registrars out there. Or course some of hte commons ones are network solutions, or goDaddy, but there are many more. The cost of the name … | |
Re: A better approach may be to access the NavigateUrl property in the code behind and append tbe query string value there. For example.. homeBtnImage.NavigateUrl = "somehost.domain.com/page.aspx?q=" & employerEmail | |
Re: You'll need to provide relevant code / error messages. | |
Re: I'd start by booting into Windows Safe Mode. I would unintsall the ethernet device from Device Mananger. Let Windows rescan for hardware and reinstall the device. Then, update the device driver if needed. While I'm in safe mode, I would also run a scan for malware just to rule out … | |
Re: > Have they developed methods to effectively remove tattoos yet? special, multiple laser treatments are quite effective depending on the ink. | |
Re: how are you populating the drop down list? from a datasource? | |
Re: Tina, In one of your other threads, I provided a link for a multi-level navigation menu (horizontal). Feel free to use and adapt for your needs. | |
Re: Your post is not clear. Also, its probably not a good idea to post your email address in a forum post. Its not necessary. | |
Re: It could be me, but I am not clear on what exactly you are asking. You want to delete a row in a table? `DELETE FROM tableName WHERE fieldName =` | |
Re: Have you tried uninstalling firefox and installing the latest version? | |
Re: You'll need to be more specific regarding your post. |
The End.