Hello
I have a senario where we want to update some textboxes and we dont know wich until we are in the codebehind, and we dont want to set the ajaxsettings to update all textboxes.
I tried to do like this RadAjaxManager1.ResponseScript.add(script);
where script is $find('" + txtTest.ClientID + "').set_Value = 'test';
but I get null from the $find. Cant you referense like this. If i take the same code on a test page on button click then it works, but not with RadAjaxManager1.ResponseScript.add.
What am i doning wrong. Is there another solution to my problem. Can you in the codebehind say exaktly wich textboxes that should be updated.
I have a senario where we want to update some textboxes and we dont know wich until we are in the codebehind, and we dont want to set the ajaxsettings to update all textboxes.
I tried to do like this RadAjaxManager1.ResponseScript.add(script);
where script is $find('" + txtTest.ClientID + "').set_Value = 'test';
but I get null from the $find. Cant you referense like this. If i take the same code on a test page on button click then it works, but not with RadAjaxManager1.ResponseScript.add.
What am i doning wrong. Is there another solution to my problem. Can you in the codebehind say exaktly wich textboxes that should be updated.