About 197 results
Open links in new tab
  1. DropDownList para atualizar uma linha no gridview

    Estou tentanto atualizar um campo em uma tabela.tabela Sugestão que tem uma coluna tipoid e esta coluna é chave primaria de outra tabela chamada TIPO certo.

  2. Adjust map from Bing Maps Add-on in Excel

    Oct 16, 2017 · I made a map in Excel with the Bing Maps add-in, and I would like to adjust some settings, like zoom-level, pitch angle, etc using Excel VBA. Is that possible and if so, can you give me …

  3. SSRS Report Export to Excel Programatically - social.msdn.microsoft.com

    Dec 12, 2017 · with some changes in the code provided in the link below, you can export report to Excel.

  4. How to create a CSV/ excel Schema for XML

    Jun 24, 2019 · Thank your for your response, yes using abouve your instruction can be create a schema one excel table, but i want to create a schema as a below, my purpose is builded schema upload to …

  5. In C#, how can I create a table in excel from a range of cells?

    Feb 4, 2010 · Basically, I want to mimic what I can do in excel. For example, in Excel, I select a range of cells (A5-C10) and click Insert->Table. A "Create Table" dialog appears, I check that my table has …

  6. Wie zwei verschachtelte for-Schleifen durch LINQ-Ausdruck ersetzen?

    List<string> cells = (from DataGridViewRow row in dataGridView.Rows from DataGridViewCell cell in row.Cells where cell.Selected select string.Format (" {0}, {1}", row.Index, cell.ColumnIndex)).ToList …

  7. Pasar un ArrayList como parámetro a una función (y como recibirlo en …

    Jul 7, 2016 · y lo cargo en un bucle con myArray.Add ("...") Lo paso a la función de esta manera: myFunction (myArray, otroValor) Y lo recibo en la función como: Function myFunction(ByVal elArray …

  8. Find last empty cell/row in column - social.msdn.microsoft.com

    May 19, 2014 · I have this codes to find the last empty cell/rows in a column. This code evaluate if the cell B3 is not equal to empty then perform to copy the data. The problem is that when i tried to …

  9. Extracting data from Excel to import to SQL

    Oct 7, 2021 · Ok guys, I know Excel isn't a database so let's get that one out of the way. What I'm wondering is if URL fields inside of an excel sheet are accessible from c# in code behind? What I'm …

  10. MoveWindow fails (access denied) - social.msdn.microsoft.com

    Sep 3, 2010 · I trying to write small program which shold tile all windows of some process.