Contents tagged with WebForms
- 30Mar 2011
Why I Still L.O.V.E. ASP.NET WebForms
Objectives Build Contact Page (a page that interacts with a data-storage) Build a Contact List Page (a page with a gird) Do it using ASP.NET WebForms Create Unit Tests We will use the MVP …
Read More -
I have received many comments and questions about how you can do what is described in this post when you site requires question and answer. (Better solution at the bottom of this post) The solution …
Read More -
Recently I was in a situation where a user was required to change the password upon first login. But MembershipUser’s ChangePassword requires 2 arguments. Old and new password. In my case the …
Read More