Learning Trunk
Tutorials
Basic Function
Before i get started here i will assume you have a local server installed on your computer. If you don’t have this already than i suggest you go to wampserver.com to download. Wampserver comes with php and apache (the server). Once installed navigate to where you installed it (eg. c:\wamp\) Inside this folder is a [...]
New Forms programmatic
In some cases it would be nice to have our own type of message box to display results. For example, if you are creating a contact management system and a record has been saved successfully you would want to display the success message. Now our project may not have any use in having another form [...]
VB Web Browser Control
Get a glimpse of just some of the functions and properties that are available to make a web browser fully functional.
Code with a brief description of what that function/property does.
ASP.NET Content Data Driven
In this tutorial i will show you how you can control a home page content based website. What we will be doing is instead of having our content programaticly filled in, it will be filled using a database. Creating The Database Fire up Visual Studio 2010 or Visual Web Developer 2010 Create a ASP.NET Website [...]
Resource Links
Links that you see within this post are my personal favorites and sites i have used to help learn whatever it is i am working on. If you have good resource links that you would like to share, please leave them in the comment box below this post. If i find them to be good [...]
ASP.NET Template Modifying
This tutorial is rather simple but for those who want to learn how to do it should continue reading. In this tutorial we are going to spice up the default template provided by Visual Studio/Web Developer 2010. Here is what the tutorial is going to focus on: There are 2 styles we are going to [...]
ASP.NET Loginview Roles
In this video tutorial i will show you how you can create a role template using the loginview control. By default the loginview control has 2 templates Anonymous and Logged In. We are going to create another template based on the Administrator role i will create using the asp.net configuration tool. Than i will show [...]
ASP.NET Membership Sytem In VS2010
When i first fired up VS2010 i created a new asp.net website. I couldn’t help bug get all bug eyed with the results when my project was created successfully. Not only did it come with a premade default template but it also has the membership system included without having to do anything at all. If [...]
Connecting VB To Web Host
In this tutorial i will be showing you how to connect a data application to a web server. This will allow your end users to work with your application data in whatever way you desire. Before i get started i should point out that some hosts may work differently when attaching your databases. Some may [...]
ASP.NET Membership Registration
This is a video i have redone on the asp.net membership register. No mic = no sound in the previous video but this video has sound. I will briefly go over how to get your website configured to work with the membership system, we will create a couple of users, 1 in the asp.net configuration [...]

Recent Comments