Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
118619 Points
18779 Posts
May 06, 2012 02:21 AM|LINK
Hello akapaga22:)
Since you've read out all the records from Oracle into a DataTable,in fact I think in the button click you can:
1)First bind the DataTable to the GridView's DataSource。
2)And then use Response.Write to export it。
For more you can refer this excel:http://geekswithblogs.net/AzamSharp/archive/2005/12/21/63843.aspx
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Looping thorough a query and storing the row values in a Dictonary or someother object
May 06, 2012 02:21 AM|LINK
Hello akapaga22:)
Since you've read out all the records from Oracle into a DataTable,in fact I think in the button click you can:
1)First bind the DataTable to the GridView's DataSource。
2)And then use Response.Write to export it。
For more you can refer this excel:http://geekswithblogs.net/AzamSharp/archive/2005/12/21/63843.aspx