Hi and mtia. I have a query below, where I would like to return not just a string but also an int value. These fields are bound to a combox box in a different element, how could I make this work? I would like to add type. intMediaTypeID to my select. Code Snippet public static IEnumerable string > MediaTypeList() { string constring = ConfigurationManager . ConnectionStrings[ "MediaConnectionString" ] . ConnectionString; Media db = new Media (constring); IEnumerable string > query = from type in db
Read More...