I have users that need to be hand held to update their user profiles when their information changes. Clicking on their login name in the upper right corner seems to be a bit beyond their comprehension... yes...
I need to build a big fat button on the main page that says "Update Your Profile" and use the dopostback link to take them directly to their profile editor.
From the main page, I can only link to __doPostBack('dnn$dnnUSER$cmdRegister','') which is the short profile editor section but NOT to __doPostBack(''$dnn$ctr$ManageUsers$ctl07','') which is the full page profile editor.
Can someone share the full postback link to get all the way to the ctr$ManageUsers section?