Ask a Question related to ASP.NET General, Design and Development.
-
Kathy Burke #1
asp:textbox_TextChanged event no longer fires???
Hi, I have a textbox control with some typical textchanged event code.
It has worked fine, but all of a suddent the event no longer fires when
you hit <Enter>. It does allow me to enter data, just beeps at me with
no error message of course, when I hit <Enter>. I haven't changed any
code since it worked yesterday. ANY CLUES what I should look for? The
html looks ok and the behind code is not complicated.
Thanks,
Kathy
p.s. the Handles textboxname.TextChanged "thingy" at the end of the sub
command is still there...
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Kathy Burke Guest
-
Event Fires after CreateChildControls
I have created a C# control that creates its objects within CreateChildControls. One of those objects is a button which I have attached to a... -
Dropdownlist onselectedIndexChanged event not fires
Hi All, I have 22 years of over all experience in programming but just recently started to learn WEB applications, and started to write my... -
ItemCommand Event fires twice
Hi! I have a DataList with some linkbuttons, and when i click them the eventhandler fires twice. Is there a way around this?, it's the same... -
Page Load Event Fires Twice
This is a classic asp newsgroup. While you may be lucky enough to find a dotnet-savvy person here who can answer your question, you can eliminate... -
Session end event fires but it is not executing code
I am trying to delete a file from a disk when the user's session ends. So I am putting my file.delete code in Session_End event. I ran the... -
Vidar Petursson #2
Re: asp:textbox_TextChanged event no longer fires???
Hi
Try another event like onkeydown/onpropertychange
--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
"Kathy Burke" <kathyburke40@attbi.com> wrote in message
news:uIZb2MTTDHA.3796@tk2msftngp13.phx.gbl...> Hi, I have a textbox control with some typical textchanged event code.
> It has worked fine, but all of a suddent the event no longer fires when
> you hit <Enter>. It does allow me to enter data, just beeps at me with
> no error message of course, when I hit <Enter>. I haven't changed any
> code since it worked yesterday. ANY CLUES what I should look for? The
> html looks ok and the behind code is not complicated.
>
> Thanks,
>
> Kathy
>
> p.s. the Handles textboxname.TextChanged "thingy" at the end of the sub
> command is still there...
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Vidar Petursson Guest
-
Kathy Burke #3
Re: asp:textbox_TextChanged event no longer fires???
I've tried both suggestions, the autopostback = true and I tried other
events (onkeydown/onpropertychange). No change.
Please see next post about BUG??? I added an html button to run an
onclick=open.window and this somehow caused the problem, even after I
deleted it.
Very frustrating...please help.
Kathy
ps. I'm using .Net 1.1 and VS.net 2003
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Kathy Burke Guest



Reply With Quote

