hey
Has the name entered in the name TextBox at least one
char?.
If yes, return true. The out parameter will have a valid
value returning to the caller.
If no
show a message box with a friendly error message
Set the focus to the textbox
return false
this is what im going to do. i know im going to do a if and else but dont know how im going to type it so it okej if its only one char. I look around and i find that string.IsNullOrEmpty can help here but i dont know really how to type the code so i hope anyone can help me