Web Services

To Login the page using Web Services
  1.  Right click the ProjectFile in the SolutionExplorer ->Add -> New Item



  2. In the Installed Template Bar Select the Web and then Select Web Service File and Name it as Login.asmx and click on Add Button.

  3. In the Login.asmx.cs Write the code for login like a Method.

  4. Design The Login Page as (Login.aspx)
     
  5. For the Login Button Call the Web Services Code.
     
  6. Now Run the Program.