Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass ClientID in OnClientClick
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01301882
Message ID:
01301893
Views:
20
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>Here is what I have in ASPX file:
>
><asp:Button ID="btnCancelProfile" runat="server" Text="Cancel" CausesValidation="False"
>                                                    EnableViewState="False" OnClientClick="HideElement('< %# tblProInfo.ClientID % >');"
>                                                    UseSubmitBehavior="False" />
>
>
>Something is wrong here, because in the script I get What as
< %...
instead of the actual id.
>
>What should I change to make it work?
>
>Thanks a lot in advance.

The < %# syntax in ASP.NET pages is for data binding. Use < %= instead. Get rid of the extra spacing.

I posted something about this on my blog:

http://www.rcs-solutions.com/blog/2007/10/19/AccessingASPNETGeneratedControlsFromJavascript.aspx
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform