Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Ian Glenn #1
QueryString Parameters
I am having a problem with one of the Dreamweaver embeded Server Behaviors. I
have a search form that I input data into and then through the querystring pass
data to a results page. On the results page I use the Dreamweaver embeded
Server Behavior of "Move to Next Page" and "Move to Previous Page". My problem
is that Dreamweaver does not include the QueryString values in the links for
Next and Previous and as such once I click those links I get the entire data
set not the filtered data set. Anyone have any ideas how to fix this short of
modifying the Dreamweaver created links and adding the QueryString variable?
Ian Glenn Guest
-
Querystring bug still not fixed
I'm sure I reported this problem to Macromedia, and will do again since release 3.11 does not fix it. Using Contribute to create links to pages... -
request querystring
Using the querystring collection in ASP, I'm declaring variables and setting each variable equal to querystring values: <% Dim x Dim y Dim z x =... -
QueryString query
If Request.QueryString("StartLName") <> "" Then RecordToEdit = Request.QueryString("MemID") SQL = "SELECT * FROM member WHERE (LName Like... -
create parameters without creating parameters
cant you create ado command parameteres without creating a parameter object? i have a function that takes the name of a stored proc, and two... -
querystring question
"Gonzosez" wrote ... I dont think you need to, I believe that its only whilst the info travels through cyberspace and arrives at its...



Reply With Quote

