A project by goloroden.de
SearchHi.NET was inspired by Stuart Langridge's searchhi.js script.
For further details, see searchhi.js.
goloroden.de codeparser.net
Using SearchHi.NET is really simple - every code-behind file of the web application needs to inherit from the base class SearchHi.NET.Page instead of System.Web.UI.Page.
1 2 3 4 5 6 7 8 9
using System; public partial class _Default : SearchHi.NET.Page { protected void Page_Load(object sender, EventArgs e) { } }
1 2 3 4
.SearchKey { background-color:Yellow; }
Updated on September 22nd, 2007 | © Copyright 2007-2008 goloroden.de. All rights reserved.