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

  • Home
  • SEARCH
  • 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 9025407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T06:15:54+00:00 2026-06-16T06:15:54+00:00

having the following anchor tag, I would like to pass one variable for use

  • 0

having the following anchor tag, I would like to pass one variable for use in the redirect form. As you see I have here the destination url and the name of the link. I’m using Request[“changeId”] for get it in the form.

<td class="id"><a href='/workplace/managechange?ChangeId=<%#DataBinder.Eval(Container.DataItem, "aux_RelatedChangeID.Id")%>'><%# DataBinder.Eval(Container.DataItem, "aux_customChangeId")%></a></td>
  1. Can I pass another variable to the form, <%# DataBinder.Eval(Container.DataItem, “aux_approvalID”)%>, and get it via Request?
  2. Has this variable to be visible in the url?

Thanks!

  • 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-16T06:15:55+00:00Added an answer on June 16, 2026 at 6:15 am

    IT will not be possible to hide a parameter using a get request / link, if you used a form post then it would be ‘hidden’ from the user.

    This would require either…

    <form action="/workplace/managechange" method="post">
    <input type="hidden" name="ChangeId"  value="<%#DataBinder.Eval(Container.DataItem, "aux_RelatedChangeID.Id")%>" /> 
    
    <input type="hidden" name="approvalID" value="<%# DataBinder.Eval(Container.DataItem, "aux_approvalId")%>" />
    <input type="submit" value="Submit Values" />
    </form> 
    

    Or doing this by AJAX potentially.

    Do you need to pass both variables , could you not derive it when the managechange page / action is called?

    Also why do you need to hide this item from the query string?

    It is already public and from looking at the query string it is not seo’d, so that woudl not appear to be a reason either.

    Regards

    Steve

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Button that is a simple anchor tag styled with the following
I have DB2 table having following structure CREATE TABLE DUMMY ( ID CHARACTER(10) NOT
I am having following issue with reading binary file in C. I have read
i m having following type of simple sql server table Here I want to
I am calling a function test() on an anchor tag like this:- <a class=link
I have the following code (found here) that works fine on it's own <a
I have following method having following line inside it HtmlPage.Window.Invoke(showPopUp,new string[] {Hello from Silverlight});
Having the following sample: <form id=form name=form method=post> <a id=submit1 name=submit1 href=javascript:doPostBack('submit1', '')>#1</a> <a
I am having following scenario: I have a table lets say X where fields
I'm having trouble finding the right selector for nested ULs. I have the following

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.