I have to develop project using Tableadopter. Actually worked but when I change SQL Server password is not working. So my project totally corrupted also my final year project submitting date on June 10.Suddenly I struggled this Please help me....
Update:
private void Form_admin_Load(object sender, EventArgs e)
{
con = new SqlConnection("Data Source=LAB-2\\SQLEXPRESS; Initial Catalog=HRPay; Persist Security Info = True; User ID =smart; Password =smart123");
con.Open();
// TODO: This line of code loads data into the 'hRPayDataSet8.EmployeeQulaification' table. You can move, or remove it, as needed.
this.employeeQulaificationTableAdapter1.Fill(this.hRPayDataSet8.EmployeeQulaification);
}