Click here to Skip to main content
15,900,258 members
Home / Discussions / Web Development
   

Web Development

 
GeneralAWS Report for OpenListing Pin
Sumit Kapoor15-Jul-04 21:24
Sumit Kapoor15-Jul-04 21:24 
GeneralRe: AWS Report for OpenListing Pin
zahedonline30-Oct-08 3:41
zahedonline30-Oct-08 3:41 
GeneralHere's a curly one... Pin
Anonymous15-Jul-04 20:20
Anonymous15-Jul-04 20:20 
GeneralRe: Here's a curly one... Pin
Javier Lozano18-Jul-04 17:00
Javier Lozano18-Jul-04 17:00 
Generalthe selectList can't make selected in Netscape... Pin
cool_man15-Jul-04 17:10
cool_man15-Jul-04 17:10 
QuestionCSS Borders Always White??? Pin
Josh Koppang15-Jul-04 12:57
Josh Koppang15-Jul-04 12:57 
AnswerRe: CSS Borders Always White??? Pin
Andrew Quinn AUS15-Jul-04 22:03
Andrew Quinn AUS15-Jul-04 22:03 
GeneralFacing problems with retaining value of session variable during paging in ASP Pin
techj200215-Jul-04 11:25
techj200215-Jul-04 11:25 
Hi,
I am trying divide my display into pages.i.e if there are 400 records then if I display 10 records in 1 page,I have 40 pages.Now I have certain conditional sql statements for which I have to retain the values of the dropboxes from which I select the Author,Name and Title of the book with the following code.


if request("ACTION")="Submit" then
for i = 1 to Request.Form.Count

'if Request.Form.Key(i)<>"ACTION" then
iname = Request.Form.Key(i)
ival = Request(iname)
if i>1 then filterIS = filterIS & "&"&iname&"="&ival else filterIS="&"&iname&"="&ival

next
session("filterIS")= filterIS
end if

but now this session variable is lost when I click on different page nos on my page.

%><%=x%><%


Please tell me how do I retain the value of filterIS so that the records for respective pages are displayed.

Thanks
GeneralHosting .NET Windows Forms Controls in IE Pin
OBRon15-Jul-04 11:22
OBRon15-Jul-04 11:22 
GeneralRe: Hosting .NET Windows Forms Controls in IE Pin
Javier Lozano18-Jul-04 17:04
Javier Lozano18-Jul-04 17:04 
GeneralRe: Hosting .NET Windows Forms Controls in IE Pin
OBRon19-Jul-04 3:10
OBRon19-Jul-04 3:10 
Questionhow to download from client to server Pin
Member 120813914-Jul-04 22:25
Member 120813914-Jul-04 22:25 
AnswerRe: how to download from client to server Pin
Javier Lozano18-Jul-04 17:06
Javier Lozano18-Jul-04 17:06 
GeneralRe: how to download from client to server Pin
Member 120813921-Jul-04 1:50
Member 120813921-Jul-04 1:50 
GeneralSetting up a audio recorder at my web site Pin
pork chop14-Jul-04 18:38
pork chop14-Jul-04 18:38 
GeneralRe: Setting up a audio recorder at my web site Pin
Colin Angus Mackay14-Jul-04 20:30
Colin Angus Mackay14-Jul-04 20:30 
GeneralRe: Setting up a audio recorder at my web site Pin
pork chop15-Jul-04 18:45
pork chop15-Jul-04 18:45 
GeneralA Question About Picture Frames Pin
Roger Wright14-Jul-04 14:40
professionalRoger Wright14-Jul-04 14:40 
GeneralRe: A Question About Picture Frames Pin
palbano14-Jul-04 16:45
palbano14-Jul-04 16:45 
GeneralRe: A Question About Picture Frames Pin
Josh Koppang15-Jul-04 13:08
Josh Koppang15-Jul-04 13:08 
GeneralRe: A Question About Picture Frames Pin
Roger Wright15-Jul-04 20:27
professionalRoger Wright15-Jul-04 20:27 
Generalhtml / possible Java script question. Pin
ztner14-Jul-04 9:10
ztner14-Jul-04 9:10 
GeneralRe: html / possible Java script question. Pin
Javier Lozano18-Jul-04 17:15
Javier Lozano18-Jul-04 17:15 
GeneralExcecute commandline Pin
pork chop14-Jul-04 5:26
pork chop14-Jul-04 5:26 
GeneralError message Cannot update database or object read only Pin
Mekong River13-Jul-04 3:26
Mekong River13-Jul-04 3:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.