Posted 21 Oct 2011 Link to this post
<script type=
"text/javascript"
>
function
OnClientSelectedIndexChanged(sender, args)
{
var
item = sender.get_selectedItem().get_text();
if
(item !=
null
)
alert(item);
}
</script>
Posted 25 Oct 2011 Link to this post
Posted 26 Oct 2011 Link to this post
Posted 11 Jan 2014 Link to this post
Posted 12 Jan 2014 Link to this post
pageLoad() {
combo = $find(
"<%= RadComboBox1.ClientID %>"
);
combo.clearSelection();
combo.set_text(
" "