Here is the HTML, about as basic as it gets.
You should be able to reproduce the problem with any kind of textbox.
Just try to process the input of two separate textboxes one after the
other.

**************************************************************
<body>
    <form id="form1" runat="server">
    <div>
        <div style="z-index: 101; left: 165px; width: 250px; position:
absolute; top: 109px;
            height: 188px">
            <div style="text-align: left">
                <table style="height: 44px">
                    <tr>
                        <td style="width: 100px; height: 45px;">
                            &nbsp;
                        </td>
                        <td style="width: 100px; height: 45px;">
                        </td>
                    </tr>
                    <tr>
                        <td style="width: 100px; height: 45px;">
                            &nbsp;<input id="txtPhone" name="txtPhone"
onblur="txtPhone_Blur(this);" type="text" /></td>
                        <td style="width: 100px; height: 45px;">
                        </td>
                    </tr>
                    <tr>
                        <td style="width: 100px">
                            &nbsp;<input id="txtSSN" name="txtSSN"
type="text"  onblur="txtSSN_Blur(this);" /></td>
                        <td style="width: 100px">
                        </td>
                    </tr>
                </table>
            </div>
        </div>
    
    </div>
    </form>
</body>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info/

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---

Reply via email to