I have a table with several rows, each row contains a cell with a text box and a RegularExpressionsValidator control. This table cell is just wide enough to fit the text box so the validator message always ends up directly below.
This validator control has its display mode set to 'Dynamic' so the table cell and row height expands when the entry is invalid and the message is shown.
While testing the validator, I deliberately type in some invalid text that causes the validator control to show its error message.
Of course this does not happen until the text box has lost focus.
When I click the mouse to put the cursor in the text box below the cursor actually ends up in the error message displayed by the validator control that is now shown.
Stranger still I can actually edit the text of this error message or delete it completely.
Even stranger after deleting the message I can backspace and delete the text box above !!
(Pressing return results in the cursor ending up in the text box below).
Anybody got any clues whatsoever as to why this happens and maybe how to prevent it from happening ???
Any ideas would be greatly appreciated.
Sunny D