Click here to Skip to main content
15,879,184 members
Home / Discussions / Web Development
   

Web Development

 
QuestionProblem with Multiple Popup Control Extenders in Single Modal Popup. Pin
VikashGohil4-Nov-09 2:05
VikashGohil4-Nov-09 2:05 
AnswerRe: Problem with Multiple Popup Control Extenders in Single Modal Popup. Pin
kKamel4-Nov-09 2:44
kKamel4-Nov-09 2:44 
QuestionASP(match values of two table ) Pin
rajiv_kadam4-Nov-09 0:09
rajiv_kadam4-Nov-09 0:09 
QuestionAfter Session Ends Pin
kKamel3-Nov-09 23:20
kKamel3-Nov-09 23:20 
AnswerRe: After Session Ends Pin
Oakman4-Nov-09 2:45
Oakman4-Nov-09 2:45 
AnswerRe: After Session Ends Pin
Shameel5-Nov-09 2:51
professionalShameel5-Nov-09 2:51 
QuestionFirefox issue with the Enable property of buttons inside the gridview and repeater controls Pin
s.mn3-Nov-09 20:13
s.mn3-Nov-09 20:13 
AnswerRe: Firefox issue with the Enable property of buttons inside the gridview and repeater controls Pin
Marc Firth3-Nov-09 23:31
Marc Firth3-Nov-09 23:31 
document.getElementById('mysubmitbutton').disabled = "disabled";


Your js code should fire that to disable the button.

alternatively you can hide the button:

document.getElementById('mysubmitbutton').style.visibility = "hidden";
document.getElementById('mysubmitbutton').style.display = "none";


And make sure you Disable the Enter Key:

Disable Enter Key Tutorial[^]


GeneralRe: Firefox issue with the Enable property of buttons inside the gridview and repeater controls Pin
kKamel4-Nov-09 1:56
kKamel4-Nov-09 1:56 
GeneralRe: Firefox issue with the Enable property of buttons inside the gridview and repeater controls Pin
Oakman4-Nov-09 2:47
Oakman4-Nov-09 2:47 
GeneralRe: Firefox issue with the Enable property of buttons inside the gridview and repeater controls Pin
kKamel4-Nov-09 2:59
kKamel4-Nov-09 2:59 
GeneralRe: Firefox issue with the Enable property of buttons inside the gridview and repeater controls Pin
Oakman4-Nov-09 3:38
Oakman4-Nov-09 3:38 
Answer[Message Deleted] Pin
Rana.H.K4-Nov-09 1:38
Rana.H.K4-Nov-09 1:38 
QuestionIframe Alternative ? Pin
SRJ923-Nov-09 11:04
SRJ923-Nov-09 11:04 
AnswerRe: Iframe Alternative ? Pin
Christian Graus3-Nov-09 11:08
protectorChristian Graus3-Nov-09 11:08 
GeneralRe: Iframe Alternative ? Pin
SRJ923-Nov-09 11:09
SRJ923-Nov-09 11:09 
GeneralRe: Iframe Alternative ? Pin
Oakman3-Nov-09 11:49
Oakman3-Nov-09 11:49 
GeneralRe: Iframe Alternative ? Pin
Christian Graus3-Nov-09 14:58
protectorChristian Graus3-Nov-09 14:58 
GeneralRe: Iframe Alternative ? Pin
Oakman3-Nov-09 15:11
Oakman3-Nov-09 15:11 
GeneralRe: Iframe Alternative ? Pin
Christian Graus3-Nov-09 18:51
protectorChristian Graus3-Nov-09 18:51 
GeneralRe: Iframe Alternative ? Pin
Shameel4-Nov-09 20:26
professionalShameel4-Nov-09 20:26 
GeneralRe: Iframe Alternative ? Pin
jderonde8-Apr-10 5:04
jderonde8-Apr-10 5:04 
QuestionCSS Translucent Background Pin
SRJ923-Nov-09 10:40
SRJ923-Nov-09 10:40 
AnswerRe: CSS Translucent Background Pin
greendragons3-Nov-09 10:59
greendragons3-Nov-09 10:59 
GeneralRe: CSS Translucent Background Pin
SRJ923-Nov-09 11:01
SRJ923-Nov-09 11:01 

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.