<%@ Import Namespace="DataLibrary" %> Test page for Book <%Book dobj = new Book(); ArrayList allData = dobj.GetAll(); foreach (Hashtable item in allData ) { %> <% } %>
Title Author_id Publisher_id
<%= item[ "title" ] %> <%= item[ "author_id" ] %> <%= item[ "publisher_id" ] %>