Update Confirmation Message
Last Post 07/13/2007 4:09 PM by Joseph Craig. 3 Replies.
Author Messages
dnner
Nuke Pro
Nuke Pro
Posts:67


--
07/13/2007 11:56 AM
    Hi,

    I have developed a little for that stores info in the database and sends a confirmation message. My question is how can I show a confirmation message and Icon?

    DNN shows a green triangle with "OK" in it and a message. Are there some Dotnetnuke API functions to do this?

    Cheers,

    Marcus
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    07/13/2007 1:11 PM
    A nice site that I've found for looking into the innards of DotNetNuke is

    http://classbrowser.subzero-solutio....Utilities

    In particular, I think that you want to look at is DotNetNuke.Services.Mail.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    dnner
    Nuke Pro
    Nuke Pro
    Posts:67


    --
    07/13/2007 3:02 PM

    Thanks,

    I've got the mail sending bit sorted. It's how to navigate to a confirmation message that I now need to do?

     

    Cheers,

     

    Marcus

    Joseph Craig
    DNN MVP
    Posts:11667


    --
    07/13/2007 4:09 PM
    I haven't ever done anything like that, so I don't have an answer for you. My suggestion would be to find a module that includes mail and a confirmation, and hopefully you can dig through the code to see how it's done there.

    Or, assuming that the objects that send email return a success/erros status, you can put up an on-screen confirmation yourself.

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---