Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I see all methods for the object?
Message
 
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
OS:
Windows XP
Miscellaneous
Thread ID:
01301402
Message ID:
01301476
Views:
12
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform