Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, how do i display data/info from a database on an asp.net page in random locations? i do not need at ListView or Gridview... please be detailed i am new to asp.net.

in coldfusion all i needed was the SQL query and:

<cfoutput>
#variable# #another variable#


Thanks.
Posted

use repeater for dispay data randomly. You can show output as you want.
 
Share this answer
 
Use databinder.eval with repeater or any control for tht matter
 
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