%@page import="com.entity.ConnectionDtls"%> <%@page import="java.util.List"%> <%@page import="com.conn.DbConnect"%> <%@page import="com.dao.ConnectionDAOImpl"%> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
Connection Id | Customer Id | Connection Type | Connection Start Date | Occupation | Load | Plot No. | City | Pincode | Address | State | Description | Delete |
---|---|---|---|---|---|---|---|---|---|---|---|---|
<%=n.getConnectionid()%> | <%=n.getCustomerid() %> | <%=n.getConnectiontype()%> | <%=n.getConnectionstartdate()%> | <%=n.getOccupation()%> | <%=n.getConnectionload()%> | <%=n.getPlotno()%> | <%=n.getCity()%> | <%=n.getPincode()%> | <%=n.getAddress()%> | <%=n.getState()%> | <%=n.getDescription()%> | Remove |