SqlServerDBConnection.SqlServerDBConnection objDB = new SqlServerDBConnection.SqlServerDBConnection();
string s = SqlServerDBConnection.SqlServerDBConnection.ConnStr;
bool isDBCreated = objDB.CheckAndCreateDatabase(txtSrvName.Text.ToString(), txtUid.Text.ToString(), txtPwd.Text.ToString(), txtDB.Text.ToString());
SqlServerDBConnection.SqlServerDBConnection obj