vb.net - reload XmlDataSource DataFile in C# for Gridview -
xmldatasource1.datafile = @"c:\test.xml"; gridview1.databind();
i changing file data (test.xml) multiple times , reloading xmldatasource using above code gridview displays data of first(unchanged) test.xml file .
Comments
Post a Comment