Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 25th, 2008, 05:34 AM
Registered User
 
Join Date: May 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to vivekkahn
Default C#: Search in datagrid

Hi,
I have a datagrid which contains many rows and columns already populated with records fetched from an XML. I wish to implement search functionality in this application. For this purpose i have used a text-box to ask for search-string and a button, upon clicking which search should take place. It should search for multiple rows, based on a particular column. Display should be the rows that match the search should be at the top followed by the remaining records. Doesnt matter whether the records matching the search are selected or not..selected preferred...

Visual Studio 2005
DotNet framework 2.0

Pls help if u can...

Regards,
Vivek
 
Old May 25th, 2008, 02:48 PM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

I think your best bet is to look into derived columns, and then sort by the derived column.

/- Sam Judson : Wrox Technical Editor -/





Similar Threads
Thread Thread Starter Forum Replies Last Post
search in datagrid bhavna C# 0 April 14th, 2007 01:05 AM
search in datagrid bhavna General .NET 0 April 14th, 2007 01:04 AM
AJAX Use Search with HTMl controls and Datagrid Nikhil1978 Access ASP 0 December 27th, 2005 02:25 AM
Datagrid and Search rkedilaya Classic ASP Databases 1 May 17th, 2005 12:58 AM
Search Engine for Full-text Search Kala ASP.NET 1.0 and 1.1 Professional 2 August 29th, 2004 02:16 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.