Searching the numeric value in a gridview
ASP.NET
4
Posts
3
Posters
1
Views
1
Watching
-
Hi; I can not search for numeric values in a gridview. searching works just for string. can you help me please.Thanks
-
-
Hi; have a gridview with a list of students (id, name ...) I want to find the student with id = 1111 for example, how do that? thanks
Look into your data source object and pass required parameter. If you want to search on multiple fields then your search query should be dynamic. 1. Load all Data 2. Create dynamic query (In SP or Inline Query as per you coding) 2. Then you will get the result and then again bind Grid with updated data source object
Parwej Ahamad ahamad.parwej@gmail.com