Hi,
I am using asp.net 2.0 and C#.
I have a generic list,
List<EmployeeInfo> empInfoList;
this list is loaded with the employee information. Now, I want to filter this list with the textbox value. Which is "EmploeeName".
I have to filter this list with the employeeName, and bind it to the gridview again.
I am not sure how can I do that. Please help.
Thanks in advance.