Click here to Skip to main content
16,003,702 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Delete record in Gridview Pin
Dinesh Mani10-Jan-10 22:50
Dinesh Mani10-Jan-10 22:50 
GeneralRe: Delete record in Gridview Pin
Nopo10-Jan-10 22:59
Nopo10-Jan-10 22:59 
GeneralRe: Delete record in Gridview Pin
Dinesh Mani10-Jan-10 23:05
Dinesh Mani10-Jan-10 23:05 
GeneralRe: Delete record in Gridview Pin
Nopo10-Jan-10 23:23
Nopo10-Jan-10 23:23 
GeneralRe: Delete record in Gridview Pin
Dinesh Mani10-Jan-10 23:32
Dinesh Mani10-Jan-10 23:32 
AnswerRe: Delete record in Gridview Pin
Nopo11-Jan-10 2:51
Nopo11-Jan-10 2:51 
GeneralRe: Delete record in Gridview Pin
Dinesh Mani11-Jan-10 18:35
Dinesh Mani11-Jan-10 18:35 
QuestionProblem with Remember password Pin
Sudhanshu Mani Tripathi10-Jan-10 19:33
Sudhanshu Mani Tripathi10-Jan-10 19:33 
GeneralRe: Problem with Remember password Pin
lxdx10-Jan-10 19:48
lxdx10-Jan-10 19:48 
QuestionSelecting picture by open file dialoguebox and showing it in imagebox in ASP.NET Pin
Abdullah Al-Muzahid10-Jan-10 19:31
professionalAbdullah Al-Muzahid10-Jan-10 19:31 
AnswerRe: Selecting picture by open file dialoguebox and showing it in imagebox in ASP.NET Pin
lxdx10-Jan-10 19:50
lxdx10-Jan-10 19:50 
GeneralRe: Selecting picture by open file dialoguebox and showing it in imagebox in ASP.NET Pin
Abdullah Al-Muzahid10-Jan-10 20:03
professionalAbdullah Al-Muzahid10-Jan-10 20:03 
Questionmagic numbers when debug in a webform Pin
meeram39510-Jan-10 19:11
meeram39510-Jan-10 19:11 
GeneralRe: magic numbers when debug in a webform Pin
J a a n s11-Jan-10 0:12
professionalJ a a n s11-Jan-10 0:12 
GeneralRe: magic numbers when debug in a webform Pin
meeram39511-Jan-10 0:49
meeram39511-Jan-10 0:49 
QuestionOpening URL in new browser from ASP.net Pin
Hema Bairavan10-Jan-10 19:03
Hema Bairavan10-Jan-10 19:03 
AnswerRe: Opening URL in new browser from ASP.net Pin
meeram39510-Jan-10 19:20
meeram39510-Jan-10 19:20 
Questionswap rows in repeater Pin
m@dhu10-Jan-10 18:56
m@dhu10-Jan-10 18:56 
QuestionASP.NET problem Pin
theOzLizard10-Jan-10 14:42
theOzLizard10-Jan-10 14:42 
I have a peculiar problem where I am getting mixed results in web browsers.

Internet Explorer in Vista and XP always works fine.

On Vista (Home Premium at least) Firefox and other browsers also work fine.

On XP Firefox, Opera, Sea Monkey and Google Chrome does not do what I expect.

The emphasis here is that ALL browsers work in Vista so I am pretty sure that my code is not the problem (I think).

I have a set of buttons on a page with the onclick pointing to javascript code, when the buttons are clicked an object var is concatenated with the value of the button pressed.

A submit button, an asp server control has an onclick and an onclientclick, this is wired to a callback function which sets a session object with the accumulated values of the buttons that were pressed a return var is set to load a response page with parameters indicating success or failure of the first operation.

On success, the response page sets the InnerHTML of a div with the values of the selected buttons. This is where the problem is, in vista all is ok, on XP the values are not present indicating that either the parameters have not been read or the session object does not contain values.

If I step through the code in Firefox on XP everything works fine, it is only when I upload to the web site that things go pear shaped.

Can some one tell me what is going on.

theLizard

AnswerRe: ASP.NET problem Pin
Dinesh Mani10-Jan-10 18:16
Dinesh Mani10-Jan-10 18:16 
GeneralRe: ASP.NET problem Pin
theOzLizard10-Jan-10 23:20
theOzLizard10-Jan-10 23:20 
GeneralRe: ASP.NET problem Pin
Dinesh Mani10-Jan-10 23:34
Dinesh Mani10-Jan-10 23:34 
GeneralRe: ASP.NET problem Pin
theOzLizard11-Jan-10 9:13
theOzLizard11-Jan-10 9:13 
GeneralRe: ASP.NET problem Pin
theOzLizard11-Jan-10 11:48
theOzLizard11-Jan-10 11:48 
GeneralRe: ASP.NET problem Pin
Dinesh Mani11-Jan-10 18:36
Dinesh Mani11-Jan-10 18:36 

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.