I am using MongoDB with C# driver. I managed to add/delete/update data from collections, but I dont know how to display a collection in the gridview. If it’s not possible, how can I display collections as tables in asp.net?
I am using MongoDB with C# driver. I managed to add/delete/update data from collections,
Share
First load a query from mongodb like this:
Then on Page_Load event, bind data:
Then specify binding to datasource on the page: