Wednesday, June 14, 2017

How to filter Gridview with Dropdownlist in Asp.net

In this artical I am going to explain How to filter Gridview with Dropdownlist in Asp.net. Watch Video


01. Open a web project.
02. Drag and drop Dropdownlist to form
03. Drag and drop Gridview to form


Open a new project as I explained in How to open new project. Watch Video


After create the project, you can clear the form unwanted things and inset a table with 2 rowa. one row for Dropdownlist and other row for Gridview.

First drag and drop the dropdownlist controler to to form and link with data source.



As the next step drag and drop the Gridview controler to form and link with data source. In this case you have to do special thing.




care fully watch this 2 steps. this is the place linking dropdownlist and gridview. also remember to select Enable post bak on droupdown controler.


For better understanding please wahct the video Click here





No comments:

Post a Comment

How to filter Gridview with Dropdownlist in Asp.net

In this artical I am going to explain How to filter Gridview with Dropdownlist in Asp.net. Watch Video 01. Open a web project. 02. Drag...