Lost Password?

Go Back   CodeCall Programming Forum > Web Development Forum > ASP, ASP.NET and Coldfusion

ASP, ASP.NET and Coldfusion Microsoft's Web Development Language (ASP/ASP.NET) and Coldfusion discussion

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-21-2007, 11:09 PM
shannelleng shannelleng is offline
Newbie
 
Join Date: Jun 2007
Posts: 3
Rep Power: 0
shannelleng is on a distinguished road
Talking How to create a XML file at the server side?

hey everyone (:
greetings to you all.

i need some help here, im struggling with a school assignment. I am supposed to create 2 web portals, one reservation and the other supplier. i am doing reservation portal now. but im facing a problem.

this is the specifications given in my assignment:



1. For the Reservation Portal, your web application will allow the manager to create a Request for Quotation which is then stored as an XML file at the portal. Your web application will also allow the manager to view any quotations submitted by the suppliers. These quotations can be manually created for this early release.

2. For the Supplier Portal, your web application will allow a supplier to view Request for Quotation from the company. The RFQ can be manually created for this early release. You application will also allow the supplier to view any Reservation Order submitted by the company. Again, you can manually create orders for this early release.

is there anyone who can provide me with an idea of how to start this assignment? and how do you stored an XML file at the portal?

I'll really appreciate your help here (: thanks

loves,
shannelle.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 06-22-2007, 12:06 AM
v0id's Avatar   
v0id v0id is offline
Super Mod
 
Join Date: Apr 2007
Location: Denmark
Posts: 1,880
Last Blog:
CherryPy(thon)
Rep Power: 23
v0id is a name known to allv0id is a name known to allv0id is a name known to allv0id is a name known to allv0id is a name known to allv0id is a name known to all
Send a message via MSN to v0id
Default

First of all; which language are you going to use?

The mark-up language, XML, is pretty easy to use, and there's tons of frameworks, and other stuff to help you parsing, reading, writing, and so on to XML-files.

If you're using PHP, then f.ex. take a look at this: http://php.net/xml
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-22-2007, 12:19 AM
shannelleng shannelleng is offline
Newbie
 
Join Date: Jun 2007
Posts: 3
Rep Power: 0
shannelleng is on a distinguished road
Default

Quote:
Originally Posted by v0id View Post
First of all; which language are you going to use?

The mark-up language, XML, is pretty easy to use, and there's tons of frameworks, and other stuff to help you parsing, reading, writing, and so on to XML-files.

If you're using PHP, then f.ex. take a look at this: http://php.net/xml
i am using ASP.NET using microsoft visual studio. I heard from my classmate about using serialization of notepad doc into .xml file. but im not quite sure how is it really done.

thanks for your reply (:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-22-2007, 01:23 AM
v0id's Avatar   
v0id v0id is offline
Super Mod
 
Join Date: Apr 2007
Location: Denmark
Posts: 1,880
Last Blog:
CherryPy(thon)
Rep Power: 23
v0id is a name known to allv0id is a name known to allv0id is a name known to allv0id is a name known to allv0id is a name known to allv0id is a name known to all
Send a message via MSN to v0id
Default

I've no experience with ASP.net, but these links maybe falls in your interest, when talking serialization:
Serialization Version 2.0 - Part 1 - The Code Project - C# Programming
Implement XML serialization in the .NET Framework
4GuysFromRolla.com - XML Serialization in ASP.NET

And here's a link about ASP.net w/ XML - w/o serialization:
ASP.NET Data Binding with XML

This is the only way I can help you about this topic, I don't know much about it, so I've to link to some third part websites. I don't hope you mind.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-22-2007, 01:30 AM
shannelleng shannelleng is offline
Newbie
 
Join Date: Jun 2007
Posts: 3
Rep Power: 0
shannelleng is on a distinguished road
Default

Quote:
Originally Posted by v0id View Post
I've no experience with ASP.net, but these links maybe falls in your interest, when talking serialization:
Serialization Version 2.0 - Part 1 - The Code Project - C# Programming
Implement XML serialization in the .NET Framework
4GuysFromRolla.com - XML Serialization in ASP.NET

And here's a link about ASP.net w/ XML - w/o serialization:
ASP.NET Data Binding with XML

This is the only way I can help you about this topic, I don't know much about it, so I've to link to some third part websites. I don't hope you mind.
thankyou very very much (:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 06-22-2007, 02:46 AM
rameshkumar rameshkumar is offline
Newbie
 
Join Date: Oct 2006
Posts: 20
Rep Power: 7
rameshkumar is on a distinguished road
Default replay to xml

Quote:
Hi shannelleng;20299 How are you I will enterested to you problam tell me my mail id kumarramesh_kumar1@rediffmail.com eother contact me 9818715894 if it possable
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-10-2007, 08:41 AM
Doe1974's Avatar   
Doe1974 Doe1974 is offline
Newbie
 
Join Date: Aug 2007
Location: Garin
Posts: 4
Rep Power: 0
Doe1974 is on a distinguished road
Default

With ASP you can easilly create an XML file by using FIle System Object. But first of all, which programming language do you want to use?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-10-2007, 09:15 AM
v0id's Avatar   
v0id v0id is offline
Super Mod
 
Join Date: Apr 2007
Location: Denmark
Posts: 1,880
Last Blog:
CherryPy(thon)
Rep Power: 23
v0id is a name known to allv0id is a name known to allv0id is a name known to allv0id is a name known to allv0id is a name known to allv0id is a name known to all
Send a message via MSN to v0id
Default

Quote:
Originally Posted by Doe1974
But first of all, which programming language do you want to use?
Try reading his posts. He said it was going to be done in ASP.net.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 08-12-2007, 03:27 AM
rameshkumar rameshkumar is offline
Newbie
 
Join Date: Oct 2006
Posts: 20
Rep Power: 7
rameshkumar is on a distinguished road
Default

Quote:
Hi This is mr ramesh from india xml file we can say it is a extensible language we can use of framework either are use to CSS but do one think how it work of server side we have explain here right know any framing of used first of all we have wants one DTD Like <version no="1.0">

<href="fullyQualified DTD Path Name">
# CDATA Required
this is mendatory of XML File
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Access server file from client ahpooh Visual Basic Programming 1 09-06-2007 01:36 PM
Global variables (SERVER) Jaan PHP Tutorials 0 03-22-2007 09:43 PM
Access server file from Client ahpooh Visual Basic Programming 2 02-14-2007 06:51 PM
Windows XP Tricks & Tips!!!!..new ones. pranky Tutorials, Classes and Code 7 02-01-2007 10:58 PM
Server side and client side Kaabi PHP Forum 6 07-30-2006 10:19 AM


All times are GMT -5. The time now is 06:46 PM.

Contest Stats

John ........ 87.50000
dargueta ........ 75.00000
Xav ........ 50.00000
MeTh0Dz ........ 20.00000
gaylo565 ........ 18.00000
Johnnyboy ........ 3.00000

Contest Rules

Ads