Click here to Skip to main content
15,909,437 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: New to ASP Pin
Paul Watson2-Oct-02 1:09
sitebuilderPaul Watson2-Oct-02 1:09 
GeneralRe: New to ASP Pin
Sarvesvara (BVKS) Dasa2-Oct-02 1:17
Sarvesvara (BVKS) Dasa2-Oct-02 1:17 
GeneralTrapping Time out error Pin
Hitu1-Oct-02 1:50
Hitu1-Oct-02 1:50 
GeneralOnClick Pin
jerry0davis30-Sep-02 5:45
jerry0davis30-Sep-02 5:45 
GeneralRe: onclick Pin
Richard Deeming30-Sep-02 6:12
mveRichard Deeming30-Sep-02 6:12 
GeneralRe: onclick Pin
jerry0davis30-Sep-02 22:03
jerry0davis30-Sep-02 22:03 
QuestionWrite XML to the file on the server? Pin
Rickard Andersson2030-Sep-02 2:19
Rickard Andersson2030-Sep-02 2:19 
AnswerRe: Write XML to the file on the server? Pin
Paul Watson1-Oct-02 0:07
sitebuilderPaul Watson1-Oct-02 0:07 
Rickard Andersson wrote:
Can I just call...

myDataSet.SaveXml(Server.MapPath(filepah));

...on my ASP.NET webpage to save a DataSet to a XML file on the server?


LOL I love these type of questions: Why don't you just try it Rickard?

It does work and works quite well, but please just try things, you won't break anything if you do. Push buttons! That is how I learnt Smile | :)

Oh and you need to put in a filename as well, not just the filepath. e.g. myDataSet.SaveXml(Server.MapPath(".") + "\myfile.xml");

Paul Watson
Bluegrass
Cape Town, South Africa

GeneralRe: Write XML to the file on the server? Pin
Rickard Andersson201-Oct-02 2:01
Rickard Andersson201-Oct-02 2:01 
GeneralRe: Write XML to the file on the server? Pin
Paul Watson1-Oct-02 4:54
sitebuilderPaul Watson1-Oct-02 4:54 
GeneralRe: Write XML to the file on the server? Pin
Rickard Andersson201-Oct-02 7:12
Rickard Andersson201-Oct-02 7:12 
GeneralDesign-Time Functionality Server Control Pin
AnhTu29-Sep-02 19:54
AnhTu29-Sep-02 19:54 
GeneralRe: Design-Time Functionality Server Control Pin
hunterlsq29-Sep-02 20:41
hunterlsq29-Sep-02 20:41 
GeneralTab Controls in ASP documents Pin
Hitu29-Sep-02 19:06
Hitu29-Sep-02 19:06 
GeneralRe: Tab Controls in ASP documents Pin
alex.barylski29-Sep-02 21:32
alex.barylski29-Sep-02 21:32 
GeneralRe: Tab Controls in ASP documents Pin
Richard Deeming30-Sep-02 0:55
mveRichard Deeming30-Sep-02 0:55 
Generalnews article viewer Pin
Gunnar29-Sep-02 14:55
Gunnar29-Sep-02 14:55 
GeneralUnknown error!!! Pin
Zek3vil28-Sep-02 9:04
Zek3vil28-Sep-02 9:04 
GeneralRe: Unknown error!!! Pin
Paul Ingles28-Sep-02 12:55
Paul Ingles28-Sep-02 12:55 
GeneralRe: Unknown error!!! Pin
Zek3vil28-Sep-02 19:46
Zek3vil28-Sep-02 19:46 
GeneralRe: Unknown error!!! Pin
Martin Haesemeyer28-Sep-02 22:32
Martin Haesemeyer28-Sep-02 22:32 
GeneralRe: Unknown error!!! Pin
leppie29-Sep-02 3:23
leppie29-Sep-02 3:23 
GeneralRe: Unknown error!!! Pin
Zek3vil29-Sep-02 7:50
Zek3vil29-Sep-02 7:50 
GeneralClear Posted Data Pin
Jason Weibel28-Sep-02 2:54
Jason Weibel28-Sep-02 2:54 
GeneralRe: Clear Posted Data Pin
Paul Ingles28-Sep-02 13:07
Paul Ingles28-Sep-02 13:07 

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.