Home All Groups Group Topic Archive Search About

Update xml file with datagrid on client machine

Author
10 Aug 2006 4:05 PM
EF1
Hi

I wanted to create web application that in part of it the user
can browse to xml file located on his machine, it's data will be
displayed and can be editable through a datagrid and than save the file
back to his machine

Is it possible to do that with asp.net or should I use windows forms ?

Author
10 Aug 2006 7:03 PM
dotNetDave
In .NET 2.0 it's very easy in either because XML can be a datasource. So you
can easily attach it to the DataGrid.

======================================
David McCarter
www.vsdntips.com
VSDN Tips & Tricks .NET Coding Standards available at:
www.cafepress.com/vsdntips.20412485


Show quoteHide quote
"EF1" wrote:

> Hi
>
> I wanted to create web application that in part of it the user
> can browse to xml file located on his machine, it's data will be
> displayed and can be editable through a datagrid and than save the file
> back to his machine
>
> Is it possible to do that with asp.net or should I use windows forms ?
>
>