or
RadB.requestItems(item.get_value(),
false); . This will inturn call the Items Requested Event on the server side.
In this Method on the server side, if I use RadA.SelectedValue or RadA.SelectedItem.Text, i am getting the Initial Value or Blank, but not the selection made.
In this Event, if I say RadC.Visible = true, after the completion of this event, the page does not show up the Rad C Combo box.
I hope you understood the Scenario.
I hope you will help me in resolving the Issue.
Thanks
Srinivas
| <telerik:RadSlider runat="server" ID="sldLongResume" Orientation="Horizontal" ItemType="Tick" |
| SmallChange="1" LargeChange="50" Height="30px" ShowDragHandle="false" Width="97px" |
| IsSelectionRangeEnabled="true" TrackPosition="BottomRight" ShowDecreaseHandle="false" |
| ShowIncreaseHandle="false" Enabled="false" /> |
txtBirthdate.SelectedDate = DateTime.MinValue;
