CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Location
    Denmark
    Posts
    453

    Question Make TxtChanged fire on any key

    I have a textbox in my aspx (C# backend) where I've made a TextChanged event function (and I have set AutoPostback to true).

    This apparently only fires when I press Enter. How to make it fire on any key?

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Make TxtChanged fire on any key

    Quote Originally Posted by Lars_V_J View Post
    I have a textbox in my aspx (C# backend) where I've made a TextChanged event function (and I have set AutoPostback to true).

    This apparently only fires when I press Enter. How to make it fire on any key?
    It should fire when the control loses focus. Does it?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured