Ask a Question related to Dreamweaver AppDev, Design and Development.
-
acidrain9 #1
get existing url parameter
trying to get the existing URL Parameter (i.e. ID=675675) into a text box or on a label
i tried just adding the ID field to the text box text but it doesn't work
acidrain9 Guest
-
Where to buy existing FMS applications?
Hi, Can anyone point me to a few sites that would sell exisiting Flash Media Server collaboration applications that I could install on my own FMS... -
Looking for someone to help with existing flash
Hey there, Well, I have a couple of flash pieces that need a little work. I have tried to use flash, but fail miserably. In the first case, I... -
CF MX7 won't map to existing wwwroot
CF MX7 appears to be running fine. But the CF applications that I had running in my IIS wwwroot directory won't work. When I try to run a very... -
How can I add to existing Record Set?
I use code like this in order to create a recordset and enter data into the recordset: strSQL = "SELECT * FROM InventoryItemList WHERE Desc LIKE... -
Date Parameter For Saved Parameter Queries
Hi again, I finally got to using saved parameter queries in my application (a big thank you to Bob Barrows for helping me with this). Currently... -
acidrain9 #2
Re: get existing url parameter
nevermind i figured it out.
i tried this once and it didn't work, but when i added the DataBound Request String from the bindings panel it worked fine.
'<%# Request.QueryString("ID") %>
acidrain9 Guest
-
kidsonk #3
Re: get existing url parameter
A more versatile way is to use Request.ServerVariables ('QUERY_STRING' ) or Request.ServerVariables ('URL' ) etc
kidsonk Guest



Reply With Quote

