Got this weird bug. I have a DataGrid, looks all pretty and shit, and I'm using in place editing. Everything works great except for one column. The column is just a label column, but OnEditCommand ...
I'm forced against my will to use VB at work. In C#, if I want to set the SelectedValue of a DropDownList to a corresponding value I fetch from my database, I just convert to a string and I'm done: ...