giasone777
Active member
- Joined
- Jul 19, 2019
- Messages
- 29
- Programming Experience
- 1-3
I have a webpage that is using ASP.net textboxes and an ASP.net GridView1. I am using C# to place the SQL data into the asp boxes, one of them being the GridView1 box.
On the web page there are several buttons that fetch VMware object information and then send the information to the gridview. What I want to do is have another button that sends the information from the GridView1 to an excel file.
None of the examples that I have searched for have worked - Please help, see below an example from my c# code - Thank-you - Jason.
Ok removed it.
On the web page there are several buttons that fetch VMware object information and then send the information to the gridview. What I want to do is have another button that sends the information from the GridView1 to an excel file.
None of the examples that I have searched for have worked - Please help, see below an example from my c# code - Thank-you - Jason.
Ok removed it.
Last edited: