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 consume an XML feed in ASP.NET - RSS  Version: 0.00     Price: $0.00  
Total Hits: 7  |  Today: 0Author: William      Rating:  
Read Reviews | Write Review |  Your Rating: 

XML is the standard for distributing content on the internet, however it can prove a challenge when trying to consume and handle the data retrieved from an XML document. This is the first in a two part series on consuming and displaying XML content on your own website. We will be using XPathDocument and XPathNavigator to select the information we want from the XML document and a simple repeater to display the information within our own website. I will also show a ridiculously easy technique that...

Rich XML Classes Let Users Personalize Their Visual Experience on Your ASP.NET Site     
Total Hits: 88  |  Today: 0Author: Harry Pierson      Rating:  
Read Reviews | Write Review |  Your Rating: 

One way that Web sites and applications become better able to meet the needs of customers is by allowing them to personalize their experience. For Web sites, this means displaying the content as the user wants to see it. For rich-client applications, this often means allowing the user to choose the user interface through a technique known as skinning, which is similar to themes in Windows XP. This article shows how you can apply skinning to Web sites, wrapping their functionality in a new user i...

Build Flexible, Lightweight XML-Based Images for ASP.NET Using Scalable Vector Graphics     
Total Hits: 67  |  Today: 0Author: Dennis Forbes      Rating:  
Read Reviews | Write Review |  Your Rating: 

Scalable Vector Graphics (SVG), a W3C graphics standard built around XML, is one of several vector graphics technologies that allows fast, lightweight drawings such as charts and graphs to be rendered on the fly in an appropriate viewer. There are many advantages to such vector graphics, including conservation of bandwidth and storage media, and flexibility. This article explains these benefits and shows you how to easily add powerful, dynamic, interactive visual elements to your Web application...

Producing XHTML-Compliant Pages With Response Filters     
Total Hits: 98  |  Today: 0Author: Milan Negovan      Rating:  
Read Reviews | Write Review |  Your Rating: 

Programming with web standards in mind, although vastly ignored, is becoming more and more important. It almost seems it took too long to promote ASP.NET. Now that we're over the hill and "this stuff works" it is about time to start paying attention to web standards. In this article you will learn how to implement a response filter and plug it into the ASP.NET pipeline. The filter will transform outgoing HTML into XHTML 1.0-compliant markup....

Processing of Financial Data using XML and ASP     
Total Hits: 247  |  Today: 0Author: Rafay Bin Ali.      Rating:  
Read Reviews | Write Review |  Your Rating: 

Today I talk about how the XML technology may be used to simplify the electronic communication of financial documents. Corporate financial documents are commonly represented by means of balance sheets, income statements, statement of cash flows, etc. These various parts of an organization’s financial statements adhere to guidelines established by the Securities and Exchange Commission (Pakistan) or to GAAP. Since the financial documents fit neatly (most of the times) into a well-defined and laid...

A Closer Look at Styles and Control Templates     
Total Hits: 197  |  Today: 0Author: O'Reilly Media      Rating:  
Read Reviews | Write Review |  Your Rating: 

Picking up from where we left off last week, you'll learn how to override style properties, set styles programmatically, and more. This article is excerpted from chapter five of the book Programming Windows Presentation Foundation, written by Chris Sells and Ian Griffiths (O'Reilly; ISBN: 0596101139). Copyright © 2006 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media....

RSS reader in Windows system tray     
Total Hits: 305  |  Today: 0Author: Xiaozheng Chen.      Rating:  
Read Reviews | Write Review |  Your Rating: 

InfoBot differs from many other RSS aggregators in that it doesn't need the user to refresh or view the webpage/application himself or herself. The user could easily subscribe to the channels he or she likes in the small menu items, no complicated window forms at all. InfoBot raises a bubble in the system tray to give a notification about the new information when you are working with other things. Click on the bubble links to the web page of the news.
(This application was originally designed...

XML Serialization for Complex Data Types     
Total Hits: 429  |  Today: 0Author: Vincent DUVERNET (Nolmë Informatique).      Rating:  
Read Reviews | Write Review |  Your Rating: 

Looking up on Google about XML serialization would give us many links about problems, questions, and other things about it. But nowhere, did I find an article that has it all. So if you are looking at how to serialize hashtables, GDI objects (GraphicsPath, Fonts...), etc., read on....

Build an Anthem.NET [AJAX] Autosuggest Textbox     
Total Hits: 302  |  Today: 0Author: Peter A. Bromberg, Ph.D.      Rating:  
Read Reviews | Write Review |  Your Rating: 

Remote Scripting (which is now referred to inaccurately as "AJAX" mostly because of a bunch of marketing hype) was invented by Microsoft around 1998, and was first notably used in a commercial application by the MS Exchange team in Outlook Web Access to make the Outlook Web application "look and feel" more like the desktop Outlook. The level of maturity of OWA was incredible, but it was only recently that browsers besides Internet Explorer got religion and implemented the XMLHttpWebRequest featu...

Generate dynamic ASP.NET pages by using XML and XSLT     
Total Hits: 288  |  Today: 0Author: rafael_p      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sometimes you need to create dynamic pages. You may allow users to build their own applications by selecting the fields they need. In this article, I will show how to build dynamic applications by using ASP.NET and XML. In this example, I use XML for meta-programming or generative programming. I use XML with an XSLT to generate ASP.NET PRE, utilizing intrinsic ASP.NET parsing methods with the XSLT output. Steps that we need to do:
Create XML file (schema of our page).
Create an XSLT style...

AJAX Was Here - Part 1: Client Side Framework     
Total Hits: 264  |  Today: 0Author: Bill Pierce      Rating:  
Read Reviews | Write Review |  Your Rating: 

AJAX, if you haven’t already heard, stands for Asynchronous JavaScript And XML. If you’re unfamiliar with what AJAX is, I suggest reading AJAX: A New Approach to Web Applications by Jesse James Garrett. AJAX is a relatively new name for a set of technologies that have been around for quite some time. I recently signed up for a G-Mail account and was very pleased with its responsiveness and lack of obnoxious advertising. As a developer I thought that the site's performance was due to the lean lay...

Ajax DataGrid(with client-side paging ) at glance     
Total Hits: 789  |  Today: 0Author: Taha Zayed      Rating:  
Read Reviews | Write Review |  Your Rating: 

Hi there of course all of you hear about Ajax ;) and about its performance,but the main problem is you have to write Javascript function for each case also I didn't found any code to fill Datagrid(note: Datagrid is converted to Html Table at Client-side) with Ajax so I decided to write generic JavaScipt library for Ajax and also support Datagrid with paging....

AJAX for ASP.NET     
Total Hits: 248  |  Today: 0Author: Steven A Bristol      Rating:  
Read Reviews | Write Review |  Your Rating: 

AJAX, or Asynchronous JavaScript and XML, is a fancy way to use JavaScript and XML to communicate with a web server without refreshing the web page. You can visit this web page for more information about AJAX; it has a good list of links....

Dynamic XML Menu Server Control for ASP.NET     
Total Hits: 198  |  Today: 0Author: XML For ASP.Net Developers      Rating:  
Read Reviews | Write Review |  Your Rating: 

Guy S. has taken my original ASP.NET XML menus and extended them significantly. New features include a more object-oreinted code base, permission level checking, control events, caching, support for frames, plus more....

Developing ASP.NET Applications Using XML as Data Storage     
Total Hits: 464  |  Today: 0Author: Jagadish Chaterjee      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article mainly concentrates on using XML as data storage (instead of using RDBMS). We will cover how to develop a Web application using ASP.NET by developing our own simple business logic, which gets directly mapped to XML data and XML schema files....

Working with XML Processing Instructions in C#     
Total Hits: 520  |  Today: 0Author: aspalliance      Rating:  
Read Reviews | Write Review |  Your Rating: 

This Article will cover XML Processing Instructions; adding them to an XML Document or editing the processing instructions value. This will demonstrate how to do this using C#....

Generating an XML Form     
Total Hits: 288  |  Today: 0Author: aspalliance      Rating:  
Read Reviews | Write Review |  Your Rating: 

One of the most frequent tasks that web developers receive is that of creating a form to collect user input. One solution is to use an ASP.NET web page to create an XML file that will be used as the basis for a Web form. The three part article, XML Form Generator, will demonstrate how to easily create an XML form that will save user input as an XML file....

BUG: Schema Object Model Does Not Recognize Valid Prefix Inside XPath Selector (Q317440)     
Total Hits: 295  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you use the Extensible Markup Language (XML) Schema Object Model (SOM) to create and to compile a schema from the very beginning, the SOM does not recognize a valid prefix inside an XML Path Language (XPath) selector. The prefix is added through the XmlSchema.Namespaces property....

Using Amazons XML data     
Total Hits: 392  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Quite a few people have asked how I did the Amazon .NET book chart, here is the source code and how it works....

SVG: .Net Graphics Courtesy of XML     
Total Hits: 413  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

XML is normally mentioned in the same sentence as data exchange, Web services, or Web integration because these are some of the more popular ways to use it. However, because of XML's extensible nature, it can be used along with many other technologies....


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


Disclaimer - Privacy
© 2002-2012 DevASP.net