ASP.NET Dropdownlist with groups

looks like it’s not possible to have optgroups in an ASP.NET Dropdownlist without subclassing. Today I found a very useful snippet on stackoverflow that allows to group items on client side and I want to share it with the world: server: private void AddItemToList(DropDownList list, string title, string value, string group...

1 minute read

Goodbye equilibriointestinale!

The client decided to shut down the project so www.equilibriointestinale.it is now offline. It was a very interesting project (at least technically) and one of the few that didn’t raised my stress levels 😀

1 minute read

XNA and Visual Studio 2013

Thank you. Really, thank you. That’s the link to the XNA page on Codeplex , with a package that will allow Visual Studio 2013 users to write, build and deploy XNA 4 applications. Enjoy! PS: yes, I’m still working on Castle Legends.

1 minute read

XNA and Windows Form

ok, this time I’ve focused my spare time on making Windows Forms and XNA cohesist. I’ve created a small example of how to do that and pushed everything on GitHub as the last time  , you can find the repository here. Basically you have to create everything by yourself, GraphicsDevice and...

1 minute read