The DataList gives you the ability to "3 wide" it.
But doesn't give you the paging/sorting of the GridView.
...
see here
http://www.code101.com/Code101/Displ...le.aspx?cid=68 http://www.code101.com/code101/Demos/demo68.aspx
for a DataList example
Maybe you can integrate them, I've never attempted it.
If you figure something out, post it back!
"Bishop" <no****@nospam.com> wrote in message
news:eq**************@TK2MSFTNGP09.phx.gbl...
I want to find out if there is a way to use the gridview to list products
simular to the listing on this page:
http://www.amazon.com/gp/search/103-...%2070%25%20off
I'm guessing this may be better suited for a datalist but I am much more
famular with the gridview that I'd like to find out if I can use that
first. Also I like the built in paging and sorting that the gridview offers.