Link to home
Start Free TrialLog in
Avatar of ndr-itsolutions
ndr-itsolutions

asked on

Searching a multi page gridview

Hi,

I've created a site using Web Developer Express, SQL and vb.net. I've created a gridview which lists servers and mac addresses and ip addresses, I want to be able to search for any of these items within the gridview.

Looking for either a solution or examples I can work from.
Avatar of dj_alik
dj_alik

ASKER CERTIFIED SOLUTION
Avatar of dj_alik
dj_alik

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ndr-itsolutions

ASKER

This link did the trick

How to Filter data using VB.NET
http://www.dotnetheaven.com/article/how-to-filter-data-using-vb.net

Thanks