Reformat ASP ??
I was given over a couple hundred files in ASP to work on. The people who wrote it had some really really messed up formatting rules. Was wondering if anyone knew of a tool that could clean it up.
I was given over a couple hundred files in ASP to work on. The people who wrote it had some really really messed up formatting rules. Was wondering if anyone knew of a tool that could clean it up.
1. I have formatted a no using formatnumber(mynumber,2)
2. After formating it i display that no if a text box.
3. User has 2 options, keep the no as it is or change the value.
4. if user dont change that number then i have to convert that no format back to the original format and add to the database.
So help need how i can reformat the no which was formatted.