5,277 Posted Topics
Re: There is no Microsoft supported way to retreive the password. At best, microsoft Windows provides the password reset disk. If you dont have that, you'll need to resort to trying out a variety of tools that you can download. | |
Re: will take a look when you are able to reference the pics. | |
![]() | Re: Yes... many of the web host providers offer this type of redirection in their hosting package. However, this approach is not very SEO friendly. Their page ranks for each URL indexed will begin to go down. Its not usually the recommended approach, but if it is the only option, it … |
Re: I checked your test page and when I check the checkbox, the div shows as expected and when I uncheck the div hides. So you were able to resolve your problem? In any case, here is another method... <!DOCTYPE html> <html> <head> <title>My Page</title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> </head> <body> <input type="checkbox" … | |
Re: Try in line 16, dropdownlist2.selectedvalue. | |
Re: Did you check to make sure the "SQL Browser" Service is running on "USER-PC"? Go to the Administrative Tools --> Services Applet. | |
Re: I havent had much time with Windows 8 yet, so my first thought is for you to look at the Windows firewall settings. Normally, the Destination Host Unreachable (pre Vista) meant that there was no route information in the computer's local routing table. Since Vista, this error message simple means … | |
Re: Try assigning a generic (built into the OS) HP LaserJet driver just to test if this is driver related. | |
Re: feel free to post your code to help others that may come accross this same issue. | |
Re: So, I am not familiar with MUMPS, but from the ASP perspective, you dont have to worry about the underlying data source since you do not make a direct connection to the data source in any event. Can you connect to the MUMPS database via ODBC? or is there a … | |
![]() | Re: "Cross-over" cables are used to connect two devices of the same type such as computer to computer or switch port to switch port. This is really the only reason to use this type of cable. 1,2 and 3,6 are crossed as you mentioned. UTP (unshielded twisted pair) cable addresses teh … |
Re: You can easily do this with jquery. Documentation at jquery.com. If you have some code written and need help polishing it, post your code. | |
Re: When you promote the first server to the role of domain controller, what you are doing is creating an instance of an Active Directory (AD) Forest with the first Domain. AD centralizes and secures the management of your domain objects such as users, computers, groups, etc. On a network greater … | |
Re: First off , you need something to write about. No one can tell you what you should write about. Think about what you are passionate about or have expertise in. Start with that. That's the hard part. The easy part is to just apply for a google Adsense account so … | |
Re: can you post your HTML code so we can take a look? Also, I dont recommend that you build web pages using MS Word. | |
Re: There are a variety of ways to address this. A typical approach is to use server-side scripting to connect to a data source and get the results of a query that depend on the choice selected in the first drop down. When the user clicks on teh first selection, there … | |
Re: you should investigate your legal options. I would tend to think that this is no differnt than having unencrytped apple customer data on a corporate laptop that gets stolen. I would beleive that by law, there is an obligation to protect your information. | |
Re: <script> var years; var time; toDays(21); function toDays(years) { time = 365 * years; } document.write("My age is " + time); </script> | |
Re: If its against their policy, then you should abide by it and download those types of files at home. Getting around those rules by using a VPN server, or by accessing an open proxy may be a violation of their acceptable use policy so you should find out what the … | |
Re: Any display during the POST? IF so, try booting to Windows safe mode by hitting F8 priot to Windows booting. IF not, have you tried a different display just to rule out the issue. | |
Re: If you want for these elements to appear similar on different browsers, you need to apply a style to each of the target elements. The easiest way is to centralize these settings in a stylesheet and reference the stylesheet from each page. If you do not apply a style, the … ![]() | |
Re: Do you mean that you have spaces between your images, or that they are stacking on top of each other? Please carify. You can control the placement of your images by using styles such as margin:0;padding:0 as well as postion:absolute/relative, left and top, etc... | |
Re: A mail server is a host that provides email services. They generally can send and receive, store mail for users and support a variety of email protocols. It is possible to set up a mail server wherever you have a TCP/IP network. | |
Re: Could you have a datatype mismatch? For instance, the third column in your INSERT INTO statement is for emp_id. However, you are sending data in a variable called "ajaxname". If the database is expecting an integer, but you are supplying a string..that would be a problem. I would recommend that … | |
Re: If you want to connect your computer to the Internet via Dial-up, you'll most definately need a modem. You should still be able to find them on the market. These days, the most common modem you'll find will be USB based, at least for the typical Windows/Intel system. I am … | |
Re: First make sure you have a wireless interface installed. If so, you could manually connect to a wifi network, but windows will automatically detect wifi networks. Click connect. | |
Re: You posted in the Apple, IOS category..but you are asking about a program to count the lines in a text file. Can you elaborate on exactly what you are asking? Also, are you working with a specific progamming/scripting language? | |
Re: Your definately limited by the available bandwidth of your connection. There are many factors that can affect this. For example, a typical issue is a slow wireless connection. Wireless is a shared resources. The more wireless connections, the slower it gets. In addition, the performance of your laptop can impact … | |
Re: If you can determine the model of hte motherboard, you should be able to visit their website (from another computer of course) and look up the beep codes. This should provide you with more information about the condition that is preventing hte computer from booting. If you received a message … | |
Re: Here is a video tutorial on Microsoft's ASP.NET site on how to create a multi-file upload solution. http://www.asp.net/web-forms/videos/how-do-i/how-do-i-multiple-file-uploads-in-aspnet-2 | |
Re: You should have a web.config file in your web application. Open the file, and under the `<configuration>` node, make sure that you have the following: Assuming you are connecting to a SQL server...here is an example. for connectionString, plug in the correct info and for name, give it a friendly … | |
Re: Before Windows tries to load hit the F8 key. When you get to the Windows Boot Menu, you can try to run the "Last Known Good Configuration". If you installed something during the last logged on session, it would roll it back. If that doesnt work, you can try to … | |
Re: HunainHafeez- What happened? PHP now? No more ASP.net? LOL... Of course PHP supports messaging. | |
Re: cd.. will move up one parent directory and cd\ will move to the root directory. | |
Re: it would probably be helpful to see the rest of the relevant code. | |
Re: Are all of these computers on a private IP range? If so, there is no reason to not provide the exact IPs. It helps to have the correct info. Is the laptop the only one having an issue? | |
Re: Did you include any other update at the time the SP was applied? Other drivers? | |
Re: You are trying to access the website by IP address in the URL? You've already tested to ensure basic network connectivity between the host OS and the virtual guest using PING? | |
Re: I took at look at the link with IE9 & Chrome. Seems OK. Is there a specific version of IE you are having a problem with? | |
Re: Ok, so if you know what the expected character length is going to be, retreive the querystring, then use the MID function to retreive the portion of the string you are interested in. `Mid(string,start[,length])` For example... dim qs qs = Request.QueryString("ID") dim str str = mid(qs,1,3) Response.Write(str) | |
Re: Have you attempted to run your pages locally on machine? Visual studio has a built in web server that you can use to test your pages prior to uploading them. You have some type of error in your server-side code. If you want to get a more detailed output of … | |
Re: When you create users, they are enabled by default. It sounds like the user's were created by some type of script you are running. | |
Re: Can you provide your HTML code or URL to take a closer look? |
The End.