Archives
Blogroll
- BioTeck.NET
- Calvyn/IT Engineer
- Certless Designer
- DJ Equipment by Serato
- 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
- Tech At Hand Dot Net | Philippines
- techetron.com
- Technology Bloggers
- Themes
- Wordpress Blog Tips
How-to Guide Archive
-
Beginning Ajax with Visual Studio 2005
Posted on November 1, 2008 | 3 CommentsDeveloping Ajax Websites using Visual Studio 2005 is actually not difficult to learn. Firstly, you have to install a copy of Visual Studio 2005 and install the ASP.NET AJAX Extensions 1.0 from here. How to create an AJAX website using Visual Studio 2005? Sphere: Related... -
Database Mail vs SQL Mail in SQL Server 2005
Posted on October 29, 2008 | 1 CommentSQL Mail was what one would use to send emails from SQL Server in the SQL Server 2000 version. But in SQL Server 2005, SQL Mail is considered legacy. Microsoft introduced a better email component called Database Mail for SQL Server 2005. In SQL Mail,... -
How to add XML Data to DataGridView using C#
Posted on October 23, 2008 | 1 CommentThis is an example on how to upload the content of a XML file into a DataGridView using Windows Form. First, we create a Windows project in Visual Studio and design the form like the one shown below. Controls to add: FileUpload control DataGridView control... -
Export GridView Data to MS-Excel
Posted on October 6, 2008 | 1 CommentIf you have the requirement to export data content from a GridView to a spreadsheet, i.e. MS-Excel, you have come to the right place. It is not difficult to code this requirement in ASP.NET. Here is an example of a GridView with data from the... -
Adding CheckBox in GridView
Posted on September 25, 2008 | 1 CommentRecently I have been asked to knock up a front-end web page that will enable users to select multiple rows of data and update the data with one click. I decided to use the GridView control. The GridView control derives from System.Web.UI.WebControl.GridView class. How to...











