Visual Basic 2010 properties
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 tool and one from our website. Once registered we will log in and have our username displayed with a logout link.
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… Continue reading
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 Enjoy the video
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 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.
