Hello Sairam,
My previous sample shows how to access the controls on the server, both directly in the ItemTemplate, and in the ContentTemplate of a RadWindow that is inside the said ItemTemplate. You can use the approach described
here to get the needed references. For dynamically created controls like in this case you can use the hidden field values instead of server code blocks directly.
I have shown how to access these controls both on the server and on the client. Accessing them on the client during an AJAX request does not make sense as a scenario because:
- this is still either client-side, or server-side access to the controls
- if they are updated with the partial postback you can have issues with the client-side references you are using (i.e. they will be lost)
If "access the controls using ''Ajax Call'" means something else - please explain what you have in mind.
Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.