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 8144723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:27:35+00:00 2026-06-06T13:27:35+00:00

I have a link button control on my home page side bar nav. When

  • 0

I have a link button control on my home page side bar nav. When a user clicks this button they are taken to another page called CRM. I have many panels with grids on the CRM page. Which are all set to be hidden or shown on the Page Load event.

However when a user clicks a specific link button from the home page and is taken to the CRM page, I need to hide all grids and show a new panel of text boxes.

In a similar task, I have a radio button on a page and if a user clicks a specific Link Button from another Page, I need the radio button to be clicked or pressed already when the user arrives on the page.

I hope this makes sense.

How do I determine if the user is coming to my CRM page because he clicked one specific button in my sidebar navigation and show/hide panels based on that?
Same for radio button.
How do I set radiobutton.clicked = true; If the user clicked a specific linkbutton from a previous page?

Thanks
EB

  • 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-06T13:27:36+00:00Added an answer on June 6, 2026 at 1:27 pm

    You have to pass a value through the query string, session, cookie, or cache, to indicate they selected the feature that the radio button needs to be checked. Nothing exists by default to automatically trigger it. So you set:

    Session("ClickRadioButton") = true
    

    and in the code, on page init, for the first time, do:

    if (Session("ClickRadioButton") = true) then
       radiobutton.Checked = true
    end if
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have noticed when user clicks on a link with, say middle button, or
I have this code in the end of link button click: Response.ContentType = application/zip;
i have created Array of Linkbutton and when user click on link button it
i am adding more than one link button during runtime but they all have
Suppose, I want to have a link or a button that when user click
I have one sharepoint custom page application which is rendering from a user control.
I have a link: <a id=nextBut href=somelink class=button><span>Next Step</span></a> And I can control the
i have an gridview control with a comment text, link button, and an invisible
net/C# application, I have a user control containing a button. I am loading the
I have a User Control called: Share.ascx I have a page called: News.aspx In

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.