Click here to Skip to main content
15,893,190 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Using master pages Pin
Russell Jones26-Apr-07 4:22
Russell Jones26-Apr-07 4:22 
GeneralRe: Using master pages Pin
kubben26-Apr-07 4:39
kubben26-Apr-07 4:39 
GeneralRe: Using master pages Pin
Russell Jones26-Apr-07 5:07
Russell Jones26-Apr-07 5:07 
Questionmodifying excel tables with asp.net Pin
TechnoGrey26-Apr-07 0:53
TechnoGrey26-Apr-07 0:53 
QuestionHow can i automatically move from Http to Https Pin
pankaj tanwar26-Apr-07 0:03
pankaj tanwar26-Apr-07 0:03 
Question301 Permanent redirect. Pin
Jes M George26-Apr-07 0:03
Jes M George26-Apr-07 0:03 
AnswerRe: 301 Permanent redirect. Pin
Chetan Ranpariya26-Apr-07 0:43
Chetan Ranpariya26-Apr-07 0:43 
QuestionCannot add or remove tables from the DataSet once the DataSet is mapped to a loaded XML document.. Pin
Imran Khan Pathan26-Apr-07 0:01
Imran Khan Pathan26-Apr-07 0:01 
Hi friends
i have two xml file.
My code is:

////<br />
XmlDataDocument xdoc = new XmlDataDocument();<br />
                XmlTextReader Reader = new XmlTextReader(server.MapPath("xml1.xml"));<br />
xdoc.DataSet.ReadXml(Reader, XmlReadMode.InferSchema);<br />
<br />
////<br />
  XmlTextReader Reader1 = new XmlTextReader(server.MapPath("xml2.xml"));<br />
XmlDataDocument xdoc1 = new XmlDataDocument();<br />
xdoc1.DataSet.ReadXml(Reader1, XmlReadMode.InferSchema);<br />
<br />
<br />
//Merge datatset<br />
<br />
xdoc.DataSet.Merge(xdoc1.DataSet);<br />


but i am gettig error here.I cant merge.Can Any one give m solution.
Errpr:Cannot add or remove tables from the DataSet once the DataSet is mapped to a loaded XML document..
Thanks In advance

Pathan



GOD HELP THOSE WHO HELP THEMSELVES

QuestionAnyone Tell Me about It. Pin
Mkanchha25-Apr-07 23:57
Mkanchha25-Apr-07 23:57 
Questionperformance of the website Pin
Sophia Rekhi25-Apr-07 23:46
Sophia Rekhi25-Apr-07 23:46 
AnswerRe: performance of the website Pin
Sathesh Sakthivel26-Apr-07 0:12
Sathesh Sakthivel26-Apr-07 0:12 
AnswerRe: performance of the website Pin
Pete O'Hanlon26-Apr-07 0:40
mvePete O'Hanlon26-Apr-07 0:40 
QuestionSorting and Freezing Gridview Pin
varshavmane25-Apr-07 23:13
varshavmane25-Apr-07 23:13 
AnswerRe: Sorting and Freezing Gridview Pin
Mazdak25-Apr-07 23:55
Mazdak25-Apr-07 23:55 
GeneralRe: Sorting and Freezing Gridview Pin
varshavmane26-Apr-07 0:15
varshavmane26-Apr-07 0:15 
GeneralRe: Sorting and Freezing Gridview Pin
Mazdak26-Apr-07 1:07
Mazdak26-Apr-07 1:07 
GeneralRe: Sorting and Freezing Gridview Pin
varshavmane26-Apr-07 1:17
varshavmane26-Apr-07 1:17 
QuestionGoto url Pin
Tenk25-Apr-07 22:43
Tenk25-Apr-07 22:43 
AnswerRe: Goto url Pin
Chetan Ranpariya25-Apr-07 22:48
Chetan Ranpariya25-Apr-07 22:48 
GeneralRe: Goto url Pin
Tenk25-Apr-07 23:44
Tenk25-Apr-07 23:44 
AnswerRe: Goto url Pin
xibeifeijian25-Apr-07 22:54
xibeifeijian25-Apr-07 22:54 
Questionhtml button Pin
kmanisha25-Apr-07 22:42
kmanisha25-Apr-07 22:42 
AnswerRe: html button Pin
_AK_25-Apr-07 23:03
_AK_25-Apr-07 23:03 
GeneralRe: html button Pin
kmanisha25-Apr-07 23:17
kmanisha25-Apr-07 23:17 
GeneralRe: html button Pin
_AK_25-Apr-07 23:36
_AK_25-Apr-07 23:36 

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.