Καλώς ορίσατε στο dotNETZone.gr - Σύνδεση | Εγγραφή | Βοήθεια

Dot Net Rules

Yes, to dance beneath the diamond sky with one hand waving free

Ιστορικό Δημοσιεύσεων

Παρουσίαση με Ετικέτες

Όλες οι Ετικέτε... » XML   (RSS)
Displaying XML data using XSLT transformations in an ASP.Net site
In this post, I will try to show you how to display xml data in asp.net website after making some xslt transformations. You will need to know a few things about XSLT. The best place to find out about XSLT is this link . I am going to explain a few things...(read more)
Creating a simple RSS reader using ListView,XMLDatasource,DataPager web server controls
In my last ASP.Net seminar someone noticed that we did not talk at all about the XmlDataSource,ListView,DataPager web server controls. It is rather impossible to investigate/talk about all issues regarding ASP.Net in a seminar but I promised to write...(read more)
Create an XML file using LINQ and import XML data into an Excel spreadsheet
In this post I will try to create an excel file and populate the rows and columns with XML data that I read from a relational database table. I will use Visual Studio 2008,vb and in particular XML Literals and LINQ to SQL classes.

Διαβάστε περισσότερα »

XML Literals and Visual basic 9.0
In this post I would like to demonstrate with some examples a new feature of Visual Basic 9.0 which is XML Literals

Διαβάστε περισσότερα »