tutorial
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 [...]
Visual Basic Database Relationships PT2
In this video you will learn how to use the data by doing a couple examples. I will explain what to look at before dragging the gridview/details view on to your form.
Visual Basic Database Relationships PT1
This 2 part series will focus on creating a relational database. I will be creating a employee type of database that’s going to consist of 2 tables. What i will be doing is applying a relationship between both tables. What this will do is in the end will allow us to create 1 record that [...]
ASP.NET Data Styles Continued
In this final video we add css classes to the gridview itself, create those classes in our css file and watch them take effect. It’s not the idea to make it pretty and if i was to think this style is the best looking than i shouldn’t even be doing this kind of stuff lol [...]
ASP.NET Data Styles
This video i focus on adding style to a gridview control using CSS. You can style your control using the properties panel but why not extend it by applying CSS.
ASP.NET Working With Styles Continued
n this video i’m still continuing on with the styles however instead of assigning a class to a div tag i will be assigning a ID to it. Also for those who aren’t familiar with the CSS3 towards the end i will show you how to apply a rounded border effect without have to use [...]
ASP.NET Data Driven Site PT 4
We will wrap our little project by inserting another record into our database than we will navigate both records by viewing each post individually. Instead of viewing all records by clicking on a post we’re interested in we will only see the data we’re interested in seeing.
ASP.NET Data Driven Site PT3
In this video we will add a formview control to our view_post.aspx page than we’ll go back to our main page (default.aspx) page and add a hyperlink to our gridview. The hyperlink will pull back the record count within our database and when we click on the link it will take us to that particular [...]

Recent Comments