Click here to Skip to main content
15,885,920 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi
Whats means

XML
<na:ProdCtrl ID="pcServType" runat="server"></na:ProdCtrl>
    <br />
    <na:ProdCtrl ID="pcProdType" runat="server"></na:ProdCtrl>


<na:ProdCtrl ID="pcServType" runat="server">
Posted

1 solution

na is a tagprefix used for an assembly check your page whether that assembly is defined at start of aspx page or not,

if its not defined it wil give you error

ProdCtrl may be Usercontrol I think
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900