Ask a Question related to ASP.NET General, Design and Development.
-
Hypo #1
Best solution for this problem ?
Now, im still beginner with asp.net, and i picked up a
problem that looked trivial at the beginning, but its
not. I asked before on this newsgroup and im still not
sure what to do...
I have two pages "default.apsx" and "second_page.aspx".
On default page i have button "go to second page" with
Response.Redirect("second_page.aspx"). I want user to be
able to return to default page as it was using just one
srever button.
default.aspx and second_page.aspx consists form datagrids
with custom paging implemented, and navigation buttons.
Viewstate is turned off glabaly for all elements (is this
good?)
Hypothethical situation. User browse on default's page
datagird and lets say go to page 5. Then he hits the
button to transfer himself on second_page.aspx. Do what
he have to do on second_page then he wants to go back on
default page to continue browsing, he hits the >> back <<
button on second page and Response.Redirect
("default.apsx") do his
job, he is back on defalt page but not any more on page
5,
but page 1 (initial page).
How do i avoid this situation, yes i can recreate page
using session variable, but i dont want that. It must be
some better solution.
Thanks everyone on you time, help is much appreciated.
Hypo Guest
-
Skockwave Problem : Solution
Shockewave Problem installing.....I have been having problem with internet explorer when I updated Shockwave few days ago.... now a SOLUTION: ... -
Pg database, need a solution to a problem
I'm running Postgres on a Redhat Linux 9 server to keep track of testcases we run in our lab. The interface to add new testcases to the DB is... -
Problem with Visual Studio Solution
Hi, We have a problem with visual studio not being able to resolve the virtual directory that a web service is associated with. A brief... -
Solution to Mac OSX/PS7 icon problem
As posted in my original message: CindyDan "Icons get screwed up in OSX/PS7.0.1... any fix?" 4/7/04 6:43pm </cgi-bin/webx?13@@.2cd11bf0/2> This... -
A solution to a recent problem
#!/usr/bin/perl use TheInternet; foreach $luser ( @INTERNET ) { if( $luser->is_an_idiot and $luser->has_SoBig ) { $evidence = murder...



Reply With Quote

