Home/Personal Budget Desk

Submitted by maverickosama on
The software gives you facility to manage home and personal budget, create users, edit update delete, update edit budget details, export budget to text and excel file. If you like the project then do write your comments and suggestions. My Blog: www.bitsbyta.com (relate to C#, VB.NET, JAVA, C++ coding tutorials) My Projects List: www.sourcecodester.com/users/maverickosama/track

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()