I am trying to find the best way of sending DataGrid data to the server. One of the ideas is to send a complete XML. But because of XML conversions on the server the data is getting mistyped by am xml parser. It would work porperly if I could provide to parser an XML data definition schema. And that is my idea of sending schema with xml together. I can of course generate it on the server before conversion but dont know how either.
--- In [email protected], "Nirav Upadhyay" <[EMAIL PROTECTED]> wrote: > > Hi mark, > > Please can you explain in detail here? > What you want to do exactly? > > Thanks, > Nirav > > On Jan 17, 2008 3:07 AM, markgoldin_2000 <[EMAIL PROTECTED]> wrote: > > > Is it possible to generate an XML Schema to send to the server alone > > with an XML data? > > > > Thanks > > > > > > >

