Forum: General Computer Support
07-12-2010
|
|
Replies: 1
Views: 897
InvalidCastException
Hi,
I'm new to .NET.
when I 'm trying to execute the following code I got an InvalidCastException error
string FirstName = "txtFirstName";// get username from user
string SecondName =...
|