please help me ,am using below code.It is only one image display at a time also does not display an data values.how to display multiple images and data values.
Code:
  <% 
        byte[] imgData = null ;
        Class.forName("com.mysql.jdbc.Driver");
        Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/rich","root","");
         Statement stmt = con.createStatement();
...