Posts

Showing posts from December, 2008

Reset Text Boxes in ASP.Net - Part 2

In my last Article " Reset Text Boxes in ASP.Net " I suggested a way to clear all text boxes in ASP.NET form(C#). But in real time situation life is not that easy and we are faced with more than just text boxes. So this time I'll show how to clear some of the very comman controls on a ASP.NET form. C# private void ClearForm(Control parent) { foreach (Control ctl in parent.Controls) { if (ctl.Controls.Count > 0) { ResetFormControlValues(ctl); } else { switch(ctl.GetType().ToString()) { case "System.Web.UI.WebControls.TextBox": ((TextBox)ctl).Text = ""; break; case "System.Web.UI.WebControls.CheckBox": ((CheckBox)ctl).Checked = false; break; case "System.Web

Apple iPhone 3G VS Sony Ericsson XPERIA X1 VS Samsung Omnia

Recently in my blogs I have covered 3G mobiles like Apple iPhone 3G, Sony Ericsson XPERIA X1 and Samsung Omnia. and now that 3G has finally in India let compare the three. Read More.

What is 3G

What is 3G? 3G, is the generic name for the next generation of mobile networks that will combine wireless mobile technology with high data rate transmission capabilities, users will be able to enjoy speeds of 144kbps-2mbps on their mobile phones. With 3G, Web pages will load faster, there will be little or no video lagging, and downloads will be faster too! In very simple words 3G will offer mobile phone users faster Internet speeds. Riding on the waves of High Speed 3G will provide users a host of new features. Services such as high-resolution video streaming, mobile TV, high-speed interactive gaming, and other multi-media features, in addition to voice, fax, and conventional data services will be on ur palms now. Utilizing the full potential of 3G, you can turn the mobile phone into a device that bundles infotainment and electronic commerce (e-commerce) services together. How much will 3G-capable phones cost? Currently, 3G-capable phones available in India cost anywhere between Rs. 7

Samsung i900 Omnia-A Glance

Image

Its all about Google

This is the second part of the series "Its all about Google". ( For part one click here) 1) Google Knows Current Airport Conditions: To search for weather conditions and delays at a particular airport, all you have to do is enter the airport’s three-letter code, followed by the word airport. . For example, to view conditions at the Delhi-Indira Gandhi International Airport (with the code DEL), enter DEL airport . This displays a link to conditions at the chosen airport; click this link for detailed information. (Search "india airport code" for more codes). 2) Google Tracks Flight Status: Google also lets you track the status of any U.S. flight and many international flights. All you have to do is enter the flight number into the Google search box. For example, to find out the status of United Airlines flight 116, enter ua116 . 3) Google Displays Weather Reports: It’s a pretty easy search; all you have to do is enter the keyword weather, followed by the location.