C1Slider can appear horizontally or vertically. The default orientation for the C1Slider control is horizontal. This topic will walk you through setting C1Slider's orientation in Design View and in Source View.
Complete the following steps:
Add Orientation="Vertical"
to the <cc1:C1Slider>
tags so it resembles the following:
Copy Code
|
|
---|---|
<cc1:C1Slider ID="C1Slider1" runat="server" Orientation="Vertical" /> |