Export DataGridView to XML - C# -


I have a datagrid view with a value from a database table. I also have functions that filter the data in gridview.

I want to know if it is possible to save a filter file in an XML file in Gridview.

How do I do this?

Thank you. / P>

Have you tried?

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -