You can use a control's ClientID property in generating your script code (it
needs to be concatenated into the script string at execution time) in order
to ensure that you always are using the correct id.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> Hi everyone!
>
[quoted text clipped - 17 lines]
>
> Niclas
tonicvodka - 05 Sep 2007 14:14 GMT
On 5 Sep, 14:10, Peter Bromberg [C# MVP]
<pbromb...@yahoo.yohohhoandabottleofrum.com> wrote:
> You can use a control's ClientID property in generating your script code (it
> needs to be concatenated into the script string at execution time) in order
[quoted text clipped - 28 lines]
>
> - Visa citerad text -
Thanks Peter,
Excellent, it works! I was building my own clientids, this seems like
a better approach :)