I need a code that :- 1)When a user logs in and validated against a SQLServer.if it validates ok..a table should display showing the users details e.g email and passowrd. 2)The data should also be held in XML file (every user with a different file)including
its XSD schema.Files could be deserialized by XMLSerializer. 3)later to have an Admin page that should have adding,editing,deleting..etc..but changes should be reflected also in XML files. **the thing is how can i get XML files when adding data to the SQL
server at the same time becos i guess i should send the data to DB and at the same time creates a XML file.And all this should be reflected if modyfying of the data!! Pls give me an idea how to go through this!! Thx all ideas will be appreciated!!
naijacoder
Member
255 Points
51 Posts
Validating login against SQLServer (and creating Xml file on the fly)
Oct 24, 2003 11:04 AM|LINK