Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot find control-name in control-parameter
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01407076
Message ID:
01408275
Views:
19
>
>No. I have no experience with ClientID at all. How is it different, with regards to this problem of not finding the control?
>
>Somehow this thread got split into two sections. I suppose that happens.
>

ASP.NET generates two different ID's for controls - the UniqueID and the ClientID. ClientID is meant for client-side access so it's more commonly used when Javascript code in the page needs to access the controls. UniqueID is meant for server-side access (so I'm surprised that's not working).
ASPxRoundPanel1.FindControl("HiddenField1").ClientID
-Paul

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

Click here to load this message in the networking platform