Create CreatePerson.aspx with code behind
Hi all,
I like to create my own custom CreatePerson.aspx page to have some code running behind when user enter data into the fields.
I found out that the CreatePerson control is located at IdentityManagement.WebUI.Controls. I checked the definition of the control and there are only 2 methods that can be overriden, GetPageHelpFileName and BuildChildControlTree.
I would like to know how can create a custom control inheriting from CreatePerson control and deploy it.
Any help is appreciated. Thanks.
May 25th, 2010 9:50am
Doing so isn't support by MSFT. What is supported is creating your own portal or website accessing the FIM Web Service
David Lundell www.ilmBestPractices.com
Free Windows Admin Tool Kit Click here and download it now
May 26th, 2010 4:42am