Windows forms application using MongoDB (Visual Studio 2008 C#)
I have mongodb installed and running. I can create documents, i can get documents, is there an easier way to bind each control (textbox,drop down) to开发者_高级运维 each record/field in mongo?
Yes you can. You need to create a custom class structure that will work as the data model. Once you load data to your model, you can bind your grid to that object.
What type of application is this - ASP.NET or MVC?
精彩评论