Simple Ajax with .NET
Adding Ajax to an application is simple and easy! Ajax is a powerful tool and can make your application look and feel great!
First let’s start by adding a “Script Manager” to the page, now we only have to add this once so it’s best placed in your Master page. The Script Manager needs to be [...]
Winn .NET Guestbook
I am in the process of building a sweet little open source Guestbook in VB.NET 3.5. This guestbook will be dramatically updated from the original Winn ASP Guestbook. At that time I will drop all support for the ASP guestbook and remove it from my server. The ASP guestbook has had a good run and [...]
Web User Controls
Using the user controls may be one of the best moves you will make when developing an application in .NET. The user control will allow you to separate your reusable logic and keep it in one place. For many developers this is a great thing! Many of us have to re-create items over and over, [...]
Functions in VB
Something that i picked up on was that functions in VB and functions in PHP are a lot alike! This is great news, VB does not have the huge learning curve when stepping in from PHP.
Below i have created a simple function inside if a class:
Public Class Core
Public Function HelloWorld(AVar)
[...]
Calling constants in VB
So i found my self needing to call on constants from another vb file. The file name was “core.vb”, now i needed to call a public constant and a public function. To do so, you can just first call the project name then call the file name and lastly call the constant or function.
// for [...]
.NET Winn Guestbook v1.0
Say welcome to the Winn Guestbook in .NET 3.5 VB. I have released version 1.0, this is a bare bones release with nothing but the basics. This is a nice upgrade if your running the old Winn ASP Guestbook in ASP Classic. You will need to make sure your server is running .NET 3.5 and [...]


