Search code examples
asp.netdata-entry

How to create Data Entry User Interfaces in asp.net?


Suppose that you have a big Data Entry Web Application Like Microsoft CRM, what is the strategies and technologies that you follow to build a website like it?

I don't want to use any Dynamic Web Page Generation software, because it have a lot of limitations.. Also I don't want to design every page and repeat everything

what's the best approach? Any Ideas or Head lines on this issue?

Thanks in Advance...


Solution

  • Maybe you could try frameworks such as MVC or MVP. ASP.Net Development is leading to that direction.

    You can read some introduction here: http://www.asp.net/mVC/ http://msdn.microsoft.com/en-us/magazine/cc188690.aspx