Click here to Skip to main content
15,914,417 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Web Page Expiry Problem. Pin
K V Sekhar5-Aug-08 20:35
K V Sekhar5-Aug-08 20:35 
GeneralRe: Web Page Expiry Problem. Pin
Bardy855-Aug-08 20:45
Bardy855-Aug-08 20:45 
GeneralRe: Web Page Expiry Problem. Pin
K V Sekhar5-Aug-08 21:00
K V Sekhar5-Aug-08 21:00 
GeneralRe: Web Page Expiry Problem. Pin
K V Sekhar5-Aug-08 21:13
K V Sekhar5-Aug-08 21:13 
GeneralRe: Web Page Expiry Problem. Pin
Bardy855-Aug-08 21:30
Bardy855-Aug-08 21:30 
GeneralRe: Web Page Expiry Problem. Pin
K V Sekhar5-Aug-08 23:19
K V Sekhar5-Aug-08 23:19 
AnswerRe: Web Page Expiry Problem. Pin
eyeseetee5-Aug-08 21:47
eyeseetee5-Aug-08 21:47 
GeneralRe: Web Page Expiry Problem. Pin
K V Sekhar5-Aug-08 23:08
K V Sekhar5-Aug-08 23:08 
Hi,

I used update panel to upload a file using fileupload control.

Form1.aspx:
pageLoad()
{
//
}
btn_UploadClick() //Here i used update panel
{
//Uploading a file
//Adding uploaded file into ListBox
}
btn_ShowClick()
{
// taking path of uploaded file sending that in a query string to Form2.aspx
Response.Redirect("form2.aspx?path="+uploadedpathhere,false);
}

In Form2.aspx:
PageLoad()
{
if(!Page.IsPostBack)
{
image1.ImageUrl = Request.QueryString["uploadedpathhere"].ToString();
//Its working fine
}
}

I set Property 'PostBackUrl' of LinkButton 'Back' : javascript:history.go(-1)


When user clicks on Back button, I can see the URL 'form1.aspx' but the Page is not displayed.
It displays message : The webpage has expired.

But when i refresh browser, i can see the page with old values.

But it not happens when i hit on back button.
GeneralRe: Web Page Expiry Problem. Pin
abribrkhan29-Mar-10 0:07
abribrkhan29-Mar-10 0:07 
QuestionOne problem Pin
Preeti19795-Aug-08 18:54
Preeti19795-Aug-08 18:54 
AnswerRe: One problem Pin
rajkumar.35-Aug-08 19:23
rajkumar.35-Aug-08 19:23 
QuestionXquery solution needed Pin
Member 31863655-Aug-08 18:30
Member 31863655-Aug-08 18:30 
QuestionStoring datas from CreateUserwizard control to my database Pin
zareee5-Aug-08 17:57
zareee5-Aug-08 17:57 
QuestionFirefox2 compatibility - centering a table Pin
boy.pockets5-Aug-08 16:39
boy.pockets5-Aug-08 16:39 
AnswerRe: Firefox2 compatibility - centering a table Pin
Bardy855-Aug-08 19:45
Bardy855-Aug-08 19:45 
AnswerRe: Firefox2 compatibility - centering a table Pin
boy.pockets6-Aug-08 13:37
boy.pockets6-Aug-08 13:37 
QuestionImage handlers in ASP .NET Pin
Mohammad A Gdeisat5-Aug-08 16:09
Mohammad A Gdeisat5-Aug-08 16:09 
QuestionSite Maintenance Pin
JoJuPi015-Aug-08 12:53
JoJuPi015-Aug-08 12:53 
AnswerRe: Site Maintenance Pin
Bardy855-Aug-08 19:55
Bardy855-Aug-08 19:55 
Questionunloaded AppDomain error - After Process.HasExited Pin
Tomb4215-Aug-08 11:07
Tomb4215-Aug-08 11:07 
AnswerRe: unloaded AppDomain error - After Process.HasExited Pin
Tomb42115-Aug-08 4:11
Tomb42115-Aug-08 4:11 
QuestionImageButton in a GridView Pin
Cyberpulse5-Aug-08 8:57
Cyberpulse5-Aug-08 8:57 
AnswerRe: ImageButton in a GridView Pin
boy.pockets5-Aug-08 16:31
boy.pockets5-Aug-08 16:31 
GeneralRe: ImageButton in a GridView Pin
Cyberpulse6-Aug-08 14:42
Cyberpulse6-Aug-08 14:42 
Questionexpand multiline textbox at runtime Pin
yang__lee5-Aug-08 5:47
yang__lee5-Aug-08 5:47 

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.