Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > ASP.Net > XML and ASP.NET


Search:
What's New - What's Hot
How to Bind Nested XML to a Repeater Control with Container.DataItem     
Total Hits: 120  |  Today: 0Author: Sonu Kapoor      Rating:  
Read Reviews | Write Review |  Your Rating: 

The container.DataItem is an easy-to-use method to bind XML to a control. You can use a repeater, list control, or any other control to bind the XML. If you have have worked with XML and a repeater control, you know what I am talking about. In this short "how to," I will show you how you can bind a nested XML element to a repeater control. But, first of all, let's see an example where we bind a simple XML to a repeater control....

Form Authentication in ASP.NET using XML     
Total Hits: 70  |  Today: 0Author: Guest Author      Rating:  
Read Reviews | Write Review |  Your Rating: 

In ASP.NET, most of the tedious work of writing authentication form has been taken out. When user logs in using form authentication, a cookie is created and used to track the user throughout the site. Once user successfully logs in, you can issue an authentication cookie to save authenticated users from having to login every time they visit new page of your website. The cookie will expire when browser is closed....

HANDLING BINARY AND IMAGE DATA ALONG WITH     
Total Hits: 76  |  Today: 0Author: Peter A. Bromberg      Rating:  
Read Reviews | Write Review |  Your Rating: 

We needed a way to handle accountholder signature images to be transported in XML in such a way that the image of the person's signature (or really, any binary data) could be transported in the same XML text stream as the other account information in such a way that it wouldn't choke our COM components that process these XML streams, and the processed results to be displayed via CLIENT SIDE script in a web page. This technique can be used to populate formfields in a document for printing, or any...

Creating An XML Based Cache Using COM     
Total Hits: 158  |  Today: 0Author: Andreas Kviby,Binary Bros      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article I will demonstrate how to create an XML based cache system in COM using Visual Basic. This COM object is using the function Save in ADO to create XML based recordsets....

Update Multiple Page Elements Using The XMLHTTPRequest Object and JavaScript     
Total Hits: 67  |  Today: 0Author: Ashish Sarda      Rating:  
Read Reviews | Write Review |  Your Rating: 

In the development of Ajax application many times we will encounter following issues.

* The requiremnt to update multiple text boxes simultaneously.
* Fill more that one dropdown list.
* Update a combination of text boxes, dropdown lists and div tags.
* Call different web pages and different webservices at the same time.

Imagine the case of a financial data site (such as a stock market info site) with various regions of the page used for displaying data any...

Display XML Menu Items Based On User     
Total Hits: 165  |  Today: 0Author: Andrew Mooney      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article you will learn how to display menu items based on user name from an XML file without using ASP.NET membership. The author also demonstrates how to secure sub-directories by user name....

Data with a TreeView     
Total Hits: 150  |  Today: 0Author: topxml.com      Rating:  
Read Reviews | Write Review |  Your Rating: 

Transforming XML to HTML with XSLT stylesheets is a good option if the HTML pages are relatively static. If the generated web pages leverage DHTML effects to a large degree or if we need to process user input then server-side controls offer a much better programming model. With server side controls we can process user input through event notifications, you will see what I mean shortly. ASP.NET provides a great framework to handle the notifications, which makes writing interactive very pages very...

WS-Eventing for WCF (Indigo)     
Total Hits: 165  |  Today: 0Author: Roman Kiss.      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Event-driven async distributed architecture requires a common interaction pattern for transmitting a workflow state across a service boundary. The Web Service Eventing (WS-Eventing) represents a Soap-based specification for pub/sub communications pattern that enables decoupling an event source from its consumer, based on the event interest known as a subscription. The WS-Eventing specification has been created by IBM, BEA Systems, TIBCO Software, Sun Microsystems, Computer Associates and Mi...

Book Review: XML and ASP.NET     
Total Hits: 269  |  Today: 0Author: Kirk Allen Evans, Ashwin Kamanna, Joel Mueller      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sometimes I find myself giving a book a good review simply because it provided specific information that I was ready to use at the time. In this respect, XML and ASP.NET provided the answers I was looking for upon my first reading, and for that it gets high marks. But I recently went back and re-read the book in its entirety and found just how much useable information is packed within these 800 pages. Now this book is near the top of my list of recommended reading in my ever growing library of ....

Using XML and XSL to display output on ASP.NET page     
Total Hits: 90  |  Today: 0Author: Shilpa      Rating:  
Read Reviews | Write Review |  Your Rating: 

Data received in XML format can be translated using XSL and displayed on the ASPX page....

Create a valid RSS 2.0 document using XmlTextWriter     
Total Hits: 248  |  Today: 0Author: Daniel Bright      Rating:  
Read Reviews | Write Review |  Your Rating: 

With all of the new hype surrounding RSS and weblogs, I decided to create a simple RSS feed for my site. Along the way I ran into a couple excentricities that I thought I would share with my fellow CP'ians. If you would like to see this code in action, check out. I started out by locating a RSS 2.0 specification, which can be found here. I won't go into an explanation of the spec, because they do a better job themselves than I could. Once I had reviewed that, I went out looking for an existing e...

XML Vote System     
Total Hits: 201  |  Today: 0Author: otark777      Rating:  
Read Reviews | Write Review |  Your Rating: 

XML Based Vote System. A programm presents XML based vote system that allows to vote, edit and preview results in browser
Database: Database that presents three XML files is stored in XML folder on the server and named Options.xml, Questions.xml and Votes.xml. On the first page you see the poll with options to vote, view results and edit poll. In present application I hasn't added authorization system, so everyone can edit the poll, but in more complicated solution this option will be enable...

Simple code to validate an XML file against a schema file (XSD)     
Total Hits: 315  |  Today: 0Author: kubben      Rating:  
Read Reviews | Write Review |  Your Rating: 

I had a need to validate an XML file against a schema file (XSD) in VB.NET. So I wrote a simple app that could do this validation. While I was at it I decided it might be nice to validate the schema file all by itself. The basic core functions could be reused in your code to validate XML files against a schema, or just validate the schema file by itself. So I spent an hour or two to put this SimpleXMLValidator together. Most of the code can be found in partial form in the Visual Studio help file...

Implementing an extensible factory method pattern using ASP.NET and AJAX     
Total Hits: 281  |  Today: 0Author: Sriram Chitturi      Rating:  
Read Reviews | Write Review |  Your Rating: 

The general approach taken for dynamically building pages using AJAX (Asynchronous JavaScript and XML) is to use client side scripting to call a web service (or a page) to retrieve data and populate a control which is already available on the client side. This approach has some advantages and disadvantages.
The advantage is that the GUI elements are already placed and the page layout is well known. The disadvantages are:
XML is transferred by the web service or page which requires strict X...

A .NET Derived Class for Working With XML documents     
Total Hits: 245  |  Today: 0Author: Xiangyang Liu      Rating:  
Read Reviews | Write Review |  Your Rating: 

Ok, you all heard about XML, which allows you to package your data or other information in a platform independent (and easy-to-use) way. It is no big deal, everyone can invent his/her own method to do this. The real big deal is that a lot of people have already accepted the XML concept and there are some good tools to store, manipulate, and transport data in XML format.
The .NET Framework includes a class XmlDocument in the name space System.Xml that is really easy to use. An XmlDocument o...

Understanding XML Namespaces     
Total Hits: 440  |  Today: 0Author: Aaron Skonnard      Rating:  
Read Reviews | Write Review |  Your Rating: 

Namespaces are the source of much confusion in XML, espe-cially for those new to the technology. Most of the questions that I receive from readers, students, and conference attendees are related to namespaces in one way or another. It's actually kind of ironic since the Namespaces in XML Recommendation is one of the shorter XML specifications, coming in at just under 10 pages, excluding appendices. The confusion, however, is related to namespace semantics as opposed to the syntax outlined by the...

Allowing for User Mischief - A Bad Word Filter     
Total Hits: 853  |  Today: 0Author: Chris Sully      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article presents an improved core implementation of a solution to a particular problem I come across occasionally: detection and/ or removal of suspect words from user supplied text on web sites. A typical application scenario might be a discussion forum. For example, I've worked on a few sports related web sites where discussions can become .heated and the language used occasionally strays into that inappropriate for the general audience of the site. There are several approaches to dealing...

The Cool asp:xml control for displaying xml data.     
Total Hits: 283  |  Today: 0Author: Harish Ranganathan      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article explains how we can utilize the cool asp:xml control for displaying xml data. XML is becoming one of the most sought after technologies for storing and retrieving data and particularly for displaying Data on Web Pages. How many of us are aware that we can use the server control to just specify the xml file and the xslt or other stylesheet file and then without a single line of code, .net does the transformation for rendering in an aspx page?...

Instant AJAX: Applying AJAX to your existing Web Pages     
Total Hits: 142  |  Today: 0Author: Argiris Kirtzidis      Rating:  
Read Reviews | Write Review |  Your Rating: 

After all the fuss and the hype of AJAX technologies, there are plenty of solutions for AJAX around, for the developers to pick. The drawback is that you usually have to replace the standard ASP.NET controls, that your web pages are full of, with custom AJAX-enabled controls, and/or write javascript code for the client to process the data returned by the server. What if there was a "magical" panel control that, when you drag-n-drop ordinary, old-fashioned, ASP.NET controls, it "magically" transf...

Server-Side Controls     
Total Hits: 203  |  Today: 0Author: TopXML      Rating:  
Read Reviews | Write Review |  Your Rating: 

Now having web pages with button and checkboxes is nothing new. But what is new is how we can write code to interact with these controls. In classic ASP, writing code to manipulate them was very tedious. With ASP.NET we can access server-side controls simply as properties of the page. For example we can exclude a button on a page by setting the Visible property of the button to false. Furthermore, we can write new web server controls made up of standard HTML elements that we can re-use on a numb...


1  2  3  4  5  6  7  8  9  10  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net