100 % sure there are two viewstate input field on your page. One of your main page and second one from the remote page which you are embedding in your facebox modal. You need to remove the viewstate field of page which is coming inside the modal.
ya u r right but i tryed n make the model page's enableview state false still i m having the same prob . n it occurs only in IE not in any othre web browse , any other suggestion
I am saying to completely remove the viewstate input field for the remote page. You can do it programmatically during the time you are rendering the html for the facebox modal.
thankikaushi...
Member
127 Points
88 Posts
i m using jQuery facebox , it gives error in IE
Nov 18, 2010 08:38 AM|LINK
i m opening one pahe in jquery facebox but after i close it my mani page not working properly
it's give me this Error information is invalid for this page and might be corrupted."
the error only happens in IE not any other browser
javascript JQuery & Asp.net
raghav_khung...
All-Star
32835 Points
5563 Posts
MVP
Re: i m using jQuery facebox , it gives error in IE
Nov 18, 2010 09:13 AM|LINK
100 % sure there are two viewstate input field on your page. One of your main page and second one from the remote page which you are embedding in your facebox modal. You need to remove the viewstate field of page which is coming inside the modal.
thankikaushi...
Member
127 Points
88 Posts
Re: i m using jQuery facebox , it gives error in IE
Nov 18, 2010 09:30 AM|LINK
ya u r right but i tryed n make the model page's enableview state false still i m having the same prob . n it occurs only in IE not in any othre web browse , any other suggestion
javascript JQuery & Asp.net
raghav_khung...
All-Star
32835 Points
5563 Posts
MVP
Re: i m using jQuery facebox , it gives error in IE
Nov 18, 2010 09:41 AM|LINK
I am saying to completely remove the viewstate input field for the remote page. You can do it programmatically during the time you are rendering the html for the facebox modal.
thankikaushi...
Member
127 Points
88 Posts
Re: i m using jQuery facebox , it gives error in IE
Nov 18, 2010 10:40 AM|LINK
thanks can u provide me that code how can i remove it n when i have need to remove it my form in vb.net
raghav_khung...
All-Star
32835 Points
5563 Posts
MVP
Re: i m using jQuery facebox , it gives error in IE
Nov 18, 2010 10:41 AM|LINK
How are you rendering your HTML of remote page to facebox.
thankikaushi...
Member
127 Points
88 Posts
Re: i m using jQuery facebox , it gives error in IE
Nov 18, 2010 01:34 PM|LINK
jQuery.facebox({ ajax: 'remote.html' })