Building a SQLXML Web Service Application "  Chapter 7 313 Creating a Client Application in ASP.NET Open VS.NET and select a new C# Web application. Name it TimeTracker and select Create. Our sample application we be very simple, just three pages: n A Log In page n A Log Out page n A Reports page We will be covering the Log In page, which shows how easy it is to use the SQL Web Services we created earlier in our sample application.The layout or front-end design of our ASP.NET application can be seen in Figure 7.15. Lets see the code for this page. First we will go over the HTML portion of the Web form.The code for the start.aspx page is listed in Figure 7.16.The full source code for this application is also available on the Solutions Web site for this book (www.syngress.com/solutions). www.syngress.com Figure 7.15 ASP.NET Front-end Design