Link to home
Start Free TrialLog in
Avatar of ANAT2403
ANAT2403Flag for Israel

asked on

implement a reverse grid in asp.net

In ASP.NET 2.0 with C# I want to show data like the following format:
http://www2.shopping.com/xSBS-digital_cameras~PG-2~PRDLT-41899873-44849903-30041967-37724181-35998327~PG-2
This means a grid that the label columns are on the left side and the actions like delete are on top.
I would like to get ideas how to implement this. Can I do it with a repeater or a gridview or datalist or
something else. An example will help a lot.
Thankyou
Anat
Avatar of Deepak Vasudevan
Deepak Vasudevan
Flag of India image

It is just a data binding trick right?
Avatar of ANAT2403

ASKER

Hi,
I don't undestand your question
Anat
ASKER CERTIFIED SOLUTION
Avatar of bungHoc
bungHoc
Flag of Viet Nam image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Your idea sounds interesting.
Now if you look at the page I sent do you realy think I should yse a gridview or something else?
Thankyou
anat