Ask a Question related to ASP Components, Design and Development.
-
flash #1
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
-
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... -
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... -
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... -
Control focus
Hi guys, How to Focus a TextBox on page load? I have this function: public static void FocusControl(Page pagina, WebControl control) {... -
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... -
Ray at #2
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...run> 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> validation in the control.
>
> Any suggestions on how to achieve this
>
> TIA
>
>
Ray at Guest



Reply With Quote

