c# Programming Glossary: system.drawing.color.yellow
Text box validation not working http://stackoverflow.com/questions/8094216/text-box-validation-not-working try if txtFirstName.Text txtFirstName.BackColor System.Drawing.Color.Yellow lblError.Text Please enter first name br if txtLastName.Text.. name br if txtLastName.Text txtLastName.BackColor System.Drawing.Color.Yellow lblError.Text Please enter last name br if txtPayRate.Text.. last name br if txtPayRate.Text txtPayRate.BackColor System.Drawing.Color.Yellow lblError.Text Please enter pay rate br if txtStartDate.Text..
|