When including web controls. What's the difference between
"TagPrefix", "TagName" and "Namespace" attribute?
David
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.

Signature
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!
************************************************
> When including web controls. What's the difference between
> "TagPrefix", "TagName" and "Namespace" attribute?
>
> David