joeybagadonutz Posted November 29, 2003 Posted November 29, 2003 In VB 6 I used farpoint controls and liked the way I could customize the spreadsheets to display single records vertically. Is there a way to make the datagrid in vb.net funtion like this? Like for example have the datagrid display a single record vertically? If so how? Are there any spreadsheet controls in vb.net that don't cost 800 bucks like farpoint does? : ) thanks. -JBD Quote
Moderators Robby Posted November 29, 2003 Moderators Posted November 29, 2003 On a web form you can use a Datalist control, on a WinForm you can create your own. Since you want to display one record at a time vertically this would be quite easy using a collection of textboxes and labels. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.