In the server-side code use attributes.add() on the server control in
question.
lblSomething.attributes.add("onClick","doSomething()")
And then you can hard code a client-script in the .aspx page called
"doSomething()"
> Hi,
>
[quoted text clipped - 4 lines]
>
> Thanks Henk
henk - 22 Jul 2006 12:40 GMT
Thanks, thats just what i needed..
> In the server-side code use attributes.add() on the server control in
> question.
[quoted text clipped - 12 lines]
>>
>> Thanks Henk