I would like to build a dataview that, upon clicking on a
row, allows you to show/hide the entire row below it. This
dataView has multiple columns and many rows. It should
support updating.
I've thought about just using the repeater but sorting and
paging would come in handy, so I think the dataview would be
the best way to go.
I've found examples that were close but the closest one to
what I need contained a dll (which provided no examples of
how to code/customize the dataview yourself). Does anyone
know of any sites that provide good examples of customizing
the dataview control?
Thanx for any help / suggestions -
Frank
Need SQL Advice? http://sqladvice.com
Need RegEx Advice? http://regexadvice.com
Need XML Advice? http://xmladvice.com
|