Custom Filter on Dynamic Data Website
Posted
by Gerardo Gala
on Stack Overflow
See other posts from Stack Overflow
or by Gerardo Gala
Published on 2010-06-13T21:38:10Z
Indexed on
2010/06/13
21:42 UTC
Read the original article
Hit count: 290
ASP.NET
|dynamic-data
Hi All!
I want to able to search on a column that is a foreign key to another table. I don't want to type in the ID (which is the foreign key). I want to search by name.
For example, you have a Product Table and a Manufacturer Table. On the Products gridview, I want to be able to search the Manufacturer Name - not Manufacturer Id. But the Products gridview has ProductID.
Thanks!
© Stack Overflow or respective owner