Blogroll
- BioTeck.NET
- Calvyn/IT Engineer
- Certless Designer
- Documentation
- Dreamnetworkz
- e-leaguers – Web design
- easy make money online
- Gadget news, Tech blog
- GaryOoi
- GeekAdviser.com
- Heartbeat
- iappsgeek
- increase traffic free
- Jayce Ooi’s Paradise
- PhotoshopSlave
- Plugins
- Portachi web directory
- Pricing Strategies
- Software Tips
- techetron.com
- Themes
- Wordpress Blog Tips
Programming Archive
-
Creating indexed views in SQL Server 2005 – Quick Guide
Posted on January 10, 2011 | 1 CommentHere’s a quick guide on how to create indexed views in SQL Server 2005. How do you create indexed views in SQL Server 2005? 1) Create a table in your database, e.g. CREATE TABLE [dbo].[TestTableSC] ( [ID] [INT] NOT NULL, [name] [varchar] (100) NULL, [description]... -
Implement Ajax CollapsiblePanelExtender in ASP.NET page
Posted on May 2, 2009 | 2 CommentsIt has never been easier to add Ajax controls to ASP.NET using Visual Studio. There are two approaches to implementing Ajax controls in an ASP.NET page. The first approach is to add the control and its properties to the aspx page. The second approach is... -
C# quick example of handling Infinity and NaN
Posted on April 26, 2009 | No CommentsIn C# programming you may come across instances where you have to compute numbers especially division of numbers which will return a NaN (Not a Number) or Infinity, when dividing by zero. You can use two methods to check if a number is NaN of... -
Using ASP.NET Extenders Part II
Posted on December 10, 2008 | No CommentsIn Part I of ASP.NET AJAX Extenders, I talked about ASP.NET AJAX and how ASP.NET AJAX extenders fit into the picture. ASP.NET AJAX extenders are controls that enhance Web UI server controls using AJAX to create an interactive web experience. I also elaborated the point... -
Using ASP.NET AJAX Extenders Part I
Posted on December 1, 2008 | 10 CommentsAJAX Extenders are great when used in ASP.NET web pages. ASP.NET AJAX Extenders are part of the ASP.NET AJAX Control Toolkit. You can download the ASP.NET AJAX Control Toolkit from here. What is ASP.NET AJAX Control Toolkit? The ASP.NET AJAX Control Toolkit is a shared...








