focus/lost focus of custom control

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default focus/lost focus of custom control

    Hi

    new to .NET and have a question.

    What I want to do if have a custome control (contains a table grid of text
    boxes) and multiple instances on other webforms. So far so easy. BUT ! I
    need to be able to tell when the CC has lostfocus on the Parent page and run
    validation in the control.

    Any suggestions on how to achieve this

    TIA


    flash Guest

  2. Similar Questions and Discussions

    1. Taking focus from a control
      In my app, I have a DataGrid, and when a row is double-clicked, a new view is put up showing the data. I also add eventListeners to the stage for...
    2. Return focus to custom property inspector?
      Hello, I'm working on a Dreamweaver CS3 extension that includes custom property inspector for 'div' tag with specific attributes. Using the...
    3. Popup; show, take focus, wait for button action, give focus, hide
      Hi. I've got a popup MC for displaying a message or asking a yes/no question that has to do the following on an event: - show and take focus...
    4. Control focus
      Hi guys, How to Focus a TextBox on page load? I have this function: public static void FocusControl(Page pagina, WebControl control) {...
    5. Which control had focus before postback?
      Hi, Is it possible to retrieve the control that had the focus when the page was posted back? Because the focus is lost when a postback occurs...
  3. #2

    Default Re: focus/lost focus of custom control

    This group as well as the other two inetserver.asp.* groups deal with
    "classic" asp. See groups with "aspnet" in their names for ASP.net issues.

    Ray at work

    "flash" <cschaggar@yahoo.com> wrote in message
    news:Bypvb.987$au4.908@news-binary.blueyonder.co.uk...
    > Hi
    >
    > new to .NET and have a question.
    >
    > What I want to do if have a custome control (contains a table grid of text
    > boxes) and multiple instances on other webforms. So far so easy. BUT ! I
    > need to be able to tell when the CC has lostfocus on the Parent page and
    run
    > validation in the control.
    >
    > Any suggestions on how to achieve this
    >
    > TIA
    >
    >

    Ray at 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