摘要: 1.后端获取前端的绑定字符串。 1 前端.aspx 2 3 4 5 ' 6 7 8 后台.cs 9 ((Label)this.Repeater1.Items[0].FindControl("EmailLabel")).Text;10 或者((Label)e.Item.FindControl("EmailLabel")).Text;2."error:Microsoft JScript 运行时错误: Sys.WebForms.PageRequestManagerParserErrorException: 无法分析从服务器收到的消息。之所以出 阅读全文
posted @ 2012-04-18 10:11 time4cnblogs 阅读(158) 评论(0) 推荐(0)
摘要: 1.比较两个字符串是否相等:compare:(NSString*)string;2.CGAffineTransformRotate(angle)这里的angle跟三角函数没什么关系,其实就是弧度制的0-2*M_PI(0-360度).比如36度,那么angle=2*M_PI/10;3.UITableView数据源:<UITableViewDataSource>操作:UITableViewDelegate创建一个表视图,从用户角度看就是完成一下三部分功能“ 创建表视图--》为没一行提供文本或图像--》当用户选择某行时作出响应。表视图的类型分为2种: 1.UITableViewStyle 阅读全文
posted @ 2012-04-18 08:18 time4cnblogs 阅读(1368) 评论(0) 推荐(0)