christheprogrammer
Programmer
Happy Monday...
So I have a DataSet which has its table(0) populated by a user-defined query on a webform. Now, I want to include a "Save results as Text File" button which will launch a standard "Save Text File" form which will have many options on it. But I want to pass this form the datatable that the user's query filled, and I want the "Save Text File" form to be independent of the other form (for re-use).
How?
Thanks Chris
So I have a DataSet which has its table(0) populated by a user-defined query on a webform. Now, I want to include a "Save results as Text File" button which will launch a standard "Save Text File" form which will have many options on it. But I want to pass this form the datatable that the user's query filled, and I want the "Save Text File" form to be independent of the other form (for re-use).
How?
Thanks Chris