Click here to Skip to main content
15,900,907 members
Home / Discussions / C#
   

C#

 
AnswerRe: importing from excel Pin
fly9045-May-09 5:11
fly9045-May-09 5:11 
GeneralRe: importing from excel Pin
Solly745-May-09 5:15
Solly745-May-09 5:15 
AnswerRe: importing from excel Pin
riced5-May-09 6:57
riced5-May-09 6:57 
GeneralRe: importing from excel Pin
Solly745-May-09 11:54
Solly745-May-09 11:54 
GeneralRe: importing from excel Pin
riced5-May-09 22:16
riced5-May-09 22:16 
QuestionCustom Classes in web services Pin
BASONJS5-May-09 4:07
BASONJS5-May-09 4:07 
QuestionAdding a WebReference using WSE 3.0 Pin
ATCsharp5-May-09 3:42
ATCsharp5-May-09 3:42 
Questioni got some xml questions Pin
Miroslav885-May-09 3:25
Miroslav885-May-09 3:25 
i have a calendar that i click on one day, then when i have that day marked i write something in a textbox, after that i klick on my button and it should be saved, now my issue is:
i DO NOT want to create a new xmlfile dynamicly, i already have one xmlfile that i've added to the project, and i want it to store the day on the calendar that i clicked on, and the text that i wrote in my textbox, it should resoult like this:

<Plan 1><br />
   < tuesday 5th may 2009 > today im going to write in codeproject forum < tuesday 5th may 2009><br />
<plan 1><br />
<br />
<plan 2 ><br />
      < some day that i chose > blabla < some day that i chose><br />
<plan 2><br />



i hope you get the point?
so for each day i add a text on, i want it to generate a number ( i have already solve that problem )

    int ID = 0;

    while (readcalendar.Read())
{
    if (readcalendar.Name.StartsWith("Plan"))
    {
        ID++;
    }
}


and i also want to be able to Load the xmlfile each time i start my project, so that my "planings" is saved on the days i planed them. (ex. if i click on a day that i already have a plan on i want to be able to edit the text that already exist )

i have checked google for answers but i did not find anything Frown | :( and im a bit new to xml, so even if i've maybe stumbled on a correct answer i may have not looked into it.

if you dont understand my question, feel free to ask Roll eyes | :rolleyes:
GeneralRe: i got some xml questions Pin
harold aptroot5-May-09 3:33
harold aptroot5-May-09 3:33 
GeneralRe: i got some xml questions Pin
Miroslav885-May-09 9:43
Miroslav885-May-09 9:43 
GeneralRe: i got some xml questions Pin
harold aptroot5-May-09 10:57
harold aptroot5-May-09 10:57 
AnswerRe: i got some xml questions Pin
led mike5-May-09 4:31
led mike5-May-09 4:31 
QuestionConvert Variant in VB to C# Pin
klaydze5-May-09 3:22
klaydze5-May-09 3:22 
AnswerRe: Convert Variant in VB to C# Pin
Le centriste5-May-09 5:19
Le centriste5-May-09 5:19 
GeneralRe: Convert Variant in VB to C# Pin
klaydze6-May-09 2:20
klaydze6-May-09 2:20 
QuestionVariant in VB to C# Pin
klaydze5-May-09 3:13
klaydze5-May-09 3:13 
AnswerRe: Variant in VB to C# Pin
Simon P Stevens5-May-09 4:39
Simon P Stevens5-May-09 4:39 
GeneralRe: Variant in VB to C# Pin
klaydze6-May-09 2:17
klaydze6-May-09 2:17 
GeneralRe: Variant in VB to C# Pin
Simon P Stevens6-May-09 2:57
Simon P Stevens6-May-09 2:57 
GeneralRe: Variant in VB to C# Pin
klaydze6-May-09 3:51
klaydze6-May-09 3:51 
GeneralRe: Variant in VB to C# Pin
Simon P Stevens6-May-09 4:38
Simon P Stevens6-May-09 4:38 
GeneralRe: Variant in VB to C# Pin
klaydze6-May-09 4:58
klaydze6-May-09 4:58 
GeneralRe: Variant in VB to C# Pin
Simon P Stevens6-May-09 6:14
Simon P Stevens6-May-09 6:14 
GeneralRe: Variant in VB to C# Pin
klaydze7-May-09 3:44
klaydze7-May-09 3:44 
QuestionRich Text Box Flicker Pin
Paul Unsworth5-May-09 3:12
Paul Unsworth5-May-09 3:12 

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.