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

Asp.net Feature request

1 Answer 44 Views
Code Navigation and Search
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 22 Jul 2011, 02:47 PM
Given the following code...

Checked='<%# GetChecked(Eval("AllowComplete")) %>'

Allow me to navigate to "GetChecked"

...please :)

Wishlist anyway...asp.net markup sucks to work with sometimes.

Others:
- What would also be slick is a version of code-cleaner for asp.net markup to format the html based on some set of options (the built in VS2010 one sucks a bit...wraps the code where you dont want it wrapped, etc.
- Have it auto-enter runat="server" so when I type <telerik:RadButton and hit space runat="server" pops in

1 Answer, 1 is accepted

Sort by
0
Dennis :: Dr. Code
Telerik team
answered on 29 Jul 2011, 09:22 AM
Hi Steve,

There's now a PITS item for it:

http://www.telerik.com/support/pits.aspx#/public/justcode/7166

We are already supporting this in normal Asp expressions. We'll check to make it work in databind expressiosn as well. 

I also added pbis to support running our HTML/ASP formatter through the cleaner and to auto insert runat="server" .

Btw, the next version of JC will also support Razor. We'll pick up C#/VB/JS code in Razor pages in our refactorings/navigations. Maybe you can consider moving to Razor if you don't like asp markup :)


All the best,
Dennis :: Dr. Code
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Code Navigation and Search
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Dennis :: Dr. Code
Telerik team
Share this question
or