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

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -