System.Web.UI.WebControls.TextBox events

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default System.Web.UI.WebControls.TextBox events

    hi guys,

    I donīt see a Click Event or DblClick Event, how to implement code for
    this events?

    Is it posible?
    (if not) how to do a fake?
    hmn... in the last order ... javascript?

    Thanks.

    ..Javier Ros Moreno.


    Javier Ros Guest

  2. Similar Questions and Discussions

    1. add reference for System.Web.UI.webcontrols which dll?
      Which dll should i add a reference to to get this. i've added System.Web.UI, but this does not give me WebControls. thanks kes
    2. Extending System.Web.UI.WebControls.Calendar
      "Sanjay" <Sanjay@discussions.microsoft.com> wrote in message news:6552F207-1BBA-4A58-AA37-D01641BF8B50@microsoft.com... through datasets etc....
    3. installing system.web.ui.webcontrols
      Hello, Im workin with ASP.NET and trying to add reference system.web.ui.webcontrols. I can't find it, and i don't see it in the framework...
    4. System.Web.UI.WebControls Namespace
      Does anyone have any sample code on code on creating tables/rows and cells using above namespace and adding checkbox controls to my cells? ...
    5. The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error
      I've been getting this error every since I installed InstallSqlState to handle my viewState Sessions. it only happens on 1 section of my asp.net...
  3. #2

    Default System.Web.UI.WebControls.TextBox events

    Hi

    Event available on TextBox is TextChanged Event.

    The TextChanged event is raised when the content of the
    text box changes between posts to the server.

    HTH
    Ravikanth


    >-----Original Message-----
    >hi guys,
    >
    > I donīt see a Click Event or DblClick Event, how to
    implement code for
    >this events?
    >
    >Is it posible?
    >(if not) how to do a fake?
    >hmn... in the last order ... javascript?
    >
    >Thanks.
    >
    >..Javier Ros Moreno.
    >
    >
    >.
    >
    Ravikanth[MVP] Guest

  4. #3

    Default Re: System.Web.UI.WebControls.TextBox events

    Hi,

    In addition to Ravikanth replay,

    Note that there are two types of events: server events and client side
    events. There isn’t equivalent between them. Some client script events
    "fire" server side events but not all of them.

    Natty Gur, CTO
    Dao2Com Ltd.
    28th Baruch Hirsch st. Bnei-Brak
    Israel , 51114

    Phone Numbers:
    Office: +972-(0)3-5786668
    Fax: +972-(0)3-5703475
    Mobile: +972-(0)58-888377

    Know the overall picture


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139