Click here to Skip to main content
15,896,912 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to fire the target button(in a content page) when I press "Enter" key Pin
Sandeep Akhare6-Nov-08 19:25
Sandeep Akhare6-Nov-08 19:25 
GeneralRe: How to fire the target button(in a content page) when I press "Enter" key Pin
cwjcyberfox6-Nov-08 21:23
cwjcyberfox6-Nov-08 21:23 
GeneralRe: How to fire the target button(in a content page) when I press "Enter" key Pin
Sandeep Akhare6-Nov-08 21:42
Sandeep Akhare6-Nov-08 21:42 
GeneralRe: How to fire the target button(in a content page) when I press "Enter" key Pin
cwjcyberfox6-Nov-08 23:54
cwjcyberfox6-Nov-08 23:54 
GeneralRe: How to fire the target button(in a content page) when I press "Enter" key Pin
Sandeep Akhare7-Nov-08 0:37
Sandeep Akhare7-Nov-08 0:37 
GeneralRe: How to fire the target button(in a content page) when I press "Enter" key Pin
cwjcyberfox9-Nov-08 22:31
cwjcyberfox9-Nov-08 22:31 
QuestionSystem.TypeLoadException in system.web.dll Pin
ycorre6-Nov-08 14:50
ycorre6-Nov-08 14:50 
Question"theForm.__SCROLLPOSITIONX" "is null or not an object" Pin
sgolden6-Nov-08 14:46
sgolden6-Nov-08 14:46 
On a Web page that accesses a SQL database, I get the following error in IE7 when I click on the paging numbers.
"Microsoft JScript runtime error: 'theForm.__SCROLLPOSITIONX' is null or not an object"

In WebResource1.axd, the execution stops on the scrollpositionx line below:

function WebForm_SaveScrollPositionOnSubmit() {
theForm.__SCROLLPOSITIONX.value = WebForm_GetScrollX();
theForm.__SCROLLPOSITIONY.value = WebForm_GetScrollY();
if ((typeof(this.oldOnSubmit) != "undefined") && (this.oldOnSubmit != null)) {
return this.oldOnSubmit();
}
return true;

The same page works fine in FireFox 3.0.3. I have seen others on the net that have encountered the same problem, but I have found no resolution.
Any suggestions?

Sincerely,
Stephen M. Golden
forsmg-codeproject@yahoo.com
AnswerRe: "theForm.__SCROLLPOSITIONX" "is null or not an object" Pin
Kannan Ar6-Nov-08 17:15
professionalKannan Ar6-Nov-08 17:15 
Questionadd/remove user (Neil Meredith control problem) Pin
hassanmohamed6-Nov-08 5:49
hassanmohamed6-Nov-08 5:49 
AnswerRe: add/remove user (Neil Meredith control problem) Pin
Paul Conrad6-Nov-08 8:13
professionalPaul Conrad6-Nov-08 8:13 
QuestionHow to execute sql script from asp.net, need help Pin
dream_liner_7e76-Nov-08 5:28
dream_liner_7e76-Nov-08 5:28 
AnswerRe: How to execute sql script from asp.net, need help Pin
Kannan Ar6-Nov-08 17:08
professionalKannan Ar6-Nov-08 17:08 
AnswerRe: How to execute sql script from asp.net, need help Pin
Ashfield6-Nov-08 21:47
Ashfield6-Nov-08 21:47 
QuestionRe: How to execute sql script from asp.net, need help Pin
dream_liner_7e77-Nov-08 0:30
dream_liner_7e77-Nov-08 0:30 
AnswerRe: How to execute sql script from asp.net, need help Pin
Ashfield7-Nov-08 9:12
Ashfield7-Nov-08 9:12 
GeneralRe: How to execute sql script from asp.net, need help Pin
dream_liner_7e77-Nov-08 22:54
dream_liner_7e77-Nov-08 22:54 
QuestionRe: How to execute sql script from asp.net, need help Pin
dream_liner_7e78-Nov-08 5:52
dream_liner_7e78-Nov-08 5:52 
AnswerRe: How to execute sql script from asp.net, need help Pin
Ashfield9-Nov-08 20:16
Ashfield9-Nov-08 20:16 
GeneralRe: How to execute sql script from asp.net, need help Pin
dream_liner_7e79-Nov-08 22:37
dream_liner_7e79-Nov-08 22:37 
QuestionApp Domains and logged in users Pin
Soumini Ramakrishnan6-Nov-08 4:45
Soumini Ramakrishnan6-Nov-08 4:45 
Questionreasons for slow loading page Pin
eyeseetee6-Nov-08 2:54
eyeseetee6-Nov-08 2:54 
GeneralRe: reasons for slow loading page Pin
cyber-drugs6-Nov-08 3:46
cyber-drugs6-Nov-08 3:46 
GeneralRe: reasons for slow loading page Pin
eyeseetee6-Nov-08 3:52
eyeseetee6-Nov-08 3:52 
GeneralRe: reasons for slow loading page Pin
cyber-drugs6-Nov-08 4:07
cyber-drugs6-Nov-08 4: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.