Getting back to the same place after a button click

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Joseph Basil
    New Member
    • Oct 2007
    • 4

    Getting back to the same place after a button click

    Here i hav done some validation fns in my project.there the validation summary i hav gn at the bottom of the page.but when the button is clicked and the validation works but it moves to the top of the page. i need the page sld show the validators which i hav placed at the bottom.

    so can u pls help to get me the page down wen th validation works.pls help.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Have you tried an # redirection? You know the html ones using <a name>. HTH.

    Comment

    • Joseph Basil
      New Member
      • Oct 2007
      • 4

      #3
      [QUOTE=kenobewan]Have you tried an # redirection? You know the html ones using <a name>. HTH.[/QUOTE.




      Thank u for replying.But sorry i am not aware of the above solution u provided.Can u please explain me it in detail.

      Comment

      • Shashi Sadasivan
        Recognized Expert Top Contributor
        • Aug 2007
        • 1435

        #4
        [QUOTE=Joseph Basil]
        Originally posted by kenobewan
        Have you tried an # redirection? You know the html ones using <a name>. HTH.[/QUOTE.




        Thank u for replying.But sorry i am not aware of the above solution u provided.Can u please explain me it in detail.
        What kenobewan means is use the anchor tags.
        They are stnadard html tags, and you could learn more about them at w3schools.com

        Comment

        Working...