hi all
i have a problem with my text box whose Lost Focus event has a validation code.
but when the Lostfocus event occurs it prompts an error as below inside the designer.cs window
can any one help me
thank u
i have a problem with my text box whose Lost Focus event has a validation code.
but when the Lostfocus event occurs it prompts an error as below inside the designer.cs window
can any one help me
Code:
void txtLoginId_LostFocus(object sender, System.EventArgs e)
{
throw new System.Exception("The method or operation is not implemented.");
}
thank u
Comment