This is a migrated thread and some comments may be shown as answers.

Load Client Control in RadPageView Client Side

1 Answer 46 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Kliment
Top achievements
Rank 1
Kliment asked on 07 Mar 2014, 03:47 PM
Hi,

I need a way to load user control in rad page view client side. Any suggestion?

Kliment

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Mar 2014, 05:43 AM
Hi Kliment,

Loading User Controls on the client is not supported by the .NET framework itself. This is due to the fact that the user control is a server control by nature and it should be initialized on the server. As a work around You can call  OnAjaxRequest event from the client side and load the User Control page from server side. Please have a look into this help documentation which discuss about Loading User controls.

Thanks,
Shinu.
Tags
TabStrip
Asked by
Kliment
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or