Currently, I am using ASP .NET MVC release 1.0 with RenderPartialRequest (link: http://blog.codeville.net/2008/10/14/partial-requests-in-aspnet-mvc/) and Telerik control in my project.
I was in stuck with using Telerik control. For example, I have a page will call RenderPartialRequest many times with the same params. Each call will render a View in Controller by invoke method of RenderPartialRequest. Assumes that View contains some telerik controls like: RadInput, RadCalendar.
I do not know how to using telerik:RadScriptManager in this case. Because it is duplicated a lot.
Please help me with a solution for this scenerio.
Thanks.
I was in stuck with using Telerik control. For example, I have a page will call RenderPartialRequest many times with the same params. Each call will render a View in Controller by invoke method of RenderPartialRequest. Assumes that View contains some telerik controls like: RadInput, RadCalendar.
I do not know how to using telerik:RadScriptManager in this case. Because it is duplicated a lot.
Please help me with a solution for this scenerio.
Thanks.