Click here to Skip to main content
15,899,314 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem with checkbox binding in DetailsView Pin
Paramhans Dubey3-May-10 23:58
professionalParamhans Dubey3-May-10 23:58 
GeneralRe: Problem with checkbox binding in DetailsView Pin
lvq6844-May-10 0:00
lvq6844-May-10 0:00 
GeneralRe: Problem with checkbox binding in DetailsView Pin
Paramhans Dubey4-May-10 0:15
professionalParamhans Dubey4-May-10 0:15 
GeneralRe: Problem with checkbox binding in DetailsView Pin
lvq6844-May-10 0:43
lvq6844-May-10 0:43 
GeneralRe: Problem with checkbox binding in DetailsView Pin
Paramhans Dubey4-May-10 1:08
professionalParamhans Dubey4-May-10 1:08 
GeneralRe: Problem with checkbox binding in DetailsView Pin
lvq6844-May-10 1:20
lvq6844-May-10 1:20 
GeneralRe: Problem with checkbox binding in DetailsView Pin
michelle sollicito14-Dec-11 6:12
michelle sollicito14-Dec-11 6:12 
Question"Sys.WebForms.PageRequestManagerParserErrorException" while using AJAX Pin
AnandDesai193-May-10 19:23
AnandDesai193-May-10 19:23 
Hi,

I have an issue relating to AJAX Confused | :confused: . I have an AJAX enabled webform where I have various controls and one button among them requires to open a new page (.asp) which should have all the controls of the source page.

I have achived this functionality. but after a new page opens in new window, my source window started giving error on any control change. THe exact Error Message is:

Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled



One scenario I can understand is, I have used

window.document.formrs.action = "Test.aspx"; // New Page in New Window
            window.document.formrs.target = "_blank";
            window.document.formrs.submit();


when going to new page, and when returning, it is set back to

window.document.formrs.action = "RS_Test.aspx"; // Source Page
           window.document.formrs.target = "_self";


Because of this, my viewstate might be changing thus Response is modified... D'Oh! | :doh:

I need to completely eliminate chnaging Form.action property for some reasons. Please help..... Sigh | :sigh:

Thank You.

Regards,
Anand Desai
AnswerRe: "Sys.WebForms.PageRequestManagerParserErrorException" while using AJAX Pin
Peace ON3-May-10 21:31
Peace ON3-May-10 21:31 
Question"Sys.WebForms.PageRequestManagerParserErrorException" error is solved. Now another issue. Pin
AnandDesai193-May-10 22:01
AnandDesai193-May-10 22:01 
AnswerRe: "Sys.WebForms.PageRequestManagerParserErrorException" error is solved. Now another issue. Pin
Peace ON3-May-10 22:24
Peace ON3-May-10 22:24 
NewsFree Windows Azure pass via Virtual Boot Camp III starting May 3rd [modified] Pin
GoAzure3-May-10 9:48
GoAzure3-May-10 9:48 
GeneralRe: Free Windows Azure pass via Virtual Boot Camp III starting May 3rd Pin
Brij3-May-10 17:58
mentorBrij3-May-10 17:58 
Questionis there a way to register in GAC?? Pin
bigeyed3-May-10 7:34
bigeyed3-May-10 7:34 
AnswerRe: is there a way to register in GAC?? Pin
Sandeep Mewara3-May-10 7:59
mveSandeep Mewara3-May-10 7:59 
AnswerRe: is there a way to register in GAC?? Pin
Peace ON3-May-10 20:46
Peace ON3-May-10 20:46 
GeneralRe: is there a way to register in GAC?? Pin
AnandDesai193-May-10 20:48
AnandDesai193-May-10 20:48 
QuestionCrystal reports 3.5 export and printing problem Pin
Mohammad Al Hoss3-May-10 3:17
Mohammad Al Hoss3-May-10 3:17 
Questionwant to access same page using different user at a same time Pin
sjs4u3-May-10 3:01
sjs4u3-May-10 3:01 
AnswerRe: want to access same page using different user at a same time Pin
Michel Godfroid3-May-10 3:44
Michel Godfroid3-May-10 3:44 
QuestionError in Downloading file Pin
Hona73-May-10 2:24
Hona73-May-10 2:24 
AnswerRe: Error in Downloading file Pin
Sandesh M Patil3-May-10 3:03
Sandesh M Patil3-May-10 3:03 
GeneralRe: Error in Downloading file Pin
Hona73-May-10 3:13
Hona73-May-10 3:13 
GeneralRe: Error in Downloading file Pin
Sandesh M Patil3-May-10 3:36
Sandesh M Patil3-May-10 3:36 
QuestionASP:NET: Page leaves or not [modified] Pin
-Muc_3-May-10 0:56
-Muc_3-May-10 0:56 

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.