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
I am trying to incorporate Exchange Web Services (EWS) Managed API into an XMod Pro solution. I have the C#.NET script worked out to take the data entered into a form and, from it, create a new appointment in an Outlook Calendar. The hurdle I am facing right now is how to take the form data and send it to the C#.NET script. I know I can use AJAX but I'm not sure if I can use it within an XMod Pro
Hi, I followed the tutorial here: http://dnndev.com/Learn/Guide/Article/Using-AJAX-w... I have selected my own connection string and queries and changed a few little things and they all work and are named correctly but I'm getting " POST http://mywebsite.com/DesktopModules/XModPro/Feed.... 500 (Internal Server Error)" in the browser console whenever the ajax is called on the dropdown. So what I wo
Hi, I have a problem that I can't solve. I am loading data into a form using Ajax that calls a feed. I need this because the form has a drop-down list that loads the feed based on the selection in the drop-down list. What I developed worked perfect when logged in as host but when logged in as a regular user the Ajax call is made and the data is loaded but the user is logged out. I have been troubl
Howdy folks! I'm kind of an xMod neophyte ... can someone please help? Basically we have a form for students to register and if they enter a valid discount code they can pay a special reduced fee. On the form will be a fee calculation button and a discount code textbox along with a 'Your fee is' label. In going through the documentation I don't see how to query the database on the button click wit
Hello, I am following the example in the user guide for Templates with Multiple views. I really like this functionality and it is working for me. My question is this - is it possible to have an ajax callback when clicking on the CommandLink to refesh the content in the second template? Page can be seen here: http://sunsethill.ca/home/twocolumn.aspx