At a recent computer expo (COMDEX), Bill Gates reportedly compared the
computer industry with the auto industry and stated,
“If GM had kept up with technology like the computer industry has, we
would all be driving $25.00 cars that got 1,000 miles to the gallon.”
In response to Bill’s comments, General Motors issued a press release
stating:
“If GM had developed [...]
Archive for July, 2006
Microsoft & General Motors
Posted in jokes on July 31, 2006 | 1 Comment »
some jokes from some where
Posted in jokes on July 21, 2006 | Leave a Comment »
1) Teacher tells a student a=b, b=c implies a=c. Tell me an example.
Student : I love u – u love your daughter – so I love your daughter.
2) Its funny when people discuss over “love marriage” and “arranged marriage”
It is like asking a person if he would like to “hang himself” o”shoot himself”.
3) What is a [...]
how to check all check boxes on gridview in asp.net using javascript
Posted in Java script, asp.net 2 on July 21, 2006 | 6 Comments »
please paste the following code in your java script area
function CheckAllDataViewCheckBoxes( checkVal)
{ for(i = 0; i < document.forms[0].elements.length; i++)
{elm = document.forms[0].elements[i]if (elm.type == ‘checkbox’)
{
{elm.checked = checkVal }
}
}
}
and following line [...]
Ajax: The next evolution of web applications
Posted in Ajax on July 14, 2006 | 1 Comment »
What is Ajax Today Ajax is the hottest buzzword of the web. Thanks to web developers of google, they are making Ajax more popular. Ajax is not a new technology; it combines a lot of existing technologies. Ajax stands for Asynchronous JavaScript and XML. It is a combination of existing technologies such as DHTML, CSS, [...]
Window Live
Posted in Favorites on July 6, 2006 | Leave a Comment »
got an invitation from Hotmail to try Hotmail Beta Live and without wasting a single moment I jumped into the site, accepted the invitation and sign in to see the new Hotmail. First it took a while to load all the scripts to provide client side processing functionality. Hotmail live will give you feeling that [...]