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

Popular posts from this blog

javascript - Add class to another page attribute using URL id - Jquery -

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -