<%@ page language="java" session="true" import="java.sql.*, java.util.*, java.text.* " %> <% Connection con=null; java.sql.Statement st=null; ResultSet rs; try { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); con= DriverManager.getConnection("jdbc:odbc:DVVNL","sa","sa"); st = con.createStatement(); %> DVVNL
HomeSite MapFeed BackWeb Mail


User Account  
Admin User

   User Id

 
   Password
 
Download Hindi Fonts
Click Here To Upload Tenders
<% rs=st.executeQuery("select NewsDescription from tblNews where NewsDate in (select max(NewsDate) from tblNews)"); if (rs.next()) { String newsdescription=rs.getString("NewsDescription"); out.println(newsdescription); } else { out.println("Latest News will be available here."); } %>

Dakshinanchal Vidyut Vitran Nigam Ltd. was formed in July'2003 after the transfer of distribution undertakings of UPPCL to the distribution companies.

Dakshinanchal Vidyut Vitran Nigam Ltd. is one of the four power distribution companies of Uttar Pradesh, which is engaging in the business of distribution and supply of electricity under Agra, Jhansi and kanpur Zone.

Dakshinanchal Vidyut Vitran Nigam Ltd is consisting of four commissioneries such as Agra, Chitrakoot, Jhansi and Kanpur.

There are 3 Zones under its area of operation.They are Agra Zone, Jhansi Zone and Kanpur Zone.These three zones consist of 13 circles. Further a total number of 36 Electricity Distribution Divisions comprises these 13 Circles.
 
  
     
  Sri Kripal Singh
M.D. DVVNL


© Copyright DVVNL 2004

This site can be best viewed at 800 x 600 resolution
<% } catch(ClassNotFoundException e) { out.println("Error"+e.getMessage()); } catch(SQLException e) { out.println("SQL Exception "+ e.getMessage()); } finally { try { if (con != null) con.close(); } catch (SQLException e) { } } %>