Click here to Skip to main content
15,903,388 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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

GeneralRegisterArrayDeclaration Pin
M. J. Jaya Chitra11-Jan-08 23:14
M. J. Jaya Chitra11-Jan-08 23:14 
QuestionHow to add asp controls at runtime? Pin
Radha2711-Jan-08 22:15
Radha2711-Jan-08 22:15 
AnswerRe: How to add asp controls at runtime? Pin
pmarfleet11-Jan-08 22:23
pmarfleet11-Jan-08 22:23 
AnswerRe: How to add asp controls at runtime? Pin
Abhijit Jana11-Jan-08 22:23
professionalAbhijit Jana11-Jan-08 22:23 
GeneralRe: How to add asp controls at runtime? Pin
Radha2711-Jan-08 22:37
Radha2711-Jan-08 22:37 
GeneralRe: How to add asp controls at runtime? Pin
Abhijit Jana11-Jan-08 23:06
professionalAbhijit Jana11-Jan-08 23:06 
GeneralRe: How to add asp controls at runtime? Pin
Radha2711-Jan-08 23:17
Radha2711-Jan-08 23:17 
AnswerRe: How to add asp controls at runtime? Pin
Abhijit Jana11-Jan-08 23:39
professionalAbhijit Jana11-Jan-08 23:39 
GeneralRe: How to add asp controls at runtime? Pin
Radha2712-Jan-08 0:28
Radha2712-Jan-08 0:28 
GeneralRe: How to add asp controls at runtime? Pin
Abhijit Jana12-Jan-08 0:49
professionalAbhijit Jana12-Jan-08 0:49 
GeneralRe: How to add asp controls at runtime? Pin
Radha2712-Jan-08 0:54
Radha2712-Jan-08 0:54 
GeneralRe: How to add asp controls at runtime? Pin
Abhijit Jana12-Jan-08 0:59
professionalAbhijit Jana12-Jan-08 0:59 
GeneralRe: How to add asp controls at runtime? Pin
Radha2712-Jan-08 1:01
Radha2712-Jan-08 1:01 
GeneralRe: How to add asp controls at runtime? Pin
Abhijit Jana12-Jan-08 1:12
professionalAbhijit Jana12-Jan-08 1:12 
GeneralRe: How to add asp controls at runtime? Pin
Radha2712-Jan-08 1:15
Radha2712-Jan-08 1:15 
GeneralRe: How to add asp controls at runtime? Pin
Abhijit Jana12-Jan-08 1:29
professionalAbhijit Jana12-Jan-08 1:29 
GeneralRe: How to add asp controls at runtime? Pin
Abhijit Jana12-Jan-08 2:07
professionalAbhijit Jana12-Jan-08 2:07 

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.