Click here to Skip to main content
15,903,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what is the control used to list the searches made from the database. in datagrid view we cannot make hyper link it only retrieves from database.

How to make the list of results as it is in this page
http://www.codeproject.com/KB/aspnet/[^]

please send me the step by step process in creating this kind of result page.I am a starter...
Posted

There are a number of different controls that can do this you'll have to be a more specific in your question.
 
Share this answer
 
There is not typically a control, per se, unless you make a custom one yourself. That kind of behavior is usually controlled with JavaScript. Google with the following keywords and you will see several methods to solve this: c# asp .net bookmark jump
 
Share this answer
 
You can use DataList or Repeater to do the job
 
Share this answer
 
i can not follow you question,that only a control,or you can make just use HTML code plus
 
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