1 Replies - 671 Views - Last Post: 02 February 2012 - 12:23 PM

Topic Sponsor:

#1 CyberSlayer  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 10
  • Joined: 31-October 11

What would be the best control to use (C# - ASP.NET webform)

Posted 22 November 2011 - 08:36 AM

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?
Is This A Good Question/Topic? 0
  • +

Replies To: What would be the best control to use (C# - ASP.NET webform)

#2 notrosh  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 02-February 12

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
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1