Question

How to make a view like in the image in red box below. If all the data is selected from sql server database tables. I have no problem writing sql query to select all the data I need, but I want to know witch component do I use and how to bind data to it?
enter image description here

Thank you for your help.

Was it helpful?

Solution 2

Found out my self how to do that, Just need to use Repeater control

OTHER TIPS

look into formview controls. you can control the html better than in a gridview.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top