database
Lynx Company Directory
Lynx Company Directory is a company directory based program i made in visual basic. This program will be open source and will be available for everyone to download. L.C.D allows you to keep track of companies information in case you need it at a later date. What Lynx Company Directory Offers The program will be [...]
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 [...]
Visual Basic Data Filtering
This project demonstrates how to filter a field in your database. This project contains a database called contactsbook and has 5 fields. Form1 allows you to add, delete, navigate etc. records and in the navigation strip there’s an extra button called search. That will open the search form. View the search form code for a [...]
Visual Basic Data Controls (Custom Controls)
When you create a database and drag it on to your form it will populate all the controls needed to make it fully active. One of the controls is a navigation menu strip that allows you to: Scroll through records View how many records are in the database Add records Delete records Save records Some [...]
Visual Basic Database Relationships
In some cases it wouldn’t make sense navigating 500 records of products who have been purchased by the same customer. Wouldn’t it make more sense navigating 1 record and viewing the 500 products in a Gridview? Maybe you have 3500 customers who have purchased several products, think of how many times you would have to [...]
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
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.
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