这里我将在客户端获取RAD数字文本框值。但是失败。没有显示任何错误。这里我使用警报进行测试
我的代码如下,(这里我尝试两种方式)
alert($find('<%=Live_count.ClientID%>').get_textBoxValue());
alert($find('<%=Live_count.ClientID%>').get_value());
上面我从这里得到了Link
答案 0 :(得分:1)
function OnClientValueChanged(sender, args)
{
logEvent(GetServerId(sender.get_id()) + ".OnClientValueChanged: Value is changed to " + args.get_newValue());
}
检查客户端演示:http://demos.telerik.com/aspnet-ajax/input/examples/programming/clientside/apievents/defaultcs.aspx 并且:http://www.telerik.com/help/aspnet-ajax/introduction.html