Showing related tags and posts accross the entire site.
-
Hi People. I Have two table one "Contact" and the other is "Category". In one page i have a advance search. When i can search for Name, Last Name, Phone, and Category. I create a querystring and call another page to show the result. For the search by Name, Last Name or phone no problem, but for category...
-
Here's what I consider to be a better alternative. DataBoundParameter, which binds against properties of the current databinding object. =============================================================== public class DataBoundParameter : Parameter { private Control _bindingControl; private String _propertyName;...
Posted to
Support
(Forum)
by
rwil02
on
07-30-2008
Filed under: .netTiers, EntityDataSource, DataParameter, DataSource