ASP.NET Hello World with VB.NET

ASP.Net is one of the technologies, which I have not mentioned in my site. Thus, I will start mentioning it, because it is probably amongst the very few, which use still use VB. And due to some weird reason, I am a VBA fan. So, I have started to follow the SoftUni courses for ASP.NET and I have decided to make a simple “Hello World” application. As simple as it can be 🙂 Something like a button and two labels – one to say “Hello World” and another one to show the current time:

HelloWorld

That is all. The labels are not visible when “the site” is loaded, but they become visible later, when the button is clicked. 🙂

Here comes the code:

Enjoy it! 😀

Tagged with: