Discussions

Tag Filter:
Within Xmod you can set an image url to show images on a page, however, I am looking to dynamically do this. I have the directory paths of images linked to sites in a database table, there are no two sets of images that are called the same, nor are there the same number of images in each folder , how I can use Xmod to show all the images, no matter the name or number
So this is the code that is populating my text box for the current user on the page <div class="xmp-form-row"> <Label CssClass="xmp-form-label NormalBold" For="pod_user"> Updated By </Label> <TextBox Id="pod_user" DataField="pod_user" Nullable="false" DataType="string" Visible="true" Value='[[User:DisplayName]]' ReadOnly="true"> </TextBox> </div> this is the code that is pushing the data to the st
I am building a Locations function for a bank. In the ItemTemplate I have listed all the branch locations, and the DetailTemplate displays specific information about the selected location. However, in the DetailsTemplate I also need to list information for the location closest to the current one. I have added a column to the database that stores the closest location's ID. How can I use this field
Please can someone tell me what is wrong with this sql statement. <ListDataSource CommandText="SELECT [Entry Id], [Organization Name], [Organization Website], [Program Title],[Focus Areas], [Country], [Contact Phone], [Contact Email], FROM STEAM_DATA WHERE [Focus Areas] LIKE 'Math'"/> I get the following error
SQL
So I'm creating a dropdown list from a database that's all working fine but I want to only display certain items inside this dropdown. I thought using the xmod;if statement would work but the documentation is pretty useless for me. Can i use the if statement like this ( I replaced the chevrons with | to avoid code stripping hopefully): |xmod:Template id="city" UsePaging="False" Ajax="False"| |List
Is this possible within the same template?
How can I add a custom property to the social groups module when a new group is created? I have group specific detailed data in multiple tables. Thanks, Jason