B breathtakingtv Jun 1, 2007 #1 When including web controls. What's the difference between "TagPrefix", "TagName" and "Namespace" attribute? David
When including web controls. What's the difference between "TagPrefix", "TagName" and "Namespace" attribute? David
C Cowboy \(Gregory A. Beamer\) Jun 1, 2007 #2 Prefix is the part before the tag name (aka, cc1 below) <cc1:MyControl> TagName is the name (MyControl) Namespace deals with the namespace the control is found under and can be figured out by examining the control. -- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA http://gregorybeamer.spaces.live.com Co-author: Microsoft Expression Web Bible (upcoming) ************************************************ Think outside the box! ************************************************
Prefix is the part before the tag name (aka, cc1 below) <cc1:MyControl> TagName is the name (MyControl) Namespace deals with the namespace the control is found under and can be figured out by examining the control. -- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA http://gregorybeamer.spaces.live.com Co-author: Microsoft Expression Web Bible (upcoming) ************************************************ Think outside the box! ************************************************