mercredi 27 juillet 2016

set c# label visible by JQUERY

Is there any way to set asp label visible by Jquery?

I have a label like this:

<asp:Label runat="server" ID="lblCheckboxesError" Text="test" visible="false"></asp:Label>

and in *.js file a have this:

$("[id*=lblCheckboxesError]").show();

but nothing happened :( I have tried some next solutions, but nothings works for me :( any idea? thanks :)

Aucun commentaire:

Enregistrer un commentaire