Click here to Skip to main content
16,004,458 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralOverriding Hosting Page's RENDER Method from a server control Pin
Nadia Monalisa13-Jan-08 2:14
Nadia Monalisa13-Jan-08 2:14 
Generalcreate pop up Pin
ptvce13-Jan-08 1:44
ptvce13-Jan-08 1:44 
GeneralRe: create pop up Pin
Abhijit Jana13-Jan-08 1:50
professionalAbhijit Jana13-Jan-08 1:50 
QuestionASP.NET(based on .NET Framework 3.5) Web Application works on ASP.NET Version 2.0.50727? Pin
CooperWu13-Jan-08 1:41
CooperWu13-Jan-08 1:41 
GeneralRe: ASP.NET(based on .NET Framework 3.5) Web Application works on ASP.NET Version 2.0.50727? Pin
Abhijit Jana13-Jan-08 1:49
professionalAbhijit Jana13-Jan-08 1:49 
GeneralRe: ASP.NET(based on .NET Framework 3.5) Web Application works on ASP.NET Version 2.0.50727? Pin
CooperWu13-Jan-08 3:29
CooperWu13-Jan-08 3:29 
GeneralGeneral Page Architecture Pin
Stevo Z13-Jan-08 0:58
Stevo Z13-Jan-08 0:58 
GeneralRe: General Page Architecture Pin
Declan Bright13-Jan-08 21:33
Declan Bright13-Jan-08 21:33 
Generaltree view Pin
ptvce12-Jan-08 18:53
ptvce12-Jan-08 18:53 
GeneralRe: tree view Pin
pmarfleet12-Jan-08 23:23
pmarfleet12-Jan-08 23:23 
GeneralRe: tree view Pin
ptvce13-Jan-08 1:10
ptvce13-Jan-08 1:10 
GeneralRe: tree view Pin
pmarfleet13-Jan-08 3:45
pmarfleet13-Jan-08 3:45 
GeneralRe: tree view Pin
sepel13-Jan-08 21:38
sepel13-Jan-08 21:38 
GeneralSetting Sessions Pin
M. J. Jaya Chitra12-Jan-08 0:50
M. J. Jaya Chitra12-Jan-08 0:50 
GeneralRe: Setting Sessions Pin
pmarfleet12-Jan-08 1:31
pmarfleet12-Jan-08 1:31 
Generalprovider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server Pin
AcDev712-Jan-08 0:25
AcDev712-Jan-08 0:25 
AnswerRe: provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server Pin
Abhijit Jana12-Jan-08 0:54
professionalAbhijit Jana12-Jan-08 0:54 
GeneralRe: provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server Pin
AcDev712-Jan-08 1:04
AcDev712-Jan-08 1:04 
Questiongridview updating using the ajax Pin
Pankaj Garg11-Jan-08 23:59
Pankaj Garg11-Jan-08 23:59 
AnswerRe: gridview updating using the ajax Pin
Abhijit Jana12-Jan-08 0:10
professionalAbhijit Jana12-Jan-08 0:10 
GeneralRe: gridview updating using the ajax Pin
Pankaj Garg12-Jan-08 0:13
Pankaj Garg12-Jan-08 0:13 
GeneralRe: gridview updating using the ajax Pin
Abhijit Jana12-Jan-08 0:17
professionalAbhijit Jana12-Jan-08 0:17 
GeneralRe: gridview updating using the ajax Pin
Pankaj Garg12-Jan-08 0:37
Pankaj Garg12-Jan-08 0:37 
GeneralRe: gridview updating using the ajax Pin
Abhijit Jana12-Jan-08 0:46
professionalAbhijit Jana12-Jan-08 0:46 
QuestionMaintainScrollPositionOnPostback, EnableEventValidation and IE5 Pin
Praveen Nayak11-Jan-08 23:39
Praveen Nayak11-Jan-08 23:39 
Hi,

I have an ASP.Net application and I have enabled the above two properties on my page. Everything works fine on every OS-Browser combination, but on Windows 2000, with IE5,

1. As soon as the page opens up, I get a JavaScript error "Object doesn't support this property or method". I identified the problem is because of enabling MaintainScrollPositionOnPostBack, which tries to change the submit property of the page: I set the property to false and all works fine even on IE5

theForm.submit = WebForm_SaveScrollPositionSubmit;

2. The page implements ICallbackEventHandler, and has script callbacks at various intervals on the page. When the page submits, I get the error "Invalid Postback or callback argument...use ClientScriptManager.RegisterForEventValidation in order to register the postback or callback data for validation"

As I said, this problem only occurs on IE5, but I searched around and there are not a lot of people complaining about this.

Has anyone else faced this problem with IE5 before, or can I avoid this problem somehow?

Thanks,
Praveen

There has to be more to life than just this

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.