Alec Tang

Professional Web Developer/ Web Designer

I build websites based on the latest web standards providing the best possible solution to your company

  • Home
  • About
  • Portfolio
  • Contact
  • Blog
Subscribe our RSS Feed Subscribe Feed
  • How to retrieve and update from a multi choice Checkboxlist field

    Blog post about How to retrieve and update from a multi choice Checkboxlist fieldThis post shows you how to retrieve a checkboxlist from a multi choice field as well as how to update the field using SPFieldMultiChoiceValue.

    Read on... Posted by: Alec On Monday, 15 March 2010 - in
    • ASP.NET C#
    • Sharepoint
  • Auto Complete returns giant list of undefined

    Blog post about Auto Complete returns giant list of undefinedAaron was creating a custom web service to be used by web parts in Sharepoint, but then there was a problem of a giant list of "undefined" values returning. Done a lot of research and later this brilliant post directed us to the right place.

    Read on... Posted by: Alec On Monday, 08 March 2010 - in
    • ASP.NET C#
    • Sharepoint
  • Integrate Ajax Control Toolkit into Sharepoint

    Blog post about Integrate Ajax Control Toolkit into SharepointI wanted to use Ajax control toolkit in Sharepoint, and had not had any luck until I spent the whole day debugging and getting it to work. I already had Ajax integrated in Sharepoint, so it should be fairly easy to just add in AjaxControlToolkit, but the problem is the latest version of it actually requires you to use ToolkitScriptManager instead of ScriptManager, otherwise your control will not work and you will see a Javascript error of "Please wait while scripts are loaded".

    Read on... Posted by: Alec On Friday, 12 February 2010 - in
    • ASP.NET C#
    • Sharepoint
  • Dynamically assign task to user in Sharepoint

    Blog post about Dynamically assign task to user in SharepointI had to create a task dynamically in C# and assign the task to a reviewer, which is a user account. However, there was this problem of the "Assigned to" field is only read only. To do that, just create an SPFieldUserValueCollection and assign it to task item.

    Read on... Posted by: Alec On Thursday, 04 February 2010 - in
    • ASP.NET C#
    • Sharepoint
  • Getting SPUser from SPQuery programmatically

    Blog post about Getting SPUser from SPQuery programmaticallyI needed to get SPUser object from doing a lookup using CAML query, so that I could get the user information such as email address, etc. To do that, this is the code that I used:

    Read on... Posted by: Alec On Wednesday, 03 February 2010 - in
    • ASP.NET C#
    • Sharepoint
1234Next

Search

 

Latest Posts

  • How to retrieve and update from a multi choice Checkboxlist field
  • Auto Complete returns giant list of undefined
  • Integrate Ajax Control Toolkit into Sharepoint
  • Dynamically assign task to user in Sharepoint
  • Getting SPUser from SPQuery programmatically
  • Debug not working for Sharepoint
  • ScriptResource.axd from Ajax getting Too Big
  • Restore list form web part for EditForm
  • Reading and Writing to Lookup Field in Sharepoint
  • Creating Update Panel in Code Behind Dynamically

Categories

  • Browsers (1)
  • Projects (1)
  • Web Design (5)
  • Sharepoint (15)
  • Telerik (5)
  • Wordpress (1)
  • Internet (1)
  • SQL (5)
  • LINQ (3)
  • ASP.NET C# (31)
  • JavaScripts (3)
  • IIS (0)
  • Industry (0)
  • Tools (8)
  • SEO (3)

Archives

  • March 2010 (2)
  • February 2010 (4)
  • January 2010 (11)
  • November 2009 (3)
  • October 2009 (1)
  • September 2009 (9)
  • August 2009 (3)
  • July 2009 (4)
  • June 2009 (1)
  • May 2009 (2)
  • April 2009 (8)
  • March 2009 (6)
  • February 2009 (2)
© Copyright 2009 Alec Tang. All Rights Reserved.
This site is conform to W3C Standard XHTML & CSS