Page Linking

  • Thread starter Thread starter Pradeep
  • Start date Start date
P

Pradeep

Hi All,

I have search results page( with search keyword) with links to that
particular pages and small description . When you click on the one of
the link the control has to go to specific part of the page where the
search keyword is present (first instance only). I cant use <a href
=""> simply because it will redirect to top of the page defaultly. Can
anybody suggest on this?

Thanks In advance,
Pradeep.
 
This really sounds less like a C#language question than an ASP.NET group
question. It "sounds" like you are looking for named anchor (e.g, <A
name="thisone" >) tags in the target page. If they aren't there, there isn't
much you can do, I believe.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top