could you try to build up the whole id name with a string variable?

var full_id = knownCommonPart + chaingPart;
jQuery("#" + full_id).doStuff();

On May 11, 12:37 am, vladv <[EMAIL PROTECTED]> wrote:
> hello
> please help me with a simple question
>
> i have a control which is rendered couple of times (gridview) and gets
> some id which i know only part of, for example if i named my label
> lblName then on each row I will have
>
> gvMyGrid$ctr32$lblName or something like this..
>
> how can I find all the labels? can I find by partial id?
>
> I tried $("#*lblName"). but it doesn't work
>
> Thank you

Reply via email to