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:
01301504
Views:
17
>>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform