Does anyone know of a WinForms control that can do the same as shown here: Link
WinForms control help?
Page 1 of 11 Replies - 935 Views - Last Post: 15 February 2011 - 05:08 PM
Replies To: WinForms control help?
#2
Re: WinForms control help?
Posted 15 February 2011 - 05:08 PM
You can do this with the Datagridview control which will give you a spreadsheet tabular look and then you can create buttons and other controls to page through records. Have a look at the following link: Data binding with Windows Forms 2.0
Optionally you can throw in a BindingNavigator control for controlling the paging etc. You see an example of this control at the top of the screenshot in the link I provided above. It provides next, previous paging ability etc.
Use these two items together and you pretty much have what is on that website.
Optionally you can throw in a BindingNavigator control for controlling the paging etc. You see an example of this control at the top of the screenshot in the link I provided above. It provides next, previous paging ability etc.
Use these two items together and you pretty much have what is on that website.
Page 1 of 1
|
|

New Topic/Question
Reply
MultiQuote







|