Create Auto Generate ID Using Asp.net, C# and SQL by W3TECHNOLOGY4/17/2009 10:54:00 AM public void codegeneration(string SqlQry) { con.Close(); con.Open(); try { cmd = new SqlCommand(SqlQry, con); int code = Convert.ToInt32...Read More