本文介绍了MVP架构中的下拉数据绑定的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在mvp架构中实现一个小项目.在我的Web应用程序中,我想从后端获取数据并绑定到下拉列表.我应该在哪里编写将数据绑定到presenter或aspx.cs文件中的dropdownlist的代码

I want to implement a small project in mvp architecture.In my web application i want to get data from back end and bind to dropdown list.where should i write code for binding data to dropdownlist in presenter or in aspx.cs file

推荐答案


这篇关于MVP架构中的下拉数据绑定的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-18 18:25