摘要: query获得下拉框值的代码,使用jquery的朋友可以参考下。获取Select :获取select 选中的 text :$("#ddlRegType").find("option:selected").text();获取select选中的 value:$("#ddlRegType ").val();获取select选中的索引:$("#ddlRegType ").get(0).selectedIndex;设置select:设置select 选中的索引:$("#ddlRegType ").get( 阅读全文
posted @ 2011-11-21 12:07 lanmiao 阅读(240) 评论(0) 推荐(1) 编辑
摘要: // Silverlight页面的跳转 // (Application.Current.RootVisualasIContent).Content=newDragControl(); //Silverlight页面的跳转//(Application.Current.RootVisual as IContent).Content = new DragControl();//普通页面跳转HtmlWindow html = HtmlPage.Window;//html.Navigate(new Uri("http://www.Silverlightchina.net"));//普 阅读全文
posted @ 2011-11-21 10:09 lanmiao 阅读(6766) 评论(0) 推荐(0) 编辑