Author: amstar | Posted on: 7/30/2008 9:37:05 AM | Views : 1024

 Hi all,
 
I am a complete newbie to asp .net. Here is my problem.

 A user can enter a URL like "http://........../default.aspx?xx=11&yy=22&zz=33"
I need to use the parameters xx,yy and zz and run a stored procedure and get data. Then I have to display this data as xml content. I can form a xml file but I am not able to display it as xml as it is in the file. If I load the xml file stored on the disk using document source then it just displays the contents as a string without the tags and no formatting either. Even is there a way to avoid writing to a file and then displaying?
 
Thanks in advance. 
...

Go to the complete details ...