Well, what happens next I'm trying to ask for a field in case it's blank
I have the following, I have a textbox with name txtEdad
then I put it like that
int edad=Int32.Parse(txtEdad.Text);
if(txtEdad.Text=="")
{
MessageBox.Show("Debe...
asked by
23.09.2018 / 22:21