Advertisement
Asap1337

ASP.NET Web Page Example in c#

Jan 17th, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.12 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.      <h1>Hello Web Pages</h1>
  5.      <p>The time is @DateTime.Now</p>
  6. </body>
  7. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement