Hi Liste!
Hat einer eine Ahnung warum das hier nicht funktioniert?
Specified cast is not valid.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.InvalidCastException: Specified cast is not valid.
Source Error:
Line 136: {
Line 137: ok = false;
Line 138: customer = (Customer)
control.getLoginData().getParticipantData();
Line 139: ok = customer.closeTicket();
Line 140: if(ok == true)
Dabei ist Customer eine abgeleitete Klasse von Participant.
THX
Jan
_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net