Code:
if (txtAddress.Text != "")
{
if (txtPincode.Text != "")
{
if (txtcity.Text != "")
{
SqlConnection con = new SqlConnection(strConn);
con.Open();
SqlCommand cmd = new SqlCommand("sp_rm_insert_basicfamily", con);
cmd.CommandType = CommandType.StoredProcedure;
cmd.Parameters.AddWithValue("@FamilyID",
Leave a comment: