Hey guys, I'm still fairly new to web forms and ASP.NET in general. I'm trying to write a webform that will display 75 records at a time and grant the user the ability to "page" through at 75 at a time. Also, I want to be able to allow the user to select a record (ONLY ONE) so that additional information can be loaded on this item on another page. Any suggestions on what control would be best suited for this?
1 Replies - 671 Views - Last Post: 02 February 2012 - 12:23 PM
Topic Sponsor:
#1
What would be the best control to use (C# - ASP.NET webform)
Posted 22 November 2011 - 08:36 AM
Replies To: What would be the best control to use (C# - ASP.NET webform)
#2
Re: What would be the best control to use (C# - ASP.NET webform)
Posted 02 February 2012 - 12:23 PM
I would use a Gridview to display the data.
GridView
Then for paging just use the paging functionality that is in the gridview control.
Paging
For selecting an individual record you could use the RowCommand event to catch the unique identifier of the record then display the values based on that.
Hope this helps...
Thanks,
-zd
GridView
Then for paging just use the paging functionality that is in the gridview control.
Paging
For selecting an individual record you could use the RowCommand event to catch the unique identifier of the record then display the values based on that.
Hope this helps...
Thanks,
-zd
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote



|