Hi All, in ASP.NET, I've bound a listbox control to a List of custom class (consisting of a TimeSpan and Int members). the ToString() function just displays them both as a long string.
Now I want to save the modified listbox into the DB again, I need to use the custom class objects again.
Does the ListBox save the actual custom objects once its databound? or only the string representations?
If so, how do I get them from the LB?