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

RadControlsDir

2 Answers 192 Views
Designs, skins, themes
This is a migrated thread and some comments may be shown as answers.
Lakhani Anil
Top achievements
Rank 1
Lakhani Anil asked on 16 Jul 2007, 02:10 PM
How to set RadControlsDir property common for entire project.

2 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 16 Jul 2007, 02:25 PM
Hi Mahalakshmi Ravi,

You can easily achieve your goal by setting the RadControlsDir property in the application's web.config, i.e.:

<appSettings> 
    <add key="Telerik.WebControls.RadControlsDir" value="~/MyRadControls_Folder"/>  
  </appSettings> 


All the best,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Carlo
Top achievements
Rank 1
answered on 21 Mar 2008, 08:13 PM
Hi, what if I want all the controls on one webpage to read from one RadControls folder, and the other webpage from another RadControls folder?
For example

~/WebPage1/RadControls/
~/WebPage2/RadControls/

Where on the

~/WebPage1/Default.aspx
~/WebPage2/Default.aspx

can I put a directive so all the Telerik Controls from each read on their respective folder?
Tags
Designs, skins, themes
Asked by
Lakhani Anil
Top achievements
Rank 1
Answers by
Paul
Telerik team
Carlo
Top achievements
Rank 1
Share this question
or