Posted 24 Sep 2008 Link to this post
Posted 25 Sep 2008 Link to this post
Posted 02 Nov 2011 Link to this post
Posted 03 Nov 2011 Link to this post
<script type=
"text/javascript"
>
function
OnClientSelectedIndexChanged(sender, args)
{
var
textbox= args.get_item().findControl(
"RadTextBox1"
);
textbox.set_visible(
false
}
</script>