I wrote your code but this error occur
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Unknown server tag 'cc1:MaskedEditExtender'.
Source Error:
Line 15: <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
Line 16: <asp:TextBox ID="TextBox1" runat="server" />
Line 17: <cc1:MaskedEditExtender runat ="server" Line 18: TargetControlID="TextBox1"
Line 19: Mask="999,999,999,999"
|