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
  • Sys.WebForms.PageRequestManagerParserErrorException

    Blog post about Sys.WebForms.PageRequestManagerParserErrorExceptionI had the problem of page not able to redirect when in an ajax postback. It happens to be the fact that I disabled a line in web.config:. This line should be added in HttpModules, so that redirection will work in Ajax postback. This class manages HttpModules for Ajax functionalities in ASP.NET.

    Read on... Posted by: Alec On Wednesday, 12 May 2010 - in
    • ASP.NET C#
    • Sharepoint
  • How Google treats Content Duplication

    Blog post about How Google treats Content DuplicationToday I was reading Google's Webmaster Guideline regarding content duplication on the Internet and steps that Google advise webmasters to take care if the situation applies. It's quite interesting as I did not know some of these facts.

    Read on... Posted by: Alec On Wednesday, 21 April 2010 - in
    • SEO
    • Web Design
  • How to create HTML column in Sharepoint List View

    Blog post about How to create HTML column in Sharepoint List ViewI came across this problem of wanting to add a column in the List view web part (stock standard one) with the ability to have html elements rendered properly. Unfortunately Sharepoint's standard list view only displays text in it.

    Read on... Posted by: Alec On Sunday, 11 April 2010 - in
    • Sharepoint
  • How Sharepoint stores User Data

    Blog post about How Sharepoint stores User DataLately I had fun digging into Sharepoint database and see how the monster was built and what its database schema looking like. Well, it's pretty smart the way it was built but it's also a pain for developers to understand and even to play with it, if they have to. With the business that I am working for, we have to create reports for corporates, which forces us to having to dig into Sharepoint database directly, even though I read a lot of posts saying that is not recommended by Microsoft.

    Read on... Posted by: Alec On Wednesday, 07 April 2010 - in
    • Sharepoint
  • How to send email via Sharepoint

    Blog post about How to send email via SharepointA useful function to send email in Sharepoint, programatically.

    Read on... Posted by: Alec On Tuesday, 30 March 2010 - in
    • ASP.NET C#
    • Sharepoint
  • Malaysia Airlines launched iPhone Application: MHMobile

    Blog post about Malaysia Airlines launched iPhone Application: MHMobileMalaysia Airlines launched its iPhone application enabling Apple iPhone users to perform various activities through the little mobile gadgets, including flight checking, flight booking, status checking, timetables and deals and offers. I was really surprised considering MAS had always produced "lame" digital products, specifically their very not-user-friendly website, but this one seems to be an intelligent, strategic move!

    Read on... Posted by: Alec On Monday, 29 March 2010 - in
    • Industry
  • Intranet, the next big market

    Blog post about Intranet, the next big marketThe release of Sharepoint 2007 really helped Microsoft stepping a big step forward into the Intranet market in recent years, but what's predicted coming up bigger than ever is Sharepoint 2010, which many industries experts have shown a lot of love with. When working with Sharepoint 2007, I actually got amazed by its usability and how flexible and useful it could be in a business environment. The even more amazing part is, the bigger the business, the more useful Sharepoint could be to the business.

    Read on... Posted by: Alec On Thursday, 25 March 2010 - in
    • Sharepoint
  • 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
1234567Next

Search

 

Latest Posts

  • Sys.WebForms.PageRequestManagerParserErrorException
  • How Google treats Content Duplication
  • How to create HTML column in Sharepoint List View
  • How Sharepoint stores User Data
  • How to send email via Sharepoint
  • Malaysia Airlines launched iPhone Application: MHMobile
  • Intranet, the next big market
  • How to retrieve and update from a multi choice Checkboxlist ...
  • Auto Complete returns giant list of undefined
  • Integrate Ajax Control Toolkit into Sharepoint

Categories

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

Archives

  • May 2010 (1)
  • April 2010 (3)
  • March 2010 (5)
  • 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