摘要:
query获得下拉框值的代码,使用jquery的朋友可以参考下。获取Select :获取select 选中的 text :$("#ddlRegType").find("option:selected").text();获取select选中的 value:$("#ddlRegType ").val();获取select选中的索引:$("#ddlRegType ").get(0).selectedIndex;设置select:设置select 选中的索引:$("#ddlRegType ").get( 阅读全文
摘要:
// 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"));//普 阅读全文