how to display results like search enginees result in asp.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i want to display the results like search enignes result in asp.net like first column with hyperlink second column text with each page 10 results
your's subbu
ncsubbu wrote:
i want to display the results like search enignes result in asp.net
I want to own Google. ;)
ncsubbu wrote:
first column with hyperlink second column text with each page 10 results
Well, this is quite simple and you can do in number of ways... 1.) Create a table and display the results there with the help of style sheets. 2.) Create a user control and load it for every serach result or for every 10 results. Hope this helps...
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.