c# Programming Glossary: lblerror.text
Text box validation not working http://stackoverflow.com/questions/8094216/text-box-validation-not-working protected void btnSubmit_Click object sender EventArgs e lblError.Text try if txtFirstName.Text txtFirstName.BackColor System.Drawing.Color.Yellow.. txtFirstName.BackColor System.Drawing.Color.Yellow lblError.Text Please enter first name br if txtLastName.Text txtLastName.BackColor.. txtLastName.BackColor System.Drawing.Color.Yellow lblError.Text Please enter last name br if txtPayRate.Text txtPayRate.BackColor..
|