Tuesday, 11 March 2014

Error Provider

 if (textBox1.Text == "")
            {
                errorProvider1.SetError(textBox1, "Please Enter Value");
                textBox1.Focus();
            }

No comments:

Post a Comment

AngularJs6 using with Asp.net Core Web API 2

AngularJs6 using with Asp.net Core Web API 2 Steps 1) Create project using with command 2) Create services 3) Create routing 4) Modif...