Propose ASPX source file formatter/beautifier, please

petershanghai

New Member
I have web project with file like this:\[code\]<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="XXX" Inherits="XXX" ValidateRequest="false"%><%@ Import Namespace="System.IO" %><%@ Import Namespace="System.Net" %><% string XXX = Request.Form["XXX"];string XXX = Request.Form["XXX"];etc...\[/code\]I'd like to format it. How can I do it? Thanx.
 
Back
Top