Discussions

Tag Filter:
Hi, Ive followed Kelly's excellent video on creating the FAQ & understand that this is out of scope, however, I was wondering if anyone could give me some pointers as to why my Answers aren't hiding. Page is located https://thoughtmeter.azurewebsites.net/FAQ Thanks in advance for any assistance rendered, very grateful
FAQ
Hey XModders, I'm really excited to finally be able to reveal my new book, and it's all about XMod Pro. It's the first of its kind and I can't tell you how happy I am to be able to give back to such a wonderful product and community. I've literally built my company on XMod Pro as many others have but it hasn't always been easy, so I wanted to offer an in-depth, how-to book on XMod Pro - written fr
Package manifest indicates that the version of Xmod Pro currently being sold on the DNN store is actually version 4.5.99. How do I get the 4.6 version?
In the March 2015 User Group Meeting I discussed how to leverage XMod Pro to create searching and sorting solutions using Ajax. You can watch the video on YouTube by clicking the link above. I've also just posted the code from my session here on the site. You can find it on the Downloads page, in the Extras folder. The direct link to download is here: http://dnndev.com/Clients/Downloads?Command=Co
Here is hoping someone out there can shed some light on the subject. When I use profile tokents to get the region and country, the id's are displayed instead. How do I get the localized name of the region and country? The application I am building depends on these tokens to display the correct information. Regards, Drew
Hi I am having problem with the html Input tag. I am getting the following error Length cannot be less than zero. Parameter name: length Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentOutOfRangeException: Length can
I have a template that uses the URL parameter to read sql by id with datatype "int32". Does the parameter need a datatype? <parameter name="Parkid" value='[[Url:Park]]' datatype="int32" /> Xmod keeps producing this error in DNN 8.4.2 event viewer. Using xmod 4.7.4 Message: Failed to convert parameter value from a String to a Int32. StackTrace: at System.Data.SqlClient.SqlParameter.CoerceValue(Obje
I have a record that is linked to an images table with multiple images for the 1 record. Trying to work out how to display the additional images in the detail view. Thanks in advance Todd
Hi, Does anyone know how to pass an error back up to the form. If I encounter an error in my custom action I would like to pass an error back to the form so that the error can be displayed in the form like a validation error or database error. Thanks Rut
hello all, anyone able to get XMOD Pro Captcha working (in a Form) on DNN 7+? It worked before (on 6.2.4) but now it fails (the image is not shown). I'll add the code in a second post.