Search results for query: *

  • Users: giasone777
  • Content: Threads
  • Order by date
  1. G

    Need to Export Gridview1 box to Excel

    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...
  2. G

    Answered Sending multiple values to an SQL Query

    Hello, I would like to send multiple queries to an sql server. It works for one but I am trying to make it work for multiple values stored in an array which came from multiple selections from a listbox. So right now @RealVms is determining the query, so for instance I would like that query to...
  3. G

    Getting Multiple selections from Listbox

    I am trying to add the values from multiple line selections from an asp listbox using c# and then add those values to an array but Ive only been able to get single selections out of it. (using Visual Studio 2017) Please help!! Jason.
Back
Top Bottom