Posted 09 May 2013 Link to this post
Posted 21 May 2013 Link to this post
<script type=
"text/javascript"
>
function
getTextBox(itemText ) {
var
textBox1 = $get(
'<%= ((RadTextBox)RadComboBox1.FindItemByText(itemText).FindControl("RadTextBox1")).ClientID %>'
);
}
</script>