hi,
Do anybody know how to add search functionality in the WPF application created using Expression Blend ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manoj Singh PanwarPosted Nov 14, 2011, 12:31 PM
Mamta MPosted Nov 11, 2011, 2:11 AM
If you are doing a simple search based on keywords or search terms, you can have a text box and search within a database and display the results in a datagrid.
Alternatively you can "select" the search criteria instead of typing it...for eg, select customer id from combo box. Logic for search will remain same as it used to be in Winforms or other apps.
So now tell us in more detail what you expect.