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 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 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 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 »