Can I have XML Defination in this way
- by Sathish
HI
Can i have a xml defination like below
<add key="FirstName" ServerType="FirstName" Mandatory="Yes" length="3" DataType="String"/>
if yes how can i read this in my dot net c# code i use dotnet 2.0 frame work
Please help me with the code