Click here to Skip to main content
16,020,345 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my application i have to store the Products Details like productID, ProductName, ProductSpecification, and ProductDescription in Database and need to bind on web form.

I want to bind these data on web form with fully styled layout.
please suggest.
Posted

1 solution

First of all decide the layout category which you need to use to show the data. Check if the existing controls like gridview will suffice for that.

If not have a Repeater control and create a custom layout yourself and show the data.

P.S. these controls can be fully styles using CSS and/or Asp.NET themes.

Here is a small example on how to use repeater control: http://www.aspdotnet-suresh.com/2012/01/repeater-control-example-in-aspnet.html[^]

MSDN will also help a lot in using repeater or any other data bound control.
 
Share this answer
 
v2

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