Click here to Skip to main content
15,915,742 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Error : asp.net client side framework failed to load Pin
Michael Sync21-Jan-08 4:27
Michael Sync21-Jan-08 4:27 
GeneralPage back button problem Pin
macca2421-Jan-08 0:39
macca2421-Jan-08 0:39 
I use a gridview to display a list of records. Each record has a "View" button attached to it, which you can click and view the details of
the particular record. In the "View" page there is a "back" button which you click to take you to the Gridview displaying the list.
The problem I have is when I go to say page 2 on the Gridview and then I click to "View" a record, when I click the back button it will always
return me to page 1 of the Gridview and never to the page I had just been on.

Here is the code in the back button:

Response.Redirect("DisplaySearch.aspx?Id=" & Request.QueryString.GetValues("Id")(0) & "&DateFrom=" & Request.QueryString.GetValues("DateFrom")(0) & "&DateTo=" & Request.QueryString.GetValues("DateTo")(0) & "&Name=" & Request.QueryString.GetValues("Name")(0) & "&BehalfOf=" & Request.QueryString.GetValues("BehalfOf")(0) & "&RefNo=" & Request.QueryString.GetValues("RefNo")(0) & "&Section=" & Request.QueryString.GetValues("Section")(0) & "")

Anyone any ideas on this?
macca
GeneralRe: Page back button problem Pin
Venkatesh Mookkan21-Jan-08 0:44
Venkatesh Mookkan21-Jan-08 0:44 
GeneralRe: Page back button problem Pin
macca2421-Jan-08 2:20
macca2421-Jan-08 2:20 
GeneralRe: Page back button problem Pin
Venkatesh Mookkan21-Jan-08 18:07
Venkatesh Mookkan21-Jan-08 18:07 
GeneralRe: Page back button problem Pin
macca2421-Jan-08 22:55
macca2421-Jan-08 22:55 
GeneralRe: Page back button problem Pin
Venkatesh Mookkan21-Jan-08 23:31
Venkatesh Mookkan21-Jan-08 23:31 
GeneralRe: Page back button problem Pin
macca2422-Jan-08 3:11
macca2422-Jan-08 3:11 
GeneralGridview Problem Pin
macca2421-Jan-08 0:39
macca2421-Jan-08 0:39 
GeneralRe: Gridview Problem Pin
Venkatesh Mookkan21-Jan-08 0:49
Venkatesh Mookkan21-Jan-08 0:49 
GeneralRe: Gridview Problem Pin
macca2421-Jan-08 2:26
macca2421-Jan-08 2:26 
GeneralRe: Gridview Problem Pin
Venkatesh Mookkan21-Jan-08 2:55
Venkatesh Mookkan21-Jan-08 2:55 
GeneralRe: Gridview Problem Pin
macca2421-Jan-08 3:51
macca2421-Jan-08 3:51 
GeneralRe: Gridview Problem Pin
Venkatesh Mookkan21-Jan-08 18:29
Venkatesh Mookkan21-Jan-08 18:29 
GeneralRe: Gridview Problem Pin
macca2421-Jan-08 22:54
macca2421-Jan-08 22:54 
GeneralRe: Gridview Problem Pin
Elayaraja Sambasivam22-Jan-08 3:48
Elayaraja Sambasivam22-Jan-08 3:48 
GeneralInsert value in DropDownList using by for Loop Pin
Rinki Mukheraji21-Jan-08 0:20
Rinki Mukheraji21-Jan-08 0:20 
QuestionRe: Insert value in DropDownList using by for Loop Pin
Venkatesh Mookkan21-Jan-08 0:28
Venkatesh Mookkan21-Jan-08 0:28 
GeneralRe: Insert value in DropDownList using by for Loop Pin
Colin Angus Mackay21-Jan-08 0:42
Colin Angus Mackay21-Jan-08 0:42 
GeneralRe: Insert value in DropDownList using by for Loop Pin
Rinki Mukheraji21-Jan-08 0:45
Rinki Mukheraji21-Jan-08 0:45 
GeneralRe: Insert value in DropDownList using by for Loop Pin
Michael Sync21-Jan-08 4:31
Michael Sync21-Jan-08 4:31 
GeneralRe: Insert value in DropDownList using by for Loop Pin
Colin Angus Mackay21-Jan-08 7:03
Colin Angus Mackay21-Jan-08 7:03 
GeneralRe: Insert value in DropDownList using by for Loop Pin
bokuceres21-Jan-08 22:58
bokuceres21-Jan-08 22:58 
GeneralRe: Insert value in DropDownList using by for Loop Pin
ziomahmed117-Mar-11 3:20
ziomahmed117-Mar-11 3:20 
Generalcalender problem Pin
Kissy1620-Jan-08 23:47
Kissy1620-Jan-08 23: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.