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
All Posts in April 2009 Subscribe our RSS Feed Subscribe Feed
  • Elegant Flexigrid for Your Web App

    Blog post about Elegant Flexigrid for Your Web AppI have been playing around with a free datagrid control available, called FlexiGrid. It has to be one of the very best grid control available as open source. Having a very elegant user interface and very easy to integrate and customised codes, we could integrate FlexiGrid into any existing applications.

    Read on... Posted by: Alec On Monday, 27 April 2009 - in
    • Tools
  • How to get QueryString using JavaScript

    Blog post about How to get QueryString using JavaScriptA very handy function to grab any query string using Javascript:

    Read on... Posted by: Alec On Saturday, 25 April 2009 - in
    • JavaScripts
  • Compress WebResource.axd in Client side HTML

    Blog post about Compress WebResource.axd in Client side HTMLA very handy tool to compress the annoying webresources.axd script. http://madskristensen.net/post/Compress-WebResourceaxd-in-ASPNET.aspx

    Read on... Posted by: Alec On Thursday, 16 April 2009 - in
    • ASP.NET C#
    • Tools
  • Use Enterprise Library for Data Access in one line code

    Blog post about Use Enterprise Library for Data Access in one line codeEnterprise Library is a very useful component developed by Microsoft to help developers solving many common tasks. One that I use a lot is the data access block, which allows you to run data access query in just one line of code! (Saves all the work in writing a command and pass to a reader, etc).

    Read on... Posted by: Alec On Wednesday, 15 April 2009 - in
    • ASP.NET C#
    • Tools
  • Object references between two different object scopes are not allowed

    Blog post about Object references between two different object scopes are not allowedWhen using ORM, should always keep in mind that only one object scope is used. The example came with the package doesn't really explain this well. Should always declare a page_init call which declares the object scope and store it in session and try to keep using it for any business operations:

    Read on... Posted by: Alec On Tuesday, 07 April 2009 - in
    • ASP.NET C#
    • Telerik
  • Convert DataSet to XMLDocument

    Blog post about Convert DataSet to XMLDocumentHow to convert data to xml file? Here is a very useful command to convert dataset or datatable to an XML Document:

    Read on... Posted by: Alec On Tuesday, 07 April 2009 - in
    • ASP.NET C#
  • How to check if a method is overridable

    Blog post about How to check if a method is overridableFor a method or properties to be overridable, it must has a virtual property in its base class set as true as well, is final must be set as true. To determine whether a method is overridable, it is not sufficient to check that IsVirtual is true.

    Read on... Posted by: Alec On Thursday, 02 April 2009 - in
    • ASP.NET C#
  • Security Exception when running on IIS7

    Blog post about Security Exception when running on IIS7I stumbled upon an error when deploying a web application onto IIS7 running on Vista. After days of trying to solve, it's actually due to the fact that the application is set to medium trust but it actually needs Full Trust due to using Reflection in the code.

    Read on... Posted by: Alec On Wednesday, 01 April 2009 - in
    • ASP.NET C#

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