How do I Create an Entire Web Form along-with its respected Code-Behind(.cs) file in Asp.Net on click of a button?

Instructions for Visual Studio 2013

  1. Open your web solution
  2. In Solution Explorer, right click the web project
  3. Choose “Add Web Form”
  4. Enter a name for the form
  5. Click OK

See also this link

Leave a Comment