In my previous blog entry: Create Template Dynamically. I mentioned a nice article on this topic. This article shows how to implement ITemplate interface to build template.
Another article, Using Templated Controls Programmatically shows how to use CompiledTemplateBuilder to do the something. Actually, CompiledTemplateBuilder class is an implement of ITemplate, in it's constructor, a method need to be passed in. And later on, it's initiateIn method will call the method to finish render task.
Sunday, November 2, 2008
Friday, October 31, 2008
Create Template Dynammically
Some ASP.NET server controls, like GridView, ListView, Menu provide templates, we can use templates to partially change render behaviors of these controls. Usually we achieve this by using declarative.
However, chances are that we need to create and use templates programmatically. Here is a nice article written by Dino Esposito. Although it is written several years ago, the concept is remain unchanged.
However, chances are that we need to create and use templates programmatically. Here is a nice article written by Dino Esposito. Although it is written several years ago, the concept is remain unchanged.
Wednesday, October 29, 2008
Thursday, October 9, 2008
Import Excel spreadsheet into SQL Server table
MVP David Hayden has written some good articles regarding the data import/export between Excel and SQL Server. They can be found in links below:
Import Excel Spreadsheet Data into SQL Server Database Table Using SqlBulkCopy
Reading and Writing Excel Spreadsheets Using ADO.NET C# DbProviderFactory
Thanks David.
Import Excel Spreadsheet Data into SQL Server Database Table Using SqlBulkCopy
Reading and Writing Excel Spreadsheets Using ADO.NET C# DbProviderFactory
Thanks David.
Sunday, August 31, 2008
Subscribe to:
Posts (Atom)