Click here to Skip to main content
15,913,330 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: please do help me ....its about gridview + validating it Pin
Bradml20-Jul-07 1:32
Bradml20-Jul-07 1:32 
GeneralRe: please do help me ....its about gridview + validating it Pin
leckey20-Jul-07 3:09
leckey20-Jul-07 3:09 
GeneralRe: please do help me ....its about gridview + validating it Pin
Sathesh Sakthivel20-Jul-07 6:38
Sathesh Sakthivel20-Jul-07 6:38 
QuestionHTTP problems Pin
matjame19-Jul-07 2:48
matjame19-Jul-07 2:48 
AnswerRe: HTTP problems Pin
Vasudevan Deepak Kumar19-Jul-07 6:35
Vasudevan Deepak Kumar19-Jul-07 6:35 
GeneralRe: HTTP problems Pin
matjame19-Jul-07 21:55
matjame19-Jul-07 21:55 
AnswerRe: HTTP problems Pin
Bradml20-Jul-07 1:35
Bradml20-Jul-07 1:35 
Questiondisabling a form Pin
ceejeeb19-Jul-07 2:18
ceejeeb19-Jul-07 2:18 
I have a web form that once submitted can take a while before the confirmation page occurs. So I need to be able to stop the user from clicking on any part of the form once submit has been pressed(before the confirmation appears). I have tried using javascript:

document.getElementById('<%= Button1.ClientID %>').disabled = true;

This does disable the button but then the code behind the button does run. I have a simerlar problem when i disable elements of the form, they cannot be used in the code behind the button because once disabled they are not sent back to the server.

How can I disable the form and still get the processing of the form to work?
AnswerRe: disabling a form Pin
Vasudevan Deepak Kumar19-Jul-07 6:36
Vasudevan Deepak Kumar19-Jul-07 6:36 
QuestionSimple image swapping problem Pin
ceejeeb19-Jul-07 1:26
ceejeeb19-Jul-07 1:26 
AnswerRe: Simple image swapping problem Pin
Eduard Keilholz19-Jul-07 2:47
Eduard Keilholz19-Jul-07 2:47 
GeneralRe: Simple image swapping problem Pin
ceejeeb19-Jul-07 3:05
ceejeeb19-Jul-07 3:05 
GeneralRe: Simple image swapping problem Pin
Eduard Keilholz19-Jul-07 3:14
Eduard Keilholz19-Jul-07 3:14 
AnswerRe: Simple image swapping problem Pin
Vasudevan Deepak Kumar19-Jul-07 6:38
Vasudevan Deepak Kumar19-Jul-07 6:38 
QuestionPassing value from aspx to aspx.vb Pin
hifiger200418-Jul-07 15:37
hifiger200418-Jul-07 15:37 
AnswerRe: Passing value from aspx to aspx.vb Pin
Vasudevan Deepak Kumar19-Jul-07 6:39
Vasudevan Deepak Kumar19-Jul-07 6:39 
AnswerRe: Passing value from aspx to aspx.vb Pin
hifiger200426-Jul-07 18:02
hifiger200426-Jul-07 18:02 
QuestionSession Keep Alive Cross-Site Pin
Scott Seeber18-Jul-07 10:38
Scott Seeber18-Jul-07 10:38 
AnswerRe: Session Keep Alive Cross-Site Pin
N a v a n e e t h18-Jul-07 21:34
N a v a n e e t h18-Jul-07 21:34 
AnswerRe: Session Keep Alive Cross-Site Pin
kubben19-Jul-07 1:42
kubben19-Jul-07 1:42 
AnswerRe: Session Keep Alive Cross-Site Pin
Vasudevan Deepak Kumar19-Jul-07 6:40
Vasudevan Deepak Kumar19-Jul-07 6:40 
QuestionHow to trigger the onclick in ASP.Net? Pin
hifiger200418-Jul-07 7:16
hifiger200418-Jul-07 7:16 
AnswerRe: How to trigger the onclick in ASP.Net? Pin
Fayu18-Jul-07 7:30
Fayu18-Jul-07 7:30 
GeneralRe: How to trigger the onclick in ASP.Net? Pin
hifiger200418-Jul-07 7:37
hifiger200418-Jul-07 7:37 
AnswerRe: How to trigger the onclick in ASP.Net? Pin
Fred_Smith18-Jul-07 7:50
Fred_Smith18-Jul-07 7:50 

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.