by Vishwa
27. February 2007 17:50
I have written some useful ready to use functions in a Helper Class which can be used in XML string manipulation. These functions include following abilities :
Get XML data string from/to a class
Set/Remove CDATA in XML String
Clear All/Limited Special Characters from XML string
Set/Remove Root Node to XML String
Get Inner XML/Text on Relative Path
Get XML Document to/from an object
Get Custom Dataset from/to XML string
[More]
388f81dc-263c-4534-ac57-397249246539|4|5.0
Tags: XML
.NET
by Vishwa
7. February 2007 17:28
In this example, a Gridview is generated at run time with customer list with bound field columns. It also creates a HTML table dynamically. Most of the properties can be easily controlled at run time. I am using Customer Business Object which I created for my earlier posts.
[More]
7d80c3b5-e853-4fd8-a67c-b2c28597ea02|71|3.2
Tags: Design
.NET