Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I see all methods for the object?
Message
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
OS:
Windows XP
Divers
Thread ID:
01301402
Message ID:
01301504
Vues:
18
>>>How can I do it?
>>
>>The events are all listed in the Properties window (click the button with the lightning icon)
>
>Finally was able to test - the Remove button seems to work.
>
>The Cancel button with my js HideElement code doesn't work, though :(
>
>It has OnClientClick
>
>HideElement('< %=tblProInfo.ClientID % >');
>
>But it shows null for me
>
>function HideElement(what)
>{
>var x = document.getElementById(what);
>alert(x);
>if (x) {
>  x.style.display = 'none' ;
>  }
>  return true ;
> }
Could it be the reason what I have my Cancel button inside the tblProInfo?

I can make it to work with Server side code no problem, but why I can not make it to work with Client side?
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform