Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

DanielBrownAU

@DanielBrownAU
About
Posts
42
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Adelaide SharePoint User Group August 2018 Meeting
    D DanielBrownAU

    Hi all, The Adelaide SharePoint User Group meets on the third Tuesday of each month, this month we are meeting on the 21st of August, 2018, at 3:30PM at Microsoft Adelaide offices. This months event (and registration) is up at: Adelaide SharePoint User Group August 2018 Meeting Tickets, Tue, 21/08/2018 at 3:30 pm | Eventbrite[^] Website: Adelaide SharePoint User Group[^] Thanks -DB

    Get-Togethers sharepoint database com

  • Sharepoint Form
    D DanielBrownAU

    This could be done a couple of ways: Firstly InfoPath could do this see Edit list forms using InfoPath 2010 in SharePoint Designer - SharePoint[^] Second you could use something a Jquery/JS solution, take a look at Create Custom HTML Forms for SharePoint with this jQuery Plugin | Michael Soriano[^] Thirdly, you could do a custom form in ASPX/C# see: Sohel's Blog: SharePoint: Custom add/edit/display form for list[^] -DB

    SharePoint sharepoint json workspace

  • Found in the wild: Vault7 hacking tools WikiLeaks says come from CIA
    D DanielBrownAU

    Found in the wild: Vault7 hacking tools WikiLeaks says come from CIA | Ars Technica[^]

    Quote:

    Longhorn, as Symantec dubs the group, has infected governments and companies in the financial, telecommunications, energy, and aerospace industries since at least 2011 and possibly as early as 2007. The group has compromised 40 targets in at least 16 countries across the Middle East, Europe, Asia, Africa, and on one occasion, in the US, although that was probably a mistake.

    The Insider News com security tools

  • 1150 The specified program requires a newer version of Windows vc++ application
    D DanielBrownAU

    unsure if this may be a solution for you, but worth a look :) WINXP-SP3 - The specified program requires a newer version of Windows.[^] Looks like the root of the error is to do with how/when GetLastError. Hope this helps.

    C / C++ / MFC help c++ sysadmin windows-admin question

  • How to increase width of sharepoint date control and put date icon inside of control
    D DanielBrownAU

    Have you tried adding width=xxx", as it is a web control, it may support it. If that does not work, you could look at using jQuery to alter it after it has been rendered on the page.

    SharePoint sharepoint tutorial

  • Sharepoint workflow 2013 can't running
    D DanielBrownAU

    What do the SharePoint logs say?

    SharePoint sharepoint sysadmin windows-admin workspace

  • Keeping source files in style library.
    D DanielBrownAU

    It’s as safe as storing them on any other location where your users have access to. If you don’t permit your users to have access to these files, they won’t be able to use them. Of course, general users should have read only access to these locations. While the appropriate people (admins / etc) have write access. If theses file contain sensitive information, I would recommend removing it and finding a more suitable place to store the sensitive information, rather than a client side script file.

    SharePoint sharepoint question

  • Your Own Framework
    D DanielBrownAU

    Yes. I have a couple of libraries (being primary a SharePoint Developer), I’ve got a Common, Winforms, ASP.NET and SharePoint libraries (including unit tests) which I’ve built up over the years of consulting.

    The Lounge csharp dotnet wpf com windows-admin

  • LNK2019 Visual Studio 2012 PROFESSIONAL
    D DanielBrownAU

    Going by the page at https://msdn.microsoft.com/en-us/library/windows/desktop/hh706898(v=vs.85).aspx You will need to include Synchronization.lib in the nmake file/settings with the other .lib files (inlcuding the path, im not too up to date with nmake)

    Visual Studio csharp c++ visual-studio

  • Cascading Dropdownlist
    D DanielBrownAU

    Check out SPServices, in perticular SPCascadeDropdowns. It does use jQuery. A reasonable article here on codeproject is at Two Level Cascading Drop Down in SharePoint 2013 using SPServices[^] Homepage is at jQuery Library for SharePoint Web Services - Home[^] Documentation is at jQuery Library for SharePoint Web Services - Documentation[^] Hope this helps!

    SharePoint sharepoint database question

  • 10 Best Evidence for Creation and a Young Earth
    D DanielBrownAU

    No, A theory in scientific context is NOT a 'guess'. A theory is a hypothesis backed up by evidence, or in layman context, a fact.

    The Soapbox

  • 10 Best Evidence for Creation and a Young Earth
    D DanielBrownAU

    I’m not sure you understand the word 'theory' in this context, a scientific context, rather than a layman context.

    The Soapbox

  • The Search for Mr. Trump
    D DanielBrownAU

    news, twitter, assassination and poll here.. o_0

    The Soapbox

  • On uploading profile picture, getting error
    D DanielBrownAU

    Just tried today again to update my profile picture. 3 different PC's, 3 different images in jpg and png format. No matter what I do, I see Web02 is having a spit about illegal characters in my path. Hmmm just tried... first unselecting use my gravatar... saved... then uploaded and saved... worked hoorar! Appears that if you have ‘Use my gravatar” option ticked, while trying to upload a picture, shows the hamsters on web02

    Site Bugs / Suggestions help

  • Can I add a working asp .net application to a sharepoint page viewer?
    D DanielBrownAU

    The page viewer web part, should for the most part, allow your asp.net application to function fine within it, as would an iframe.

    SharePoint csharp sharepoint sysadmin help question

  • Convert code .Net4.0 to code .Net 2.0
    D DanielBrownAU

    is it showing warnings or errors? Any chance of getting to see the error?

    C# csharp help

  • check box list item with a text box on check in share point list
    D DanielBrownAU

    OK, Now we are getting somewhere. It means, its cannot decide which 'ListItem' to use I would assume. Add the namespace infront of the class, Something like System.Data.ListItem - tho im not sure this is correct and I would use System.Web.UI.WebControls.ListItem but it all depends on what 'ListItem' class you are trying to use. -DB

    SharePoint sharepoint game-dev tutorial

  • check box list item with a text box on check in share point list
    D DanielBrownAU

    checkbox.Text = String.Format("{0}<input id=\"TextBox{0}\" name=\"TextBox{0}\" / >", checkbox.Value);

    This is going to cause you problems. You are on the right path with adding the textbox to the controls of the container tho, with:

    //TextBox tb = new TextBox { ID = checkbox.Value };
    //Input.Controls.Add(tb);

    Although I dont know what "Input" is, But I assume its a container for your controls. What are the exact errors you are getting? You could also create the text boxes when you create the checkboxes and then hide them by default, only showing when you need them?

    SharePoint sharepoint game-dev tutorial

  • check box list item with a text box on check in share point list
    D DanielBrownAU

    Sounds liek you will want to have an event on the checkbo, where it will show or hide the textbox based on the checkbox being selected. What have you tried so far?

    SharePoint sharepoint game-dev tutorial

  • SHAREPOINT INSTALLATION ISSUES
    D DanielBrownAU

    As i said on your question. Without the configuration file shown, we cannot even guess what is wrong, other than you have a malformed config.xml, the error is quite clear.

    SharePoint sharepoint com xml
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups