Fix: HP Mediacenter Blu-ray Error

Thursday, 30 April 2009 10:30

Fix: HP Mediacenter Blu-ray Error

Use this link to find a software update for the HP Media Center by Cyberlink for playing Blu-ray DVDs when and if you are getting the message that you need to update your DVD software/hardware. The error message on the computer states you need to visit the site http://cyberlink.com/bdupdate and perform an update of your DVD blu-ray hardware and software; but the problem lies in it not detecting any software to download.

Use the link to find the free patch to update your machine and get it working again. In short, this worked!

  1. follow the link
  2. download the software
  3. begin the installation
  4. answer the questions to uninstall the old HP Mediacenter software and install the new
  5. start the Mediacenter

The disc was recognized and started playing the movie. Finally!

The Long of the Story

I bought the X Men trilogy blu-ray for my wife for Mother’s Day and tried playing it in our HP Pavilion dv7-1273cl laptop. It didn’t work. It initially started when I had previlus model of HP laptop in December of 2008, but the fan failed. I returned it and purchased a more updated model. Now having the fan taken care of the same problem still existed for the DVDs.

But, thanks to this posting on the HPs forums I found the link to take care of it.

Originally, we bought Horton and it didn’t work. I bought Batman, it worked. I now bought X Men and it didn’t work … consistently. Now that I’ve done the patch, all of them, so far, are working.

Hope this helped you out too.

Using properties in an ASP.net Web Control

Thursday, 23 April 2009 02:28

Using properties in an ASP.net Web Control

When creating a web control in an ASP.net application many times you will need to make references to information, data values and other contents of the web control from the web control parent. This is done by adding a Property statement on the control. It could be as simple as a Username and Password control to set or get the information at times of requesting login details.

Follow these steps to connect and use data on the User Web Control:

  1. Create a new Web Control in your application project
  2. Place two label and two textboxes on the control
  3. Name the two controls txtUsername and txtAddress
  4. In the code behind of the control add the following code (C#)private string username = String.Empty;
    private string password; = String.Empty;
  5. public string Username {
    get { return username; }
    set { set username = value; }
    }

    public string Password{
    get { return password; }
    set { set password; = value; }
    }

  6. Close the control designer windows, saving all changes
  7. Open the web page that will use the control
  8. Drag and drop the new web control onto the web page canvas (if you already had the web control on your webpage and you added new interface elements (public functions or properties), you will likely need to remove the controls including the REGISTER statements at the top of the page so that the interface elements are reconnected to the page for you.
  9. In the code behind the web page, make any references to the Tag name of the control (assuming “uc1″ in this case) using the following statements (C#).this.uc1.Username = “Your username”;
    this.uc1.Password{ = “Your password”;

This concludes the tutorial to add a simple web control and connect to it from the parent web page where it resides. This concept will help in many ways like, login pages, bread crumbs, contained lists, or other user interface lists.


Gallery

Brian Regan
Brian Regan is a tremendous comedian. He has toured the nation and been extremely successful with is humor, wit, and especially good taste in comedy. There aren’t many comedians that uphold a great repetoir of good jokes, but if you haven’t seen Brian, he sure aims to please. More
Twilight Movie Screening
Or should I say, Twilight Screaming. I was of course one of the few men in the theater to see the movie and I KNOW that the others were, the radio station manager, a movie reviewer from ScreenRant.com and the other supportive husbands of the committee members at TwilightMoms.com. I was caught up in the overpowering energy and tingling excitement of the tweeners in the room. I thought there might be more young girls at the movie, but there was a surprising amount of older girls. More
Getting rid of those pesty viruses
Do you have some nasty viruses, trojans, or spyware. If you’re here, you know you’ve got one. One rule of thumb I always tell people. If an application is pestering you and injecting it’s dirty nose at you at every turn, don’t click on the ad. Start by getting a pop-up blocker on your web browser and tell it to keep out. More
Tiny Mighty Mac
I want to tell you a story. It’s what some people, even myself, would categorize as miraculous, godsend, or a blessing. Some may term this as coincidence or just lucky. Which ever way you see it is fine with me; but for me, with nothing to lose, will consider the former, a miracle. I’ll explain why. More

Resources


Visit our photo store to see and purchase great photos. We promise, you'll like them.

Devils Fork

Our Recommended! (1 user, 1 year protection) BitDefender Internet Security 2009 keeps your Internet-connected family safe, without slowing down their PCs. It locks out viruses, hackers & spam, while providing parental control and firewall protection. Buy BitDefender Internet Security 2009 Now.

Need protection for 2 years or 2 users?

Corporate

We are proudly hosted at MediaTemple. One of the great server infrastructures.

Media Temple

If you are a company needing Elite Concierge Hosting, visit our Redbosque.com Digital Communities(TM) website for hosting solutions. Understand though that it's only for select companies that qualify.