Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~605 People Reached
Favorite Forums
Member Avatar for pacheco

Hi all, Let's say i have a tab control with a number of things like Textboxes, Buttons, etc. but I would like to have 9 more tabs which has the very same thing and functions and the only difference is the data being input. How do i go about doing …

Member Avatar for pacheco
0
160
Member Avatar for pacheco

Hi guys, I have 2 boxes (UsernameComboBox and PasswordTextBox) and 1 button (UpdateButton) and i would like it to update based on the info inserted above. Can someone shed some light on what's wrong with my codes below? [CODE] private void UpdateButton_Click(object sender, EventArgs e) { PC001 f1 = new …

Member Avatar for Mitja Bonca
0
104
Member Avatar for pacheco

Hi, Let's say i have 2 boxes, 'UsernameComboBox' and 'PasswordTextBox' and a button, 'Update'. I would like the database (Access) to update a given record according to the values selected/input into the above 2 boxes. How do i go about doing this? Any help will be greatly appreciated :)

Member Avatar for pacheco
0
126
Member Avatar for pacheco

Hi all, I am new to C# and database programming and am currently trying to work on a simple billing application that will charge users based on their user type (guest or member) and number of hours selected. I understand a database is needed for this. My question is, how …

Member Avatar for ddanbe
0
87
Member Avatar for pacheco

Hi all, I have a combo box which i wish to display all the Usernames from the table Users, but with the UsergroupID of 1. However my codes currently displays ALL Username records. How can i modify it to only fetch Usernames records with the UsergroupID of 1? Codes as …

Member Avatar for Ketsuekiame
0
128