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

Display version of rad controls at runtime

2 Answers 94 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Tonino
Top achievements
Rank 1
Tonino asked on 06 Jul 2010, 11:25 AM
Hello!

I'm looking for a way to display the version of the rad controls at runtime. Any ideas?

Tonino.

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 06 Jul 2010, 12:42 PM
Hello,

You can find out the version like this:

C#
       typeof(RadWebControl).Assembly.GetName().Version

-Shinu.
0
Tonino
Top achievements
Rank 1
answered on 06 Jul 2010, 01:09 PM
Thanks a lot Shinu! That was it!

Here the code for VB:
 
GetType(Telerik.Web.UI.RadWebControl).Assembly.GetName().Version  

Tonino.

Tags
Ajax
Asked by
Tonino
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Tonino
Top achievements
Rank 1
Share this question
or