Thanks for replying, and sorry I have been sick or I would have
responded quicker.
What I'm hoping for is at the top of the webpart. And would prefer not
to use dataview, but use my own display code. All my code does is
grabs the field/column values out of a list with SP Query.
To give reason - I am running on just WSS3 and have a document list
with like 600 documents in it. And those who are using this library
want to be able do a search by name for these documents, and possibly
filter three other columns.
But I'm so unfamiliar with C# I don't even know how to create a form
that will post back to the page, then how to get those values in that
webpart. I'm open to other suggestions, but really would like to
display my own table so I have control on look and simplicity.. But I
guess all I really am looking for is the code to post a form and grab
its values in a webpart.