Click here to Skip to main content
15,891,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
Smart_Boy30-Jun-11 0:31
Smart_Boy30-Jun-11 0:31 
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
surender.m30-Jun-11 1:21
surender.m30-Jun-11 1:21 
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
Smart_Boy30-Jun-11 4:10
Smart_Boy30-Jun-11 4:10 
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
Smart_Boy6-Jul-11 23:32
Smart_Boy6-Jul-11 23:32 
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
Parwej Ahamad30-Jun-11 5:20
professionalParwej Ahamad30-Jun-11 5:20 
AnswerRe: Dynamic Change in URL of webservice configuration. Pin
RPA_AshishPandey30-Jun-11 18:57
RPA_AshishPandey30-Jun-11 18:57 
GeneralRe: Dynamic Change in URL of webservice configuration. Pin
Smart_Boy30-Jun-11 23:09
Smart_Boy30-Jun-11 23:09 
Questiononchange event not firing [solved] Pin
JimmyRopes29-Jun-11 16:33
professionalJimmyRopes29-Jun-11 16:33 
I have an input text HTML control (not ASP.NET control) on an ASP.NET page in a content place holder. I am able to execute JavaScript functions from onfocus (to clear the control), and onkeyup (to verify data) events but not from an onchange event.

When the onchange event didn't give expected results I tried an onclick event, and an alert to show the event fired, to verify the JavaScript function was coded correctly and the function operated as expected.

Does anyone know why these other events fire but the onchange event does not fire?

<reason>
Strange as it seems the onchange event was not firing because I also had an onkeyup event on the control. If I remove the onkeyup event the onchange event fires. When I add the onkeyup event back in the onchange event doesn't fire.

Thanks ASP.NET! Mad | :mad:

Since I need the onkeyup event for verifying only selective keystrokes are accepted I am left with the task of making an onpropertychange event, which fires on every keystroke, mimic the behavior of the onchange event which only gets fired if the content changed and the focus has moved away from the control.

I cannot use the onblur event because one of the fields presents a calendar control which when displayed fires the onblur event. I have a 98% solution now but it doesn't work for some pretty obscure fringe cases.

I will still have to keep working on this to get to a 100% solution.
</reason>


Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems

I'm on-line therefore I am.
JimmyRopes



modified on Saturday, July 2, 2011 12:44 PM

AnswerRe: onchange event not firing Pin
Anurag Gandhi29-Jun-11 20:46
professionalAnurag Gandhi29-Jun-11 20:46 
GeneralRe: onchange event not firing Pin
JimmyRopes30-Jun-11 0:48
professionalJimmyRopes30-Jun-11 0:48 
QuestionGet Current Identity value of the table using LINQ. Pin
madhubabu29-Jun-11 6:40
madhubabu29-Jun-11 6:40 
AnswerRe: Get Current Identity value of the table using LINQ. Pin
Parwej Ahamad29-Jun-11 6:44
professionalParwej Ahamad29-Jun-11 6:44 
GeneralRe: Get Current Identity value of the table using LINQ. Pin
madhubabu29-Jun-11 6:55
madhubabu29-Jun-11 6:55 
GeneralRe: Get Current Identity value of the table using LINQ. Pin
Parwej Ahamad29-Jun-11 7:04
professionalParwej Ahamad29-Jun-11 7:04 
GeneralRe: Get Current Identity value of the table using LINQ. Pin
madhubabu29-Jun-11 7:16
madhubabu29-Jun-11 7:16 
AnswerRe: Get Current Identity value of the table using LINQ. Pin
AspDotNetDev29-Jun-11 7:15
protectorAspDotNetDev29-Jun-11 7:15 
AnswerRe: Get Current Identity value of the table using LINQ. Pin
AspDotNetDev29-Jun-11 7:39
protectorAspDotNetDev29-Jun-11 7:39 
AnswerRe: Get Current Identity value of the table using LINQ. Pin
GenJerDan29-Jun-11 9:33
GenJerDan29-Jun-11 9:33 
QuestionBulk File Upload Pin
S.Aijaz28-Jun-11 23:32
S.Aijaz28-Jun-11 23:32 
AnswerRe: Bulk File Upload Pin
Anurag Gandhi29-Jun-11 20:51
professionalAnurag Gandhi29-Jun-11 20:51 
GeneralRe: Bulk File Upload Pin
S.Aijaz29-Jun-11 22:39
S.Aijaz29-Jun-11 22:39 
GeneralRe: Bulk File Upload Pin
Anurag Gandhi29-Jun-11 23:00
professionalAnurag Gandhi29-Jun-11 23:00 
AnswerRe: Bulk File Upload Pin
Vasudevan Deepak Kumar30-Jun-11 14:05
Vasudevan Deepak Kumar30-Jun-11 14:05 
QuestionJquery with Update Panel Pin
dayakar_dn27-Jun-11 22:55
dayakar_dn27-Jun-11 22:55 
QuestionHow do I do layout of FormView without using tables? Pin
kbalias27-Jun-11 20:28
kbalias27-Jun-11 20:28 

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.