Friday, July 21, 2017

// // Leave a Comment

How to filter Gridview with Dropdownlist VB

In this article 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 row. one row for Dropdownlist and other row for Gridview.

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



As the next step drag and drop the Gridview controller 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 back on droupdown controller.


For better understanding please watch the video Click here


0 comments:

Post a Comment