Ask a Question related to ASP Database, Design and Development.
-
Matt #1
Var's lost on refresh - help
I have pg1 sending 6 vars to page2.
Page2 uses the 6 vars to pull from an access database the
fields of a specific tbl. under the sql stmt a function
displays the records with headers, which will be sortable
and pgable.
Problem is this. - The initial load is fine with sortable
hdrs and pgable pgs.
BUT when the user clicks on any header to sort or next pg,
then the vars are lost and the sql stmt is emptied.
Is there a way to hold the vars, or convert them easily to
a hardcode type string?
any help would be greatly appreciated
Matt Guest
-
About refresh!!!!
Hi, In my flex application I have a form and my inserts and update works perfectly fine, except when I try to submit a new record the second... -
Refresh and AOL
Has someone else run into the refresh problem with the AOL servers?? I have a page that is constantly being changed, the AOL server captures the... -
load var's -> instruct frame to reload ???
hello i am trying to use a small 5 second looping flash movie as a way to continously check whether or not an outside variable (supplied by an... -
using refresh button on the menu bar to refresh two frames.
All, I have an ASP site that uses frames two frames. (yes I should be using include files, but we started ou using frames so we have been stuck... -
Problem with refresh button breaking automatic refresh
As a public service, I'm posting the solution to a problem I had. The bizarre thing is that I think this should have created an error. Instead, it... -
Matt #2
Var's lost on refresh - help
I have pg1 sending 6 vars to page2.
Page2 uses the 6 vars to pull from an access database the
fields of a specific tbl. under the sql stmt a function
displays the records with headers, which will be sortable
and pgable.
Problem is this. - The initial load is fine with sortable
hdrs and pgable pgs.
BUT when the user clicks on any header to sort or next pg,
then the vars are lost and the sql stmt is emptied.
Is there a way to hold the vars, or convert them easily to
a hardcode type string?
any help would be greatly appreciated
Matt Guest
-
Randy R #3
Re: Var's lost on refresh - help
> Is there a way to hold the vars, or convert them easily to
You could pass the variables in a querystring when the user clicks on a> a hardcode type string?
header name. Or, use session variables to hold the values.
Randy R Guest
-
Randy R #4
Re: Var's lost on refresh - help
> Is there a way to hold the vars, or convert them easily to
You could pass the variables in a querystring when the user clicks on a> a hardcode type string?
header name. Or, use session variables to hold the values.
Randy R Guest
-
Matt #5
Re: Var's lost on refresh - help
Thanks I figured out the session vars - thanks again
Matt Guest



Reply With Quote

