Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello ...
I want to search for entries in table but the table is not in database as it contains hyperlinks so a web form is there which contains that table and now I want to search in that table?
Can you please help me?
Posted
Updated 16-Oct-10 20:23pm
v2

Check this link, you will get the logic how to do this
ASP.NET search terms to database and listing most popular [^]
 
Share this answer
 
Comments
harpreet sran 18-Oct-10 1:49am    
hey thanx...
raju melveetilpurayil 18-Oct-10 5:32am    
welcome :)
You must have put that table in some inmemory objects like dataset/datatable or some collection. So you can search in that object/collection and show the result.
 
Share this answer
 
If the hyperlinks point to an external table (a table that is not part of your system), then I'm afraid it may not be possible to search that table unless you have access rights to that table.

If you do have permission, you can then load that table using a database connection, and then run a query on it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900