EP Fitness icon-1  icon-1  icon-1  icon-1     
search

Member Rewards (Big Savings!)
With EP Fitness Member Rewards, you can receive big discounts on merchandise and services by simply being an EP Fitness member. Your EP Fitness discount is good at restaurants, sporting good stores, hair and nail salons, auto shops, and lots of other businesses. Simply present your EP Fitness scan card at these participating businesses, and let the savings begin!

To see a comprehensive list of all Member Rewards Partners, click HERE (Adobe Acrobat Required)
Alamo Auto Supply(915) 781-12345923 Gateway East10% off all products (excludes sale items)
Audio Express(915) 565-00663824 Montana20% off (no sale items or close outs)
Auto & Truck Paint Center(915) 751-660110111 Dyer 10% off brake systems
Behind the Wheel Driving Academy(915) 373-99762200 Lee Trevino Dr. A-3$15 off
Casa Collision(915) 775-82235810 E. Paisano10% discount on parts & labor or body work
City Wide Towing(915) 820-357511667 Dos Palmas – A$5 discount per tow
Firestone(915) 598-34299515 Gateway West10% off any service with other discounts
Flat Express(915) 755-003610299 Dyer10% off any brake service
Martin Tire Company(915) 751-0404All locationsFree tire rotation/Free brake inspection/free air pressure check
Master Muffler & Brake(915) 751-77499430 McCombsFree brake & exhaust inspection

The control above is initialized with this code. The italic properties are optional:

<ajaxToolkit:Accordion
    ID="MyAccordion"
    runat="Server"
    SelectedIndex="0"
    HeaderCssClass="accordionHeader"
    HeaderSelectedCssClass="accordionHeaderSelected"
    ContentCssClass="accordionContent"
    AutoSize="None"
    FadeTransitions="true"
    TransitionDuration="250"
    FramesPerSecond="40"
    RequireOpenedPane="false"
    SuppressHeaderPostbacks="true">
    <Panes>
        <ajaxToolkit:AccordionPane
            HeaderCssClass="accordionHeader"
            HeaderSelectedCssClass="accordionHeaderSelected"
            ContentCssClass="accordionContent">
            <Header> . . . </Header>
            <Content> . . . </Content>
        </ajaxToolkit:AccordionPane>        
        .
        .
        .
    </Panes>            
    <HeaderTemplate>...</HeaderTemplate>
    <ContentTemplate>...</ContentTemplate>
</ajaxToolkit:Accordion>
  • SelectedIndex - The AccordionPane to be initially visible
  • HeaderCssClass - Name of the CSS class to use for the headers. This can be either applied to the Accordion as a default for all AccordionPanes, or an individual AccordionPane.
  • HeaderSelectedCssClass - Name of the CSS class to use for the selected header. This can be either applied to the Accordion as a default for all AccordionPanes, or an individual AccordionPane.
  • ContentCssClass - Name of the CSS class to use for the content. This can be either applied to the Accordion as a default for all AccordionPanes, or an individual AccordionPane.
  • FadeTransitions - True to use the fading transition effect, false for standard transitions.
  • TransitionDuration - Number of milliseconds to animate the transitions
  • FramesPerSecond - Number of frames per second used in the transition animations
  • AutoSize - Restrict the growth of the Accordion. The values of the AutoSize enumeration are described above.
  • RequireOpenedPane - Prevent closing the currently opened pane when its header is clicked (which ensures one pane is always open). The default value is true.
  • SuppressHeaderPostbacks - Prevent the client-side click handlers of elements inside a header from firing (this is especially useful when you want to include hyperlinks in your headers for accessibility)
  • Panes - Collection of AccordionPane controls
  • HeaderTemplate - The Header template contains the markup that should be used for an pane's header when databinding
  • ContentTemplate - The Content template contains the markup that should be used for a pane's content when databinding
  • DataSource - The data source to use. DataBind() must be called.
  • DataSourceID - The ID of the data source to use.
  • DataMember - The member to bind to when using a DataSourceID