Quantcast
Channel: Windows Forms General forum
Viewing all articles
Browse latest Browse all 12583

[NAV2009] [Web-Services] Filter data from a datagridview where the datagrid is generated by a web service.

$
0
0

Dear All,

I am building an external form application using Dynamics NAV 2009 web services.

I have pulled the data and the code that I used is below.

WS_GLEntry.WS_GLEntry_Service GLEntryService = new WS_GLEntry_Service(); GLEntryService.UseDefaultCredentials = true; WS_GLEntry.WS_GLEntry[] Entries = GLEntryService.ReadMultiple(null,null,0);
dataGridView1.DataSource = Entries;

I wanted to know how can I filter the data which I fetched in the data grid?
Thanks in advanve.


Viewing all articles
Browse latest Browse all 12583

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>