Sign In to Participate
Or register to become a member
Rank Member Pts
Tags
No tags found

Getting Good Answers

How do you get good answers to your questions?  Ask good questions. That means:

  1. Good Titles: Give your question a concise but informative title. Rather than "Email Forms", use "Sending multiple emails from forms".
  2. Do Your Research: Check out the XMod Pro help file, the XMod Pro Guide on this site, do a search in this Answers forum. Members are friendly and more than happy to help, but it's good etiquette to show you've done your homework.
  3. Is It Answerable? Your question should be practical and answerable. Provide clear and accurate details about your specific problem. Be sure to include all the pertinent information or links to images and examples. 
  4. Show Your Appreciation: If someone correctly answers your question, come back and ACCEPT the answer. That gives them points and helps others know it was a correct answer. If members know you'll accept an answer, they'll be more likely to spend time on your next question(s).
0 Votes
0 This question has no answers.
Is it possible to have a dynamic database connection string?

I need to be able to link logins to different databases (my customer wants each customer to have their own database), but I want to control everything through a central DNN installation. Ideally, I'd like to be able to use some identifier associated …

0 Votes
0 This question has no answers.
Dynamic Form Loading

I have been messing around with dynamically loading forms using xmod:EditButton in a template . I see how it works when specifying the form name in the Form attribute. What I would like to do is dynamically populate the xmod:EditButton Form attribute …

0 Votes
1 Answers
Dynamic Forms

Jeff, Why not just use the "ShowIf" property of the Panel tag? I use that method all of the time to show more of a form if a checkbox on the form is checked. I see no reason that would not work with a RadioButtonList tag. Here is how I use the …

Author: Jeff M.
0 Votes
1 Answers
Using XMod For Dynamic Page Content Based On Cookies

Hello, I am new to DNN and we are looking at creating a dynacmic home page where a user would recieve different content depending on if they have been looking at previous content on our site and recieved a cookie from that page. For example someone who …

0 Votes
2 Answers
Dynamic Alphabet listing - If letter in db, create link; not list letter.

SELECT     Field1   ,Field2   ,CASE WHEN(len(Field3) > 1) THEN cast('<a href="#' + Field3 + '">' + Field3 + </a>' as varchar(100)) ELSE Field3 END [Field3] You can also use xmod:Select with regex as case, but I'm …

Author: Jeff M.
Votes
0 This question has no answers. Answers

Author:
Tags:
No questions or answers were found
No questions or answers were found
More Questions
Ask question