What I want to achieve is simple. When user create a new page in SharePoint 2010, I want to remove special character and truncate the page Name/URL to a certain number of characters.
Eg: user type in "I Want To Create This Page With An Extra Long Name !@#$%^^&**_+" in the create new page dialogbox, the actual page that get create is "extralongname.aspx"
I got the remove special character and truncate part. I just can't change the page Name/Url.
Any idea?
Regards,
Ken