private static void SearchRules() { SearchCriteria SC = GetSearchCriteria(); Rule[] Rules = RuleHelper.GetRules7(SC); //Window.Alert ( Rules.Length+"ఫలితాలు దొరికాయి.\nResults found: " + Rules.Length ); Document.GetElementById("result").InnerHTML = BuildList(Rules); Util.ScrollTo("main"); }