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

RadTabStrip Text Property

1 Answer 73 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Ugarovesk Uga
Top achievements
Rank 1
Ugarovesk Uga asked on 09 Jul 2009, 01:21 PM
How can I to do something like:
(ASP.NET MVC)

<Tabs>

 <telerik:RadTab Text="<%= Resources.Labels.GeneralText %>">

 </telerik:RadTab>
...

1) '<%# Resources.Labels.GeneralText %>'>  ---> do not result - no text displayed.
2) I'm not using rsx file


Thanks.

1 Answer, 1 is accepted

Sort by
0
Daniel Plomp
Top achievements
Rank 2
answered on 28 Jul 2009, 01:50 PM
Hi Ugarovesk,

You're syntax says:
<tabs> 
 <telerik:RadTab Text="<%= Resources.Labels.GeneralText %>"
 </telerik:RadTab> 
</tabs> 

But you are saying that you're not using .resx files?
What do you want to achieve?

-Daniel-
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Ugarovesk Uga
Top achievements
Rank 1
Answers by
Daniel Plomp
Top achievements
Rank 2
Share this question
or