ASP.NET and ADO.NET
16 07 2011This is my First ASP.NET Web Apps Content using C# P – Languange hook-in MSSQL Server database by using ADO.NET as my Data Provider. This Web Content Populate data into List Box and Retrieve Data.
Comments : Leave a Comment »
Tags: ADO.NET, Application, ASP.Net, C#, MSSQL, Server, SQL, Web
Categories : Web
VS2008 Using CmdArgs
29 04 2011Comments : Leave a Comment »
Categories : Computer_Tech, Desktop Application
Simple Sit Reservation Program
30 03 2011Comments : Leave a Comment »
Categories : Computer_Tech, Desktop Application
Simple Authentication derive from VB2005/VB 8/ VB.net
17 03 2011Comments : Leave a Comment »
Categories : Uncategorized
Formula for Time Scheduling:
16 03 2011
Time formula for scheduling:
legend : st = startTime, et = endTimeGiven : var a, b; st = 1:00, et = 4:00
formula :
if ((st > a AND st > b) AND (et > a AND et > b)) OR ((st < a AND st < b) AND (et < a AND et < b))
Result is FALSE then CONFLICT
else
Result is true then NOT CONFLICT.
end if
Comments : Leave a Comment »
Categories : Computer_Tech, Desktop Application, Technology
Admission System Done
2 03 2011Comments : Leave a Comment »
Tags: admission, desktop, system
Categories : Computer_Tech, Desktop Application






