locked
How to use objectdatasource with MVP pattern in C#.net? RRS feed

  • Question

  • User542013751 posted

    Hi,

    How can we use ObjectDatasource with MVP pattern in ASP.NET application?

    In 3-tier architecture there is no Data Access layer,.in place of DAL, I  want to consume Web Services and Request and Response is in the form of Custom objects i.e. BusinessRequest and BusinessResponse class type.

    Is it possible to merge all these in one solution, MVP, 3-tier web application, No DAL, Only consuming Web Service , BAL, ObjectDataSource, GridView? Please help me ASAP.

    Monday, March 22, 2010 4:14 PM

Answers

All replies