Profiel van JPJP's Memory DumpFoto'sWeblogLijstenMeer Extra Help
    30 april

    coalesce nvl

    in Microsoft SQL  NVL(null,0) is replace by  coalesce(null, ReplaceWith)
     
    where ReplaceWith can be any value that will be used instead of the NULL value
    28 april

    AutoRun enable/disable

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoDriveTypeAutoRun"=dword:000000b5

    05 april

    OnItemDataBound

    APS .NET
     
    In order to have the

    OnItemDataBound fire and event you MUST declare this EnableViewState="False"

     

    <asp:Repeater ID="RepeaterBuildings" runat="server" DataSourceID="SqlDataSourceBuildings" OnItemCreated="RepeaterBuildings_ItemCreated" OnItemDataBound="RepeaterBuildings_ItemDataBound" EnableViewState="False">

    03 april

    Command Prompt Autocomplete

    Add this key
    HKEY_CURRENT_USER\Software\Microsoft\Command Processor
    add
    {DWORD} CompletionChar = 9