mvp architecture
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
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AartiPosted Jan 6, 2012, 1:19 AM
Use property to bind.
chaitanyaPosted Jan 5, 2012, 11:15 PM
i have property in aspx.cs file,so where should i bind my data , in property or i need to write separate function to bind data?
AartiPosted Jan 5, 2012, 6:16 AM
binding code should write in aspx.cs file of dropdownlistfile.