
July 28, 2010 19:06 by
cln
In the first blog post, we covered the basics of creating a user control with WebformsMVP. In this blog post we’ll look at another example: Deletion of a news item. The example might be simple to understand, but there is some logic to cover. Our frontpage displayed a list of news items with respective edit and delete links, which only link to another page. From EditNewsItem.aspx we can edit a news item and from DeleteNewsItem.aspx we can delete a news item – it’s a confirmation page… Remember: ...
[More]
8b2029ed-2db1-48a1-9d29-5a36e6644b42|0|.0

July 28, 2010 18:24 by
cln
Introduction When developing projects with ASP.NET it can be a more or less troublesome experience to test the solution being generated. What it comes down to is separation of concerns. Developing with Webforms in ASP.NET, it allows you to define your controls and layout (possibly via CSS) using markup and events can be hooking in a code behind file. This setup might work for a lot of cases, but it is still very hard to test and you have your logic combined with your presentation. Introducing...
[More]
aec5d88c-792a-4075-906f-b03c53dd5e29|0|.0