I get this error:
System.Reflection.TargetException: Object does not match target type.
when trying to bind a List<IEvent> where an IEvent can be an appointment, a birthday, or a few other calendar related event types.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This cannot be done, don’t use a gridview if you need this functionality, is the only way I can get around it.