priya priya

priya priya

  • NA
  • 17
  • 101.3k

To modify xml

Aug 18 2009 3:18 AM

Hi,
  
     My Xml page looks like as follows

<authorization>
        <allow roles="executive"/>
</authorization>

and i want to modify it as follows

<authorization>
        <allow roles="executive,administrator,user"/>
</authorization>

i want to modify it in asp.net using linq or using sql server

   i need some coding ................please help me

thanks in advance

Answers (1)