开发者

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?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜