Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

target to anchor

  Asked By: Almas    Date: Mar 20    Category: Asp.net    Views: 854
  

I have this one problem. In my asp.net page i have 4 panels holding
4 tables horizontally. On top of each table I have anchors. What I
need is, when I click a button to submit the page, when it returns,
with the value returned, it will also go to the anchor that I
specified. So, how can I do this?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Leon Evans     Answered On: Mar 20

When you post your form does it go to another page  and then
return to your page via a Response.Redirect, or is it a PostBack
to the one page? How about some code?

 
Answer #2    Answered By: Garai Chalthoum     Answered On: Mar 20

Try to explain these things first:
. Anchor - like A tag or like asp:LinkButton tag?
click  a button  - like some special button on a page  or the anchor tag?
returns  with a value? - returns to server or already back to client?
. go to anchor? - like scroll the page to anchor part or open the link?

 
Didn't find what you were looking for? Find more on target to anchor Or get search suggestion and latest updates.




Tagged: