Click here to Skip to main content
16,004,686 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Software Project Management Templates Pin
sashidhar3-Nov-09 17:36
sashidhar3-Nov-09 17:36 
QuestionWeb Matrix on Win7 how to Use SQL server? Pin
omarko_hjw3-Nov-09 4:55
omarko_hjw3-Nov-09 4:55 
AnswerRe: Web Matrix on Win7 how to Use SQL server? Pin
Mesut KOSUCU3-Nov-09 5:45
Mesut KOSUCU3-Nov-09 5:45 
GeneralRe: Web Matrix on Win7 how to Use SQL server? Pin
omarko_hjw3-Nov-09 6:52
omarko_hjw3-Nov-09 6:52 
QuestionSystem.OutOfMemoryException when writing a csv file Pin
K.Safvi3-Nov-09 2:40
K.Safvi3-Nov-09 2:40 
AnswerRe: System.OutOfMemoryException when writing a csv file- here is my code Pin
K.Safvi3-Nov-09 2:47
K.Safvi3-Nov-09 2:47 
AnswerRe: System.OutOfMemoryException when writing a csv file Pin
Shameel3-Nov-09 2:55
professionalShameel3-Nov-09 2:55 
Questionhow can i write , update and delete in xml file Pin
pramodgorityala3-Nov-09 2:20
pramodgorityala3-Nov-09 2:20 
Hi everyone,

Please read the xml file below. Thanks.



(1). Given id="100" and quantity=2. id="100" exists in the xml file. Then update quantity (i.e., 1+2 = 3) in the xml file.

(2). Given id="300" and quantity=1. id="300" does not exist in the xml file,
then insert this new record (i.e., <item id="300"><itemName>Bike</itemName><price>150.99</price><quantity>1</quantity></item>)
into the xml file.

(3). Given id="200". id="200" exist, then delete this record (<item id="200"><itemName>Car</itemName><price>99.99</price><quantity>1</quantity></item>)

<products>
<item id="100">
<itemName>Car</itemName>
<price>99.99</price>
<quantity>1<quantity>
</item>

<item id="200">
<itemName>Car</itemName&gt>
<price>99.99</price>
<quantity>1</quantity>
</item>
</products>


iam writing code in vb.net but i cont

please help me,

Can I have some sample code

Thanks,

modified on Tuesday, November 3, 2009 9:26 AM

AnswerRe: how can i write , update and delete in xml file Pin
Abhishek Sur3-Nov-09 3:51
professionalAbhishek Sur3-Nov-09 3:51 
AnswerRe: how can i write , update and delete in xml file Pin
Mesut KOSUCU3-Nov-09 5:41
Mesut KOSUCU3-Nov-09 5:41 
AnswerRe: how can i write , update and delete in xml file Pin
Oakman3-Nov-09 5:52
Oakman3-Nov-09 5:52 
GeneralRe: how can i write , update and delete in xml file Pin
Christian Graus3-Nov-09 8:44
protectorChristian Graus3-Nov-09 8:44 
QuestionInsert multiple records Pin
Member 42602703-Nov-09 1:34
Member 42602703-Nov-09 1:34 
AnswerRe: Insert multiple records Pin
m@dhu3-Nov-09 1:47
m@dhu3-Nov-09 1:47 
GeneralRe: Insert multiple records Pin
Member 42602703-Nov-09 1:51
Member 42602703-Nov-09 1:51 
AnswerRe: Insert multiple records Pin
N a v a n e e t h3-Nov-09 1:52
N a v a n e e t h3-Nov-09 1:52 
GeneralRe: Insert multiple records Pin
Member 42602703-Nov-09 1:55
Member 42602703-Nov-09 1:55 
AnswerRe: Insert multiple records Pin
Shameel3-Nov-09 2:05
professionalShameel3-Nov-09 2:05 
GeneralRe: Insert multiple records Pin
Member 42602703-Nov-09 2:25
Member 42602703-Nov-09 2:25 
AnswerRe: Insert multiple records Pin
Oakman3-Nov-09 5:57
Oakman3-Nov-09 5:57 
QuestionPersist a dataset across postbacks Pin
tonymathewt3-Nov-09 1:22
professionaltonymathewt3-Nov-09 1:22 
AnswerRe: Persist a dataset across postbacks Pin
N a v a n e e t h3-Nov-09 1:54
N a v a n e e t h3-Nov-09 1:54 
GeneralRe: Persist a dataset across postbacks Pin
tonymathewt5-Nov-09 1:29
professionaltonymathewt5-Nov-09 1:29 
AnswerRe: Persist a dataset across postbacks Pin
Shameel3-Nov-09 2:09
professionalShameel3-Nov-09 2:09 
GeneralRe: Persist a dataset across postbacks Pin
tonymathewt5-Nov-09 0:37
professionaltonymathewt5-Nov-09 0:37 

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.