December 2006 Entries

Dataset to XML then transform with XSLT to HTML on WebForm

Private Sub GetXSLT() Try Dim parms As Specialized.HybridDictionary = New Specialized.HybridDictionary Dim df As New DataFactory Dim dataset As DataSet = df.GetDataSet("storedProc_G... parms) '--------------------------... 'Get the primary key column from the master table '--------------------------... Dim primarykey As DataColumn = dataset.Tables("Table").Col... '--------------------------...

XSLT to HTML Primer

XSLT to HTML Primer Rescuing XSLT from Niche Status - original article by David Jacobs http://www.xfront.com/rescu... This tutorial will focus on the generation of HTML documents. XSLT is a programming language for translating an Input XML Document into another format, say an HTML Output Document. For each element, you need to determine how the element needs to be translated. If there are one-to-one mappings or one to zero mappings, this is straightforward. For example, if every occurrence...

ADO.NET and XML

An Introduction to the XML Tools in Visual Studio 2005 http://msdn2.microsoft.com/... original article by Xinjie ZHANG http://www.codeproject.com/

How to set required NTFS permissions and user rights for an IIS 5.0 Web server

How to set required NTFS permissions and user rights for an IIS 5.0 Web server http://support.microsoft.co