Click here to Skip to main content
16,023,339 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to display data dynamically on asp.net page like:
Author name:
book title:
description:
there will be link behind the book title to view the book in pdf file.

on this page i will display all the books present in the database. so the author name, book title and description will repeat for different set of data.

Please let me know the best way to do it
Posted
Comments
fjdiewornncalwe 17-Dec-10 15:34pm    
We're not going to do your homework for you. Try something, if it fails to work then ask a specific question about the issue you encountered and you will have access to the many (reasonably) intelligent devs here.
awaisaz 17-Dec-10 15:38pm    
Well m nt asking fr any home work. could you suggest me name of one good method for this. like there are many I have used datagrid, table and dataview etc. What would be the best fr this scenario?
fjdiewornncalwe 17-Dec-10 18:00pm    
What is best is a decision you have to make, and we do help with homework, but you have to make an effort, and you have to be honest. This is clearly a homework assignment of some kind and pretending it is otherwise is just downright silly.

The best way to do this would be for you pickup a book and start reading. This basic scenario, displaying data on a page, is covered in every ASP.NET book in publication.
 
Share this answer
 
 
Share this answer
 
we can find answer in any asp.net reference book and u can find in google
u can try in google.small tip for u you can display data using gridview control, listview controls there is so many controls for dynamically display data
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900