User Profile

Collapse

Profile Sidebar

Collapse
kharthi
kharthi
Last Activity: Mar 20 '12, 10:45 AM
Joined: Mar 20 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kharthi
    started a topic Modify an xml file in asp.net
    in .NET

    Modify an xml file in asp.net

    I have an xml file.
    I want to edit the contents of that file in asp.net

    The xml file is:

    Code:
    <?xml version="1.0" encoding="utf-8" ?>
    <Persons>
      <Person>
        <Name>karthika</Name>
        <City>Chennai</City>
        <Age>22</Age>
      </Person>
      <Person>
        <Name>dhanakumar</Name>
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 20 '12, 06:39 PM. Reason: Added the question stated in the title to the body of the thread. Modified the title to reflect the problem. Added code tags, and correct gramar

  • the server tag is not wel formed for a label which is inside a datalist

    I am encountering the an error that is telling me that the server tag is not well formed for a label which is inside a DataList.

    This is that part of that program having that error:
    Code:
    <asp:DataList ID="DataList1" runat="server" DataSourceID="XmlDataSource1" 
            RepeatColumns="1" style="margin-right: 0px">
            <ItemStyle Font-Bold="True" Font-Italic="True"
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 20 '12, 06:43 PM. Reason: Added the question stated in the thread title to the body of the thread. Added code tags to the code snippet.
No activity results to display
Show More
Working...