public int insert(string stpro, SqlParameter[] ddata) { int x = dllobj.ExecuteNonQuery(stpro, ddata); return(x); }