Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8814381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T04:06:30+00:00 2026-06-14T04:06:30+00:00

I have an ASP button that, when clicked, needs to set a session variable

  • 0

I have an ASP button that, when clicked, needs to set a session variable and run some javascript code to pop up a window. I have this all working fine, however when this happens the main page does a postback and jumps back to the top of the page. How can I prevent the postback and still set the session variable and call the javascript? So that the main window stays in the same position?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T04:06:31+00:00Added an answer on June 14, 2026 at 4:06 am

    Do it with ajax, set ASP.NET button to run only on client, set onClient event to :

    onclient="SetSession(); return false;"
    

    and in SetSession() JavaScript function call server method, for example simple ashx, and if server call succeeded then you can call additional JavaScript you need.
    (using jQuery it’s much easier) :

    function SetSession()
    {
      jQuery.ajax({
                    url: "SetServerSideSession.ashx", 
                    success: function (data) 
                    {  
                      AdditionalJavascript();
                    }
                 });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have an asp server button that when clicked should preform some server side
I have an ASP.Net page that has a button that when clicked I would
I have an <asp:Button ID=btnExport> control inside of an UpdatePanel. When that button is
I have a asp gridview with button field column on that button click I
My goal is to have a button that, when clicked, pops open a 'Select
I have an ASP.NET control that outputs a button to the screen and I
I have an ASP button, when it is clicked it calls a function which
I have set up a page with a submit button that the user can
I have a question...if I have an asp:Button on my page, and I want
I have written a user control that captures some user input and has a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.