Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to insert a new column in anywhere of DataSet? Pin
bengoan10-Feb-06 23:18
bengoan10-Feb-06 23:18 
GeneralRe: How to insert a new column in anywhere of DataSet? Pin
Maqsood Ahmed12-Feb-06 19:37
Maqsood Ahmed12-Feb-06 19:37 
GeneralRe: How to insert a new column in anywhere of DataSet? Pin
bengoan15-Feb-06 18:06
bengoan15-Feb-06 18:06 
QuestionRead mouse buttons when opening form Pin
John Reinhold10-Feb-06 2:22
John Reinhold10-Feb-06 2:22 
AnswerRe: Read mouse buttons when opening form Pin
Judah Gabriel Himango10-Feb-06 4:22
sponsorJudah Gabriel Himango10-Feb-06 4:22 
QuestionCheck to see if VS 2005 is installed? Pin
daktmacfan10-Feb-06 2:15
daktmacfan10-Feb-06 2:15 
AnswerRe: Check to see if VS 2005 is installed? Pin
Judah Gabriel Himango10-Feb-06 5:10
sponsorJudah Gabriel Himango10-Feb-06 5:10 
QuestionXSL Display Problem!!! Pin
Support12310-Feb-06 2:11
Support12310-Feb-06 2:11 
Sorry, I know that this isn't the right place for this type of Questionl, but i realy need help.
Please help me... I have a real brain boggler of a problem. This is the code i'm using...

<xsl:template match="TableEndOfDay">
<table border="1" cellspacing="0" cellpadding="1" width="100%">
<tr>
<td>
<table border="1" cellspacing="0" cellpadding="1" width="100%">
<xsl:for-each select="StaffID">
<tr>
<th><font face="Tahoma">hallo</font></th>

</tr>
</xsl:for-each>
</table>
</td>
</tr>
</table>
</xsl:template>

As Soon as i take out the xsl:for-each statement, the "hallo" displays once in the tables.
BUT as soon as i use the code as it is, the only thing showing is the outer tables' border. I need to be able to display the "hallo" once each time for each StaffID. It is quite urgant to me. Please help..... Any advice is welcome. At this point, i'll try anything.
AnswerRe: XSL Display Problem!!! Pin
JacquesDP10-Feb-06 3:09
JacquesDP10-Feb-06 3:09 
GeneralRe: XSL Display Problem!!! Pin
Support12310-Feb-06 3:57
Support12310-Feb-06 3:57 
GeneralRe: XSL Display Problem!!! Pin
JacquesDP10-Feb-06 4:01
JacquesDP10-Feb-06 4:01 
AnswerRe: XSL Display Problem!!! Pin
leppie10-Feb-06 3:09
leppie10-Feb-06 3:09 
GeneralRe: XSL Display Problem!!! Pin
Support12310-Feb-06 4:01
Support12310-Feb-06 4:01 
GeneralRe: XSL Display Problem!!! Pin
leppie10-Feb-06 5:49
leppie10-Feb-06 5:49 
QuestionNew Day Event Pin
alex@alexhitchins.com10-Feb-06 1:40
alex@alexhitchins.com10-Feb-06 1:40 
AnswerRe: New Day Event Pin
benjymous10-Feb-06 2:37
benjymous10-Feb-06 2:37 
GeneralRe: New Day Event Pin
alex@alexhitchins.com10-Feb-06 2:44
alex@alexhitchins.com10-Feb-06 2:44 
AnswerRe: New Day Event Pin
mav.northwind10-Feb-06 8:31
mav.northwind10-Feb-06 8:31 
Questionshutdown external win32 application Pin
Ibana10-Feb-06 1:36
Ibana10-Feb-06 1:36 
QuestionReal Time Notification in C#, Sql Server Pin
Adarsh Shah10-Feb-06 0:56
Adarsh Shah10-Feb-06 0:56 
AnswerRe: Real Time Notification in C#, Sql Server Pin
Guffa10-Feb-06 2:15
Guffa10-Feb-06 2:15 
GeneralRe: Real Time Notification in C#, Sql Server Pin
Adarsh Shah16-Feb-06 18:43
Adarsh Shah16-Feb-06 18:43 
Question[Message Deleted] Pin
Adarsh Shah10-Feb-06 0:54
Adarsh Shah10-Feb-06 0:54 
AnswerRe: Notification in C#, SQL Server Pin
J4amieC10-Feb-06 0:58
J4amieC10-Feb-06 0:58 
GeneralRe: Notification in C#, SQL Server Pin
Adarsh Shah10-Feb-06 1:01
Adarsh Shah10-Feb-06 1:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.