Posted on October 12, 2008 by uXuf
Picture this: You have a webform with two DropDownLists, both of them are databound to some data you get from a database. Now the first DropDownList’s selection determines the contents of the second dropdown. So you simply do a AutoPostBack = true for the first dropdown and populate the second dropdown in the handler function. [...]
Filed under: (Tech)LifeDotCom, .Net, ASP.NET, C#, Code Nuggets, Internet, Visual Studio, technology, web | 2 Comments »
Posted on September 28, 2008 by uXuf
Well this type of thing doesn’t come up very frequently (at least to me) and if you’re like me working on multiple databases it gets very frustrating when it does come up. Since I don’t use it very frequently, I tend to forget how to do it properly in the database system I am using [...]
Filed under: (Tech)LifeDotCom, Code Nuggets, SQL, blogger, technology, web | Tagged: SQL, web | Leave a Comment »
Posted on April 17, 2008 by uXuf
Though I moved from Blogger quite a while ago, but just for old times’ sake I had kept my account active. For those who are new to this blog, I maintained a blog at Blogger quite some time, which can still be found here. I have now decided to turn into the technical version of [...]
Filed under: .Net, Internet, Visual Studio, me, web | Leave a Comment »
Posted on March 30, 2008 by uXuf
Before coming to Singapore, when I was free in my last days in Karachi after leaving my job, I was involved for a while in the redesign of ApnaKarachi.com. A major part of the overhaul was the new section of ApnaKarachi Maps which provide street-level maps of the city of Karachi. I was in charge [...]
Filed under: Des, Internet, Karachi, me, web | 22 Comments »
Posted on February 19, 2008 by uXuf
After getting pretty much pissed off at Geo live streaming which I am simply starting to detest, I tried checking out the election results online. Pretty much to my horror, the first result on Google is about Politics of Yemen from Wikipedia. The second result is from some apparent “seer” who tries to predict future [...]
Filed under: Des, life, web | 5 Comments »
Posted on May 11, 2007 by uXuf
The Windows Internet Explorer 7 has got to be one of the dumbest browser I have ever used. Yep, dumber than Konqueror or Safari. I mean, I just spent the last five minutes searching for the “History” button. I could not find it anywhere on the toolbars, nowhere on the menus, and as despair was [...]
Filed under: Internet, web | 2 Comments »
Posted on March 19, 2007 by uXuf
…when populating a dynamic control (such as a dropdownlist dynamically), keep in mind the states of the page. Add that population before the Page_Init event for it to work correctly…
Filed under: .Net, Internet, Visual Studio, web | 2 Comments »
Posted on August 29, 2006 by uXuf
It turns out Blogger beta isn’t a wasted effort at all! For one thing, you get the "dog" (looks to me so) replacing the B of the Blogger. I realized only today that using the beta is a privilege accorded only to a few lucky ones (I didnt notice because privileges are so natural for [...]
Filed under: blogger, web | Leave a Comment »
Posted on August 27, 2006 by uXuf
What is with everyone coming up with the beta editions of their offerings these days? Starting with Gmail Beta, we get Windows Live Mail Beta, Yahoo! Mail Beta, Yahoo! Photos Beta, Flickr Beta, and now, sweet Blogger goes beta too!
For many services, going beta just means getting AJAX-ified, with little or no improvement in features [...]
Filed under: ajax, blogger, web | Leave a Comment »
Posted on August 9, 2006 by uXuf
If you thought that it was a serious shortcoming that .Net framework 1.1 wasn’t able to send email through SMTP servers that used authentication, you are in grave ignorance. On the surface of it, yes, you cannot send an email with the standard System.Web.Mail.MailMessage class; but you can of course play tricks on the [...]
Filed under: .Net, C#, Visual Studio, web | Leave a Comment »