Click here to Skip to main content
15,905,875 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why dont u guys reply to my queries? Pin
Baeltazor11-Jun-09 20:21
Baeltazor11-Jun-09 20:21 
AnswerRe: Why dont u guys reply to my queries? Pin
King Julien8-Apr-09 1:18
King Julien8-Apr-09 1:18 
GeneralRe: Why dont u guys reply to my queries? Pin
Rajdeep.NET is BACK8-Apr-09 1:26
Rajdeep.NET is BACK8-Apr-09 1:26 
GeneralRe: Why dont u guys reply to my queries? Pin
King Julien8-Apr-09 1:35
King Julien8-Apr-09 1:35 
GeneralRe: Why dont u guys reply to my queries? Pin
EliottA8-Apr-09 2:51
EliottA8-Apr-09 2:51 
JokeRe: Why dont u guys reply to my queries? Pin
King Julien8-Apr-09 3:07
King Julien8-Apr-09 3:07 
AnswerRe: Why dont u guys reply to my queries? Pin
J4amieC8-Apr-09 1:36
J4amieC8-Apr-09 1:36 
GeneralRe: Why dont u guys reply to my queries? Pin
Rajdeep.NET is BACK8-Apr-09 1:42
Rajdeep.NET is BACK8-Apr-09 1:42 
AnswerRe: Why dont u guys reply to my queries? Pin
Yusuf8-Apr-09 1:40
Yusuf8-Apr-09 1:40 
GeneralRe: Why dont u guys reply to my queries? Pin
Rajdeep.NET is BACK8-Apr-09 1:49
Rajdeep.NET is BACK8-Apr-09 1:49 
GeneralRe: Why dont u guys reply to my queries? Pin
EliottA8-Apr-09 2:59
EliottA8-Apr-09 2:59 
GeneralRe: Why dont u guys reply to my queries? Pin
Yusuf8-Apr-09 3:49
Yusuf8-Apr-09 3:49 
AnswerRe: Why dont u guys reply to my queries? Pin
#realJSOP8-Apr-09 2:21
professional#realJSOP8-Apr-09 2:21 
AnswerRe: Why dont u guys reply to my queries? Pin
12Code8-Apr-09 5:03
12Code8-Apr-09 5:03 
QuestionDirectX and DotNet Pin
#realJSOP8-Apr-09 1:00
professional#realJSOP8-Apr-09 1:00 
AnswerRe: DirectX and DotNet Pin
Henry Minute8-Apr-09 1:12
Henry Minute8-Apr-09 1:12 
Questionget the names of all the fields Pin
x4uca8-Apr-09 0:50
x4uca8-Apr-09 0:50 
AnswerRe: get the names of all the fields Pin
musefan8-Apr-09 0:58
musefan8-Apr-09 0:58 
QuestionCREATING MULTIPLE PARENT NODE Pin
kibromg8-Apr-09 0:34
kibromg8-Apr-09 0:34 
AnswerRe: CREATING MULTIPLE PARENT NODE Pin
musefan8-Apr-09 0:43
musefan8-Apr-09 0:43 
GeneralRe: CREATING MULTIPLE PARENT NODE Pin
kibromg8-Apr-09 1:06
kibromg8-Apr-09 1:06 
GeneralRe: CREATING MULTIPLE PARENT NODE Pin
DaveyM698-Apr-09 1:12
professionalDaveyM698-Apr-09 1:12 
What gave you the error? This works fine for me:
<?xml version="1.0" encoding="utf-8" ?>
<siteMap>
   <siteMapNode title="Home" />
   <siteMapNode title="Services" >
      <siteMapNode title="Training" url="~/Training.aspx"/>
   </siteMapNode>
</siteMap>


Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

GeneralRe: CREATING MULTIPLE PARENT NODE Pin
kibromg8-Apr-09 1:24
kibromg8-Apr-09 1:24 
GeneralRe: CREATING MULTIPLE PARENT NODE Pin
kibromg8-Apr-09 1:38
kibromg8-Apr-09 1:38 
GeneralRe: CREATING MULTIPLE PARENT NODE Pin
kibromg8-Apr-09 1:56
kibromg8-Apr-09 1:56 

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.