5,277 Posted Topics

Member Avatar for Goto_4.0
Member Avatar for krutatA

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.

Member Avatar for johhny-marshal
0
269
Member Avatar for mferarri
Member Avatar for lewashby
Member Avatar for lewashby
0
141
Member Avatar for jward50

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 …

Member Avatar for JorgeM
0
185
Member Avatar for fcvolunteer

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" …

Member Avatar for ome2012
0
1K
Member Avatar for darrell.parsons.50
Member Avatar for gs1344
Member Avatar for pucivogel

Did you check to make sure the "SQL Browser" Service is running on "USER-PC"? Go to the Administrative Tools --> Services Applet.

Member Avatar for pucivogel
0
179
Member Avatar for aashu1690

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 …

Member Avatar for mikezion
0
621
Member Avatar for troverman

Try assigning a generic (built into the OS) HP LaserJet driver just to test if this is driver related.

Member Avatar for JorgeM
0
176
Member Avatar for VenusCrystal
Member Avatar for JorgeM
0
533
Member Avatar for dstoltz

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 …

Member Avatar for dstoltz
0
111
Member Avatar for ainosilva
Member Avatar for mehnihma

"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 …

Member Avatar for rubberman
0
112
Member Avatar for erik216

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.

Member Avatar for lambing
0
137
Member Avatar for NoCodeMonkey

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 …

Member Avatar for JorgeM
0
223
Member Avatar for sandi009

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 …

Member Avatar for JorgeM
0
77
Member Avatar for ramon.johnston.3

can you post your HTML code so we can take a look? Also, I dont recommend that you build web pages using MS Word.

Member Avatar for drjohn
0
264
Member Avatar for jacksantho

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 …

Member Avatar for JorgeM
0
115
Member Avatar for desmondo

When did this start happending? Did you install something new?

Member Avatar for JorgeM
0
86
Member Avatar for robert.ketron

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.

Member Avatar for JorgeM
0
348
Member Avatar for code_r

<script> var years; var time; toDays(21); function toDays(years) { time = 365 * years; } document.write("My age is " + time); </script>

Member Avatar for theHop
0
209
Member Avatar for adolf.kwakye

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 …

Member Avatar for rubberman
0
146
Member Avatar for abhisek.bharadwaz
Member Avatar for abhisek.bharadwaz

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.

Member Avatar for abhisek.bharadwaz
0
143
Member Avatar for Khav

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 …

Member Avatar for diafol
0
256
Member Avatar for peter20

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...

Member Avatar for brylle
0
179
Member Avatar for ru60hz

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.

Member Avatar for soumphair
0
319
Member Avatar for dhirst1

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 …

Member Avatar for dhirst1
0
254
Member Avatar for brainsoverbrawl

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 …

Member Avatar for M6BYN
0
249
Member Avatar for sarojbanjara45

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.

Member Avatar for caperjack
0
149
Member Avatar for aratnon

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?

Member Avatar for CimmerianX
0
136
Member Avatar for jyotsna01

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 …

Member Avatar for CimmerianX
0
143
Member Avatar for gopal.17694

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 …

Member Avatar for ChrisHunter
0
160
Member Avatar for npclforum

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

Member Avatar for JorgeM
0
118
Member Avatar for adam321

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 …

Member Avatar for JorgeM
0
257
Member Avatar for HeatherLyn1975

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 …

Member Avatar for johhny-marshal
0
128
Member Avatar for HunainHafeez

HunainHafeez- What happened? PHP now? No more ASP.net? LOL... Of course PHP supports messaging.

Member Avatar for ome2012
1
115
Member Avatar for nugga
Member Avatar for ome2012
-1
2K
Member Avatar for dyingatmidnight
Member Avatar for dyingatmidnight
0
136
Member Avatar for jayl935

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?

Member Avatar for jayl935
0
402
Member Avatar for mnewsome
Member Avatar for JorgeM
0
181
Member Avatar for ilan_lev

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?

Member Avatar for ilan_lev
0
237
Member Avatar for brainfo

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?

Member Avatar for JorgeM
0
286
Member Avatar for HansK

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)

Member Avatar for JorgeM
0
98
Member Avatar for vivekanandaan

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 …

Member Avatar for JorgeM
0
194
Member Avatar for kapura.ftw

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.

Member Avatar for JorgeM
0
250
Member Avatar for mnu007
Member Avatar for rashibakshi
Member Avatar for otengkwaku
0
93

The End.