Hie all
does anyone knwo why my just script function isnt pasting text to the radtextbox.
The alert function is displaying strSamComment value perfectly and there are runtime errors, its just not setting the two values.
function(lngSampleResult,strCommment)
{
var Result = $find("<%=tboSampResult.ClientID%>");
Result.set_value = lngSampleResult;
var Comment = $find("<%=tboSampleComment.ClientID%>");
Comment.set_value = strSamComment;
alert(strSamComment);
}
Thank you.
does anyone knwo why my just script function isnt pasting text to the radtextbox.
The alert function is displaying strSamComment value perfectly and there are runtime errors, its just not setting the two values.
function(lngSampleResult,strCommment)
{
var Result = $find("<%=tboSampResult.ClientID%>");
Result.set_value = lngSampleResult;
var Comment = $find("<%=tboSampleComment.ClientID%>");
Comment.set_value = strSamComment;
alert(strSamComment);
}
Thank you.