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 September 3, 2008 by uXuf
The other day I was trying out a Java RMI program in connection to an assignment. Let me be very clear here: I really like Java as it was one of my first proper programming languages (mind you, I am talking here circa 1999-2000 when Java-fever hadn’t caught up) and I am a big fan [...]
Filed under: (Tech)LifeDotCom, blogger, java, technology | Leave a Comment »