database

VB Search on the fly

In this video tutorial i will show you guys how to retrieve search results on the fly as you type in your search. For example, if you have 3 records with the same last name but different first names and 2 records with different last names than if we perform a search for the last name that has 3 records we will only retrieve the searched last name and the other last names wont be retrieved unless we type it in. There is no search button to perform this hence the reason it's "on the fly" we will get the results back as we are typing. Continue reading

Visual Basic Tutorial – Multithreading

In this tutorial, we cover the concept of MultiThreading. Multi Threading allows an application to run different bits of code at the same time without causing your User Interface to become unresponsive. This tutorial will hopefully explain the concept of multithreading to you and we will continue with delegates in the next tutorial. Continue reading

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. Continue reading

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.

Continue reading

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:

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 navigate to view all customers and products…It would take a long time.

Continue reading

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

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.

Continue reading

Donations

Donations help to produce more content, more and better video tutorials

Youtube Channel Of The Week

JD Site Care chose
GoVisualTeam

Advertisement