Ah... I hadn't thought of a "PagedDataSource" (Admittedly, I didn't eve know
composite control that I wanted repeated to work either. Frustrating stuff,
Thanks to all for the feedback. I'm sure I'll be revisiting this issue at
> hi Brain,
> you can still not use the datagrid but continue to use its paging
> functionality. The paging functionality for the datagrid is provided by
the
> PagedDataSource class.
> This class encapsulates the properties of the DataGrid control that allow
it
> to perform paging. For a quick how to, refer to the link below which is
one
> of the first results on google ;)
>
>
http://www.codetricks.com/article.php?cat=asp&id=18&pagenumber=1 >
> "Brian Hampson" <Brian.Hampson@shaw.ca> wrote in message
> news:umtdGXuGEHA.2612@TK2MSFTNGP09.phx.gbl...
> > Thanks Dan. I was trying to stay in the DataGrid for it's paging
> abilities.
> > I've since decided to go with an HTML table of thumbnails, each one
links
> to
> > a larger picture which asks the user if they want to add it to their
> > collection (and acts accordingly).
> >
> > I still have a paging issue, only now with an HTML table - but that's
life
> I
> > suppose :)
> >
> > "Dan Brussee" <dbrussee@nc.rr.com> wrote in message
> > news:2660705ujc2nbkpofkvtgpp5rtn9s69ih5@4ax.com...
> > > Possibly you want a DataList instead of a DataGrid? You have much more
> > > control over horizontal flow with the DataList.
> > >
> > > On Sat, 3 Apr 2004 22:42:48 -0800, "Brian Hampson"
> > > <Brian.Hampson@shaw.ca> wrote:
> > >
> > > >Scenario:
> > > >
> > > >Want to create a datagrid, in which each cell is populated by an
> > > >image(each image different), and a checkbox. Language: C#
> > > >
> > > >I want my datagrid to end up 5 rows across. (I'm choosing the
> > > >Datagrid, since it's pageable - if I could have a pageable HTML
table,
> > > >I'd go there even)
> > > >
> > > >It seems that I want to create a composite control which has an image
> > > >and a checkbox, and then use it on a page that creates a datagrid,
> > > >which pulls data and populates values into each of the to sub
controls
> > > >in each cell.
> > > >
> > > >Is this correct? If so, I have NO idea how to go about this.
> > > >
> > > >
> > > >1. How do I create the composite control
> > > >2. How do I get to use it on my other page?
> > > >3. How do I populate and display correctly in a DataGrid?
> > > >
> > > >Thanks!
> > > >
> > > >Brian Hampson
> > > >System Administrator
> > > >ALS Environmental, Americas
> > > >Email to Brian dot Hampson at REMOVETHISGARBAGE.ALSEnviro dot com
> > > >
> > >
> >
> >
>
>