protected void CambiaTextBox1(object sender, EventArgs e)
{
//recTe[IndexRighe].campo1 = TextBox1.Text;
statoMaschera = 1;
switch (statoRecord)
{
case 0:
statoRecord = 1;
break;
case 4:
statoRecord = 2;
break;
}
//TextBox6.Text = TextBox6.Text + TextBox1.Text + statoRecord.ToString();
}

protected void CambiaTextBox2(object sender, EventArgs e)
{
//recTe[IndexRighe].campo2 = TextBox2.Text;
statoMaschera = 1;
switch (statoRecord)
{
case 0:
statoRecord = 1;
break;
case 4:
statoRecord = 2;
break;
}
//TextBox6.Text = TextBox6.Text + TextBox2.Text + statoRecord.ToString();
}

protected void CambiaTextBox3(object sender, EventArgs e)
{
//recTe[IndexRighe].campo3 = TextBox3.Text;
statoMaschera = 1;
switch (statoRecord)
{
case 0:
statoRecord = 1;
break;
case 4:
statoRecord = 2;
break;
}
//TextBox6.Text = TextBox6.Text + TextBox3.Text + statoRecord.ToString();
}

protected void CambiaTextBox4(object sender, EventArgs e)
{
//recTe[IndexRighe].campo4 = TextBox4.Text;
statoMaschera = 1;
switch (statoRecord)
{
case 0:
statoRecord = 1;
break;
case 4:
statoRecord = 2;
break;
}
//TextBox6.Text = TextBox6.Text + TextBox4.Text + statoRecord.ToString();
}

protected void CambiaTextBox5(object sender, EventArgs e)
{
//recTe[IndexRighe].campo5 = TextBox5.Text;
statoMaschera = 1;
switch (statoRecord)
{
case 0:
statoRecord = 1;
break;
case 4:
statoRecord = 2;
break;
}
//TextBox6.Text = TextBox6.Text + TextBox5.Text + statoRecord.ToString();
}
}

------------------------------------------------------


GRAZIE ancora e se non dovessimo più sentirci TANTISSIMI AUGURI PER UNA FELICISSIMA PASQUA a te ed ai tuoi cari!!

_J_