Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
2 Commented Posts
0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Member Avatar for elizabeth mwash

i have a login form that contains a combo box and a text box and a button. the items of the como box are from the databse while the person selected can only log into the system if the password he enters on the textbox matches the password details in …

0
64
Member Avatar for elizabeth mwash

hello, am trying to create a system that can grade a lecture according to his knowledge of subject, how he handle the class etc.....is there a way this can be implemented into a system...its the normal questionnaires on papers but i wanted to make a system from that...is it possible. …

Member Avatar for jonsca
0
99
Member Avatar for elizabeth mwash

am so confused...wen you use save dialog....you only get the dialog and wen i say save, it saves....my problem is, wen you go back to the folder to check the file saved....nothin is there....i want to know how you can save a file to a certain folder and wen saved …

Member Avatar for JOSheaIV
0
164
Member Avatar for elizabeth mwash

I was wondering, once you have created a system and now ready for use, how do you intergrate it with existing database

Member Avatar for finito
0
440
Member Avatar for elizabeth mwash

[CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace DataClerk { public partial class Form3 : Form { public Form3() { InitializeComponent(); } private void btnClear_Click(object sender, EventArgs e) { txtPNo.Clear(); txtPName.Clear(); txtSiteName.Clear(); txtJCNo.Clear(); txtRequired.Clear(); } private void btnSave_Click(object sender, EventArgs e) …

Member Avatar for elizabeth mwash
0
156
Member Avatar for elizabeth mwash

hi everyone i have a couple of issues i hope to find a solution. 1.i have a data grid view with a couple of columns.the second column is a combo box whose item are names in a database, sql server 2005.i need a code that enables that when an item …

Member Avatar for finito
-1
106
Member Avatar for programming2010

hi everyone...i needed to find a code that opens a database directly....kindly assist. Regards,

Member Avatar for programming2010
0
83
Member Avatar for ebiemami

Format of the connection string to access an ACCESS database in c# over network? I want to make a OleDbConnection in c# and connect it to an access database in another PC on my lan. This is an example of a connection string to connect to a database on my …

Member Avatar for Ramy Mahrous
0
451
Member Avatar for elizabeth mwash

I AM USING MS ACCESS 2007 TO CONNECT TO A C# WINDOW APPLICATION BUT I GET AN ERROR SAYING THAT (An OLE DB Provider was not specified in the connection string. An example would be; 'Provider = SQLOLEDB;'). PLEASE ASSIST WHERE COULD I BE WRONG REGARDS

Member Avatar for nick.crane
0
56
Member Avatar for elizabeth mwash

hi everyone, you know the same way you can set the label.text to have the same text as the one you fill in the textbox; mylabel.text=textbox1.text. i realized that that happens only when both the label and the textbox are in the same form. is there a way that a …

Member Avatar for finito
0
93
Member Avatar for elizabeth mwash

hello to you all, i need some assistance in making the right decisions here. i have been requested to create a system that will do the following:- when a customer gives his order, it is not written on a paper, everything is on soft copy. the data clerks enter user …

Member Avatar for finito
0
96
Member Avatar for elizabeth mwash

i got a problem. i want to have 3 forms and both linked..i.e you can access all of them.the first to be a log in form, which when you have entered the correct user name and password,it lets you to the second form.the second and third are just forms to …

Member Avatar for finito
0
102
Member Avatar for elizabeth mwash

kindly assist...am creating a software and i needed to include a table...columns and rows but i don't know how to do it. can i get a shortcut through the toolbox. highly appreciated elizabeth

Member Avatar for babbu
0
82