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
~3K People Reached
Favorite Tags
Member Avatar for C-SHARP

Good Day I have a program I am coding, but I have a peoblem with the calculation below. Oh the Application is for a Wallpaper App to calculate the number of single rolls of wallpaper required to cover a room. I attached a picture of the program Question: If the …

Member Avatar for Reverend Jim
0
3K
Member Avatar for C-SHARP

[code] OleDbConnection conn = new OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source = C:\Documents and Settings\Developers\My Documents\Visual Studio 2005\Projects\ITDivision\ITDivision\ITDivision.mdb"); { string referenceNo = referenceNoTextBox.Text.ToString(); string institutionName = institutionNameTextBox.Text.ToString(); string fullName = fullNameTextBox.Text.ToString(); string contacts = contactsTextBox.Text.ToString(); string itemName = itemNameTextBox.Text.ToString(); string serialNumber = serialNumberTextBox.Text.ToString(); string problemInfo = problemInfoTextBox.Text.ToString(); string technicianName = technicianNameTextBox.Text.ToString(); string serviceStatus = …

Member Avatar for kvprajapati
0
139