cant to access readxml method

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gandhi ghano
    New Member
    • Feb 2012
    • 1

    cant to access readxml method

    i have can not use xmlread method in c# .net 2010.


    DataSource ds = new Datasource();
    ds.xmlread(ds);

    gridview1.dataS ource =ds;
    gridview1.dataB inding;


    when i run program i got error is : '>' is unexpected token, expected token is '='. line 1 postion 36...

    please reply as early as posible...


    i am using 4.0 .net framwork

    microsoft asp.net 2010...
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    Show us the XML file you're reading. It sounds like you may have a malformed XML file.

    Comment

    Working...