%@page import="com.conn.DbConnect"%> <%@page import="com.entity.CustomerDtls"%> <%@page import="java.util.List"%> <%@page import="com.dao.CustomerDAOImpl"%> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
Customer Name | Contact | Email Id | Address | City | State | Delete |
---|---|---|---|---|---|---|
<%=n.getCustomername()%> | <%=n.getContact()%> | <%=n.getEmail()%> | <%=n.getAddress()%> | <%=n.getCity()%> | <%=n.getState()%> | Remove |