Jump to content

Need help in asp.net


shaileshb

Recommended Posts

HiI have created a login page, which connects to the database and if entered username password is valid it goes to a Q&A page.Here a user enters answers and when he/she submits, answers are stored in an xml file. File name here is pre-defined in aspx file.I need to create an xml file with the username who had answered the questions.Can anybody plz help me.Thanx

Link to comment
Share on other sites

Can enyone please help me out ...

HiI have created a login page, which connects to the database and if entered username password is valid it goes to a Q&A page.Here a user enters answers and when he/she submits, answers are stored in an xml file. File name here is pre-defined in aspx file.I need to create an xml file with the username who had answered the questions.Can anybody plz help me.Thanx
Link to comment
Share on other sites

If you need to create a file, you'll want to look at the System.IO namespace.MSDN: http://msdn2.microsoft.com/en-us/library/system.io.aspxGoogle: http://www.google.com/search?q=asp.net+create+filesOnce you know how to write a file, writing XML to that file should be rather trivial.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...