Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I see all methods for the object?
Message
 
 
À
12/03/2008 14:30:42
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
OS:
Windows XP
Divers
Thread ID:
01301402
Message ID:
01301476
Vues:
13
>>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 ;
 }
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform