6/21/2026 2:29:24 AM
|
| |
| slxdeveloper.com Community Forums |
|
| |
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
ASP.Net page Cleaner?
Posted: 03 Dec 09 11:29 AM
|
Does anyone have a cleaner to help make the quickforms that Saleslogix App Architect generates not look like ass?
Reason I'm asking is that there are a couple pages that I am converting into a custom smart-part and I don't want to spend half an hour going through and cleaning up the code so it doesn't hurt my brain. Basically I want something to do proper indentation, and hopefully remove the random line breaks that the Quick forms put in. I've used stuff like this for C++ but my google-fu is failing for ASP.net pages. |
|
|
|
Re: ASP.Net page Cleaner?
Posted: 03 Dec 09 11:43 AM
|
Visual Studio's Ctrl+K followed by Ctrl+D was discovered.
And there was much rejoicing. |
|
|
|
Re: ASP.Net page Cleaner?
Posted: 15 Dec 09 7:12 AM
|
Brian,
I like to take this one step further and seperate out the .cs (c#) code from the markup. I am not a fan of the blended view and find once I get it seperated I can do a bit of a refactor and reduce any extra white noise that is no longer required.
Mark |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|