kiranbvsn 0 Junior Poster in Training

Hi,

I am using dotnet 2.0 version, I've bulk of records in a grid which i've to insert into database at a time, so i used dataset.getxml() function and stored in the database,

I've used the same concept to update.

But when coming to delete. i am facing problems

Since i am completely begginer to xml, I am studying bit by bit,
my queries are

1. How to send a single value (for example empid) to database using the xml format and then i can delete the particular record / records(using checkbox).
for example in c#: string = Assid;
i want to pass the Assid in xmlformat ,so that i can delete the record in database using this Assid:

2.Is there any way to insert into database as a single record using xml (normally like inserting,updating single records in grid view)


please help me in this regard, if u give any sample example, it is greatly appreciated.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.