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

[Solved] Still trying to convert to VB 2010

0 Answers 19 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rick
Top achievements
Rank 1
Rick asked on 11 Sep 2010, 08:17 AM
I've seen a similar question asked on the forum, but no real answer given.    I'm trying to convert part of the example code to VB, but i'm struggling with the following line:

    <% Html.Telerik().ScriptRegistrar()
                     .DefaultGroup(group => group
                         .Add("telerik.examples.js")
                         .Compress(true))
                     .OnDocumentReady(() => { %>prettyPrint();<% })
                     .Render(); %>


Can someone show me how this should be code in VB 2010?    I've tried about everything but I'm really not that familiar with Action Delegates.

Thanks,

RIck
Tags
General Discussions
Asked by
Rick
Top achievements
Rank 1
Share this question
or