Advertisement

1 - 10 of 11 containing alltags:("passing query string") (0.001 seconds)
Hello everyone I am trying to pass some values from one screen to the other.. but the page i want to send the user is in a variable called url.. and i want to pass another value to the page whic...
Zones: MS Visual BasicDate Answered: 10/11/2004 Grade: A Views: 0
Hello all experts, What is wrong in this query string? the problem is that i want to pass Request.QueryString("ID")  accross  multiple form the same way like i pass the MEMBER_ID in a session....
Zones: ASPDate Answered: 01/06/2005 Grade: A Views: 0
I'm having problems passing a query between web pages.  I can pass strings (ex. TESTING), but when i try and pass numbers (ex. 125), it doesn't pass.  Here is the code i use:     Response.Redirect...
Zones: ASP.Net ProgrammingDate Answered: 12/12/2005 Grade: A Views: 0
Yes I am trying to pass the parameter Not sure How to pass the query string
Zones: .Net Editors & IDEsDate Answered: 06/18/2008 Grade: A Views: 13
Hi folks, I am having a simple problem which I am frankly unable to solve. I want to pass query string parameters from the action class. I want to append it with the action mapping and send it wit...
Zones: JavaDate Answered: 04/03/2005 Grade: A Views: 5
Hello, I would like to pass a query string variable into flash which would control the visibility of a button. The query string variable “ns=n”, where n = ‘0 or ‘1’ When n = ‘1’, do not di...
Zones: Macromedia FlashDate Answered: 06/01/2005 Grade: A Views: 0
I have a button that uses Response.Redirect("~/ord.aspx?s=/profdams/sale.aspx?=(id)") but I need to pass the query string id to the next page like. ord.aspx?s=/profdams/sale.aspx?id=41445 No...
Zones: Visual StudioDate Answered: 07/24/2008 Grade: A Views: 0
I am passing one value by query string like this: Response.Redirect "http://www.unomaha.edu/add.asp?ProjectID=" & chosenPrjID But how can i pass one more value by this? Thank you!
Zones: ASPDate Answered: 02/14/2003 Grade: A Views: 0
I am using the following to pass a value which is part of a button "onclick" event: Dim sURL As String = "create_ad4.aspx?&AD_ID =" + sAd_ID Response.Redirect(sURL) When i click the button t...
Zones: Web DevelopmentDate Answered: 07/24/2006 Grade: A Views: 0
I have a textbox and submit button. I need two things to happen: 1. When I click submit I would like to pass the textbox value to a Query String on the same page. 2. Then on post back have th...
Zones: ASP.Net ProgrammingDate Answered: 08/28/2006 Grade: A Views: 0