开发者

Windows forms application using MongoDB (Visual Studio 2008 C#)

开发者 https://www.devze.com 2023-02-26 19:55 出处:网络
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

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

精彩评论

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