Hello,
I am creating a custom webpart where i am using the currency selector form control to change the default currency of the site. but the selector is not working as no postback is occurring i am selecting any other currency from the selector.
Below is the code which i am using in my webpart acsx file
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="CurrencySelector.ascx.cs"
Inherits="CMSWebParts_Custom_CurrencySelector" %>
<%@ Register Src="~/CMSModules/Ecommerce/FormControls/CurrencySelector.ascx" TagName="CurrencySelector"
TagPrefix="cms" %>
<cms:CurrencySelector ID="selectCurrency" runat="server" IsLiveSite="true" DisplayOnlyWithExchangeRate="true"
DoFullPostback="true" IncludeSelected="true" RenderInline="true" />
please guide me as where i am going wrong and how can i make this selectr workout.
Regards,
Azam Khan