Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 4th, 2004, 02:59 AM
Registered User
 
Join Date: Dec 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default asp.net to xml conversion

hi
i m new in .net, just before some days i have started to learn asp.net
i know something. now i heard that asp.net supports xml, i don't know how to do it,i would like to create one simple login page in asp.net, my database is sql server,directly conact to database that i know,but i want to do with xml.

what i want to do is, when any client open my login page and filldata in it, it will convert in xml and then send to server, at there it will check details and send reply in xml format, and here convert in reguler page for client.

hope all of u r getting my point, plz tell me how to do this
if possible send me reply with example.

jignesh
 
Old December 4th, 2004, 06:16 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

I am not seeing the point in using XML for this purpose. Is it just for an exercise, or do your requirements demand XML?

IMO, you should send the username and password to the database using ADO.NET. You also handle the result from the database through ADO.NET.

You can, however, use XML and XSLT to generate dynamic pages from XML documents, but somehow this doesn't seem to fit in your description.

What exactly are you trying to accomplish and why?

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to: The man with the red face by Laurent Garnier (Track 7 from the album: Unreasonable Behaviour) What's This?





Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion of ASP.Net Project Coleen .NET Framework 2.0 2 September 18th, 2006 11:39 AM
Conversion to ASP.NET thechasboi Classic ASP Professional 5 August 31st, 2006 08:51 AM
Very confused on XML to XML conversion mal141 XSLT 2 August 11th, 2006 02:44 AM
Conversion to ASP.NET 2 sydneyausguy BOOK: ASP.NET Website Programming Problem-Design-Solution 8 April 20th, 2006 05:26 PM
ASP to ASP.NET: GetRows() Conversion DolphinBay ASP.NET 1.0 and 1.1 Basics 3 March 21st, 2004 09:55 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.