Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying To Mimic Access Filter in Web Form

Status
Not open for further replies.

jfrost10

Programmer
Jun 3, 2001
2,004
CA
hey guys,

I'm trying to write the mother of all web-search functions that will allow a user to enter text into any controls on a form, click a search button, and return the closest match by populating all the other fields (like how you can do filters in access).

Any idea on how I can access the page's asp.net control collection, or any other thoughts on how I can pull this off?

I already have a function that will loop through the page.control collection once a button is clicked. Problem is, it seems to only see the html controls, not the asp ones.

Anyways, any thoughts are appreciated.

thanks,

Jack
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top