Tuesday, September 17, 2013

In asp.net web forms button click event not raised on first click

This happens if you have a textbox with autopostback set to true. I overcame it by moving the code to the page_load event when postback is true. Instead of using a click event.



protected void Page_Load(object sender, System.EventArgs e)
        {
            if (IsPostBack)
            {
                 // put code here
            }
        }
instead of :

    public void ButtonClick(object sender, EventArgs e)
        {
          //...
        }

Saturday, August 17, 2013

Blackberry application list showing only third party applications

Make sure you delete vendor.xml from C:\Program Files\Common Files\Research In Motion\AppLoader

How to install que utq200 or bda 9015 9.6.3.1

The driver that came with the device is useless. their web site sucks.
I found a way to do that on my own.

1. go to this link
http://www.ite.com.tw/TW/products_more.aspx?CategoryID=6&ID=15,62
2. download and extract the driver.
3. install it manually and direct to the right folder.
4. don't run the setup , it's useless.

Well I found out the disk does work on another computer, make sure you first insert the device , and then install drivers from the disk.
usually, it's the opposite.
if still doesn't work, use the first solution.

dv6625ej xp drivers

f iIyou were stupid enough to buy HP , and wants to install xp instead of vista, you will have to download:

965 chipset from intel.

graphic from here :

http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=18774&ProdId=2800&lang=eng

go to this link to get more drivers:


http://www.lancelhoff.com/how-to-install-windows-xp-on-a-hp-dv6500-series-laptop/


if you have questions ask here,

Error 1075 when trying to start firewall or "interface: class not registered" error in dependencies

this will fix everything:

both security center and the firewall.
http://smallvoid.com/article/winnt-wmi-config.html

Macbook apple boot from an external cd drive

I can confirm that it is possible to boot from a generic external cd drive , by holding the option/alt key until the boot menu appears.

Also if you get a question mark flashing on boot, it's because your Hard disk has a problem.

CMOS checksum error on msi 7173

If you got this error after updating the bios to version 3.5 ,

downgrade back to version 3.0.

version 3.5 is crap.

to downgrade enter c:\program files\setup files\

there enter the bios folder.

copy the rom file of 3.0 to the folder and move the 3.5 rom file out of the folder.
launch the bios update utility from that folder.

enter a floppy, follow the instructions.