April 2007 - Posts

0
Comments

Check out this Article for Xml based codegeneration with SCG by shahed

I uploaded this new article in the Unedited Section of CodeProject. Abstract This article describes how we can use XML as a metadata source for SCG Templates. It also shows step-by-step instructions of how to generate strongly typed objects from XSD and...
0
Comments

Example SmartCodeGenerator: BusinessObjectGenerator by shahed

While browsing the internet I found this article “ Business Object for CodeSmith ” by JR Hull, this comes with some CodeSmith templates that generates object layer, data access layer, and related sql from a schema defined in the XML. I thought this will...
0
Comments

An alternative approach to XSLT with ASP.NET scripts by shahed

XSL stands for Extensible Stylesheet Language (OR XSL = Xml Style Sheet) and XSLT is the language to transform XML documents. Its a common practice to use XSLT to to transform an XML document into another XML document, or another type of document that...
0
Comments

Ajax.Asp.Net Tips and Tricks: Adding Dynamic Controls to UpdatePanel and Identifying what control has triggered the event. by shahed

Here is a cool technique on how to identify which control has triggered the UpdatePanel (when dynamic controls are added during runtime). Here we will use the Request Object to identify this. Lets say we have updatePanel1 <div> <asp:UpdatePanel...
0
Comments

Asp.Net Ajax Resources, Links and Documentation by shahed

Getting Started Overview Installing ASP.NET AJAX Sample ASP.NET AJAX Application Introduction to the UpdatePanel Control Introduction to the UpdateProgress Control Introduction to the Timer Control ASP.NET AJAX Server Controls UpdatePanel Control Overview...
Powered by Community Server (Commercial Edition), by Telligent Systems