Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Problem with search, postback and further processing

Reply
Thread Tools

Problem with search, postback and further processing

 
 
jaffarkazi
Guest
Posts: n/a
 
      08-01-2008
Hi
I have a search page. A user would select the search parameters from
various textbox, dropdowns, etc.
Now the user will click search and get a list of search results. This
is available in a repeater. With each record, there is a checkbox
which will allow the user to select some records and go to another
page with the selected data.

My problem is that after the search results appear and I try to select
and take the data to another page, my search data vanishes, all data
binding is lost, and I come back to a blank search page.

Both the search buttons and select and go to next page buttons are
post back server buttons.

Can anybody tell me what is going on, and how do I preserve the data
on the page? I've tried EnableViewState true as well as false for the
Repeater. The repeater DataBind is happening in the search button
click event.

Thanks and regards,
--Jaffar
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concatenating dictionary values and keys, and further operations Girish Sahani Python 11 06-07-2006 04:22 PM
Stopping further processing with an Exit Sub in the Page_Load Event not working. Jason ASP .Net 2 06-10-2004 01:36 PM
keyword that stops further processing of a Python script Avi Kak Python 4 02-17-2004 03:08 PM
Lua: further investigation and comparisons with Python and Forth John Benson Python 4 01-09-2004 08:19 PM
Further on Taint - exact code that has the problem Ben Perl Misc 7 10-25-2003 12:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57