how to convert List<user> to List<object>

Posted by girish on Stack Overflow See other posts from Stack Overflow or by girish
Published on 2010-05-08T06:00:33Z Indexed on 2010/05/08 6:08 UTC
Read the original article Hit count: 330

Filed under:

i have list of user class but now i have to return it as a list of object, i try to convert it but it gives me error like. can not implicitly convert.

© Stack Overflow or respective owner

Related posts about ASP.NET