The server tag is not well formed
here'is my HTML :
<asp:Label ID="EmployeeIDlbl" runat="server" Text="<%#
GetLabelCaption("Judges", "Employee Number",CaptionType.EditLabel)
%>"></asp:Label>
where: "CaptionStyle" is Enumerator which i previously created , and
"GetLabelCaption" function returns a string fetched from sql database.
I wanna know where is the error ?!!
No comments:
Post a Comment