About 50 results
Open links in new tab
  1. Memory Leak Issue with inline DataTemplates in Xaml

    I have been trying to track down why some of the views in my Silverlight MVVM app are not being garbage collected and after a lot of testing it seems that having a DataTemplate inline in xaml …

  2. Connecting to SSAS on workgroup W2K3 server using SQL Server …

    I'm trying to connect to SSAS on a workgroup (i.e. non-AD) Windows 2003SP1 server from my XPSP2 PC, using SQL Server Management Studio and/or Visual Studio, with no luck.

  3. video thumbnails in gridview - social.msdn.microsoft.com

    Jun 10, 2017 · Hi, I am trying to make an Windows desktop application. For which I have to extract a thumbnail from a media file and make it clickable. So whenever an user click on the …

  4. OnAppearing () not working anymore - social.msdn.microsoft.com

    Sep 3, 2018 · I don't know what else to mention besides this but OnAppearing isn't firing anymore. I am using TabbedPage but I was using TabbedPage before when OnAppearing was working …

  5. How to Kill child thread in multithreading

    Apr 18, 2008 · Assuming that you want to be able to stop the main thread while it is in the process of creating threads, you could use exactly the same solution, just extended to the main thread …

  6. getting old values from gridview on rowupdating

    Oct 7, 2021 · User-988438702 posted i am getting old values in the rowupdation in gridview , while clicking over the update button , in my code behind i am using below code to get value. …

  7. showing ID in edit column of SharePoint

    Dec 8, 2010 · I have a SharePoint list which includes ID column and this increments automatically when ever a new item is created, but when i want to edit the item ID field is not displayed in …

  8. Why are my buttons disabled? (WPF Ribbon)

    Apr 22, 2010 · I have a problem with an userControl which I added to a WindowsForm with the ElementHost class. My Buttons, defined with a RibbonCommand are disabled.

  9. Trying to hide/obfuscate TSQL code - social.msdn.microsoft.com

    Sep 24, 2008 · There are other third party tools to obfuscate T-SQL, but regardless of the mechanism used for obfuscating T-SQL in SQL Server is exactly that: obfuscation, an attempt …

  10. How to get row value on RowDataBound

    Oct 7, 2021 · My plan is to control two buttons visible property which is in itemtemplate of gridview. Please see below code. If e.Row.RowType = DataControlRowType.DataRow Then …