Questions

Tag Filter:
I am trying to populate a second drop down list based on the selection of a value in the first drop down list using jQuery and a feed. The source table for both the controls is the same table. The first control (VenueName) is populated by a ControlDataSource using the VenueID. The second should be populated with a list of ‘subVenues’ that are children of the item selected in the first list box. I’
How do I set a default for option? <xmod:Template UsePaging="False" Ajax="False"> <ListDataSource CommandText="SELECT DISTINCT CurrentPayrollTitle FROM PDStaffImport ORDER BY CurrentPayrollTitle ASC"/> <HeaderTemplate> <select id="ddlTITLE" onchange="location.href='/Directory/EmployeeTitle.aspx?title='+this.value;">> </HeaderTemplate> <ItemTemplate> <option value="[[CurrentPayrollTitle]]">[[Curre
Have a VERY simple form with a dropdown list on it. 1> Add process works great...not a problem. 2> Edit process works great as far as storing the selected or entered data. 3> On entering the Edit mode, the dropdown does not select the value in the list corresponding to the value stored in the database - yes...I am storing values not text and I have confirmed. 4>Did find a old post about an issue w

Getting Good Answers

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

  • Good Titles: Give your question a concise but informative title. Rather than "Email Forms", use "Sending multiple emails from forms".
  • 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.
  • 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. 
  • 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).