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

IF statement in MySQL trigger -

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

android - MPAndroidChart - How to add Annotations or images to the chart -