This is a migrated thread and some comments may be shown as answers.

Unclosed Tag

2 Answers 35 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Navnit
Top achievements
Rank 2
Navnit asked on 07 Sep 2011, 10:43 AM
Hi Telerik Team,

Small typo in one of your codes.
<asp:CustomValidator
ID="Customvalidator1" runat="server"
Display="Dynamic" ClientValidationFunction="validateRadUpload1">

The tag needs to be closed - RadUpload

Cheers,
Navnit

2 Answers, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 12 Sep 2011, 12:33 PM
Hello Navnit,

There is a closing tag below:
<asp:CustomValidator
ID="Customvalidator1" runat="server"
Display="Dynamic" ClientValidationFunction="validateRadUpload1">
                    <span style="FONT-SIZE: 11px;">Invalid extensions.</span>
             </asp:CustomValidator>


All the best,
Dimitar Terziev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Navnit
Top achievements
Rank 2
answered on 12 Sep 2011, 12:37 PM
Hi Dimitar,

At the time I was copying and pasting the same code in the Visual Studio code in-front editor, this was flagged as an error. I guess that has been corrected. Anyways, thanks! 

Regards,
Navnit
Tags
Upload (Obsolete)
Asked by
Navnit
Top achievements
Rank 2
Answers by
Dimitar Terziev
Telerik team
Navnit
Top achievements
Rank 2
Share this question
or