Discussions

Tag Filter:
The following select is taking a serial number from a url parameter. The first two cases work great. However, if the serial number is not in the database I want the second two cases to compare the serial number with a hard coded value. I tried pulling the url parameter into the last two cases for comparison but it fails. I believe this is simply because its not in the database so it skips to the e
(Sorry I'm creating this as a topic. For the life of me, I can't find where to start a new question!) I am working on a project where I've decided to keep the project database separate from the DNN database. All good... connection string set up in web.config... all templates and forms happily connecting. Now I want to grab the DNN profile images of the various users and display them on their ass
Is there any way to have a conditional email sent upon finishing a form? Based on a return value of a stored procedure would be great. We found a solution but that involves putting the whole email (html, multilanguage..) in the stored procedure, which is ofcourse a silly way to work.. thanks, Dennis