Scenario is this :-
(1)i have a
datagrid filled with values from a database
(2)i have a
button in my asp.net page
(3)when i click my button it should export the
datas from the datagrid to a xml file ....!
i have done the the first 2 part, now how will i export the values of the datagrid to a xml file when the button is clicked ??
Can anybody help me regarding this ?
thanks
Akiii