I have a page called Customer List which lists the No. and Name fields. I have published the Page through Business Web Services. I would now like to show the Customer Records in a vb.net DataGridView Control.
I have a Project started that references the Web Services so I have access to the Read, ReadMultiple Functions etc...
Can someone provide me with some documentation on how to do this. I am a bit confused on how many records to read and display plus what if someone does a Ctrl Home or Ctrl End or Page Down or Page Up. I basically do not know how to use the DataFlexGrid control with a web service.
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
See my sample code. I link with customer ws and datagrid view. But if you want to control page up and page down you need to do a lot of things. If you want to know go to http://vbcity.com/
1. Create DataGrid View in your vb.net form.
2. DataGrid View bind with your webservice. And then copy and past my code.
Best Regards,
Yukon