Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All.,

I am having a gridview with 2 command buttons edit and delete. When the edit button is clicked the details of the row should be displayed so we used a details view. Now the question is that ., I need to display the list of some pdfs already in the db for that specific user . I am confused like what control should i use.,where should i use . Thinking of using either gridview/listview or repeater.

I am new to .net so I am not really good at most of the things . Can you explain me how can I do this.,

Thanks
Posted

1 solution

If you just want to display a list of filenames then a listbox would be fine. If you wanted to display the filename with some other details and, perhaps, a thumbnail of the document then a repeater might be best. Really depends on your both your design and user needs.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900