Package proj.dao

Examples of proj.dao.canBoDAO


        try {
          String action = request.getParameter("action");
          String url ="";
          // xem thong tin can bo
          if(action.equals("XTTCB")){
              canBoDAO dao=new canBoDAO();
              CanBo[] cb=dao.getAll();
              request.setAttribute("DATA", cb);
             
              url ="xemThongTinCanBo.jsp";
             
          }
View Full Code Here

TOP

Related Classes of proj.dao.canBoDAO

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.