TESDA- Computer Programming NC4

Submitted by pinuno on
Hi there! To all students, faculty, and developers who wants to passed the TESDA's Computer Programming NC4, I'm offering reviews and training regarding said assessment. I handled NC4 reviews in our school for two years. Last year, I was able to have 1 NC4 passer out of 13 students who took the assessment. This year just a few days ago, 9 of my students were able to passed the NC4 assessment! If

SQL server 2008 Save,Edit,Delete and Search from Datagridview Vb.net 2008

Submitted by princenathan on
Imports System.Data Imports System.Data.SqlClient Public Class frmRID Dim sCommand As SqlCommand Dim sAdapter As SqlDataAdapter Dim sBuilder As SqlCommandBuilder Dim sDs As DataSet Dim sTable As DataTable Private Sub cnew_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cnew.Click Call main() Con.Open()

ADD, EDIT, DELETE, SEARCH - C# and SQLite

Submitted by itachi_philip on
ADD, DELETE, EDIT, SEARCH / Database Manipulation using C# and SQLite; This project is created with the use of Free and Open Source Tools C# IDE - SharpDevelop IDE; Database - SQLite Database; Note: This application can also run by using Visual Studio 2010.... To make this application run properly make sure you install .Net Framework 4.