Wednesday, September 01, 2004

ASP.NET.4GuysFromRolla.com: Highlighting Search Keywords in a DataGrid Web Control

ASP.NET.4GuysFromRolla.com: Highlighting Search Keywords in a DataGrid Web Control: "This article will examine how to provide such functionality in ASP.NET when using a DataGrid Web control. A DataGrid is an excellent Web control to list search results. Essentially you provide a TextBox Web control into which a user can enter a search query. When the user submits the form, it's posted back and the database is queried for matching records. These returned results can then be databound to the DataGrid, which will show one result per HTML table row. For more information on the DataGrid Web control be sure to read Scott Mitchell's A Thorough Examination of the DataGrid Web Control article series"

No comments: