About 168 results
Open links in new tab
  1. DataGrid: how to change row height by mouse

    Jul 24, 2010 · All DataGrid rows have same height set when DataGrid is created. How to change DataGrid row height using code ? I tried to drag DataGrid row header divider but mouse cursor …

  2. How do you record the username and date/time when the user …

    Oct 17, 2013 · In my opinion, I am going to use the following method to record the user login date/time. I created a sample database for this issue. Something looks like, Data Table …

  3. Pop-up window from Gridview select row on click

    Oct 7, 2021 · I'm trying to enable new window pop-up when user clicks on a gridview's particular select row. A value will be pass to a control in a new window from a label control in current …

  4. Export to Excel taking too much time. - social.msdn.microsoft.com

    Oct 24, 2011 · Thanks for your post. As you said above, you excel sheet size is 97MB, which would cost much more time to write it to excel. Additionally, the performance of export report to …

  5. Where Did The Row Group Parentheses Come From?

    Mar 1, 2013 · As you'll probably know, when you add a parent group you'll get an additional column added to the left of your left-most column, in the Tablix Row Groups data region area. …

  6. Update and delete triggers not firing on multiple row ops.

    Oct 20, 2008 · I've got separate insert, update and delete triggers on a table that insert values into another table as part of a proposed audit trail process. The Insert trigger works fine for single …

  7. Linq to select a specific row from a local dataTable (winform VS2012)

    Jun 16, 2014 · In a user form a user enters the value 11 into a textbox and needs to retrieve a row from DataTable1 where the rank is closest to or equal to but not greater than the entered value …

  8. problem applying styles to the gridview header row on my aspx …

    Oct 7, 2021 · How to apply the style to the gridview header row in my application? Note: I also have a .verticaltext class in myStyles.css which does appear to work when I apply it from the …

  9. 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 …

  10. Export Excel Chart to OneNote - social.msdn.microsoft.com

    Jul 19, 2017 · Use Excel VBA to copy the chart and paste it into OneNote. - I couldn't find an option in OneNote's API to paste from the clipboard. Use Excel VBA to export the chart as an …