Skip to main content

Posts

Showing posts from November, 2009

NAV - Web portal through Web Services

I have been working on an idea for a while now. Using web services which had come in in NAV2009 - I wanted to create a simple web portal which would allow customers to login, view their sales orders, view their invoices, view/download their statement and update their own records. With out spending too much time on this. I downloaded a free stylesheet (css). Using basic .NET membership I was able to create those things. With going into too much detail. Here are some screenshots. I found this link useful to upskill on .NET membership controls etc. Microsoft - Membership and Login Controls There is a lot of info on the web. Just google/bing ".NET membership". Here is some code to list orders for a particular customer. using System; using System.Data; using System.Collections.Generic; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebContro