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.

~806 People Reached
Favorite Tags
Member Avatar for Peter1

I have five tables as listed below. Question: is it possible to join all five tables and output the result as show below? <table> <tr> <th>Subject</th> <th>Last update (date from table. nr.3)</th> <th>Last update (date from table. nr.4)</th> <th>Last update (date from table. nr.5)</th> </tr> <tr> <td>Mathematics</td> <td>2014-06-01</td> <td>2014-07-05</td> <td>2014-03-15</td> …

Member Avatar for diafol
0
293
Member Avatar for Peter1

I need a fresh start and some fresh ideas. I get some text from a MySQL database and present like below. Each row is divided into five columns with radio buttons. ---------------------------------- Text 1-Text 2-Text 3-Text 4-Text 5 Radio1-Radio2-Radio3-Radio4-Radio5 ---------------------------------- Text 1-Text 2-Text 3-Text 4-Text 5 Radio1-Radio2-Radio3-Radio4-Radio5 ---------------------------------- and so …

Member Avatar for Peter1
0
205
Member Avatar for Peter1

I'm new to c#. [B]How do I add five numbers to each other and indentify the highest and lowest value together with the average value of this five numbers?[/B] Please give me something to begin with (or a whole example of code to study). Have a nice day. Thank you.

Member Avatar for iconoclazt
0
188
Member Avatar for Peter1

I have two classes as shown below (NumberDisplay and ClockDisplay) and program.cs. class NumberDisplay [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace _ssv111 { class NumberDisplay { // fields private int _hours; private int _minutes; // constructor public NumberDisplay() { _hours = 0; _minutes = 0; } // methods …

Member Avatar for james6754
0
120