Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<asp:ScriptManager ID="ScriptManager2" runat="server">
    </asp:ScriptManager>
    <asp:UpdatePanel ID="UpdatePanel25" runat="server" UpdateMode="Conditional">
    <ContentTemplate >

    <asp:TextBox ID="TextBox23" runat="server"
            style="z-index: 1; left: 745px; top: 177px; position: absolute"
            ontextchanged="TextBox23_TextChanged" ></asp:TextBox>
            <asp:Label ID="Label55" runat="server" Font-Size="Small" ForeColor="Red"
            style="z-index: 1; left: 883px; top: 61px; position: absolute; height: 35px; width: 147px"
            Text="Login ID already exists. try another."></asp:Label>
    </ContentTemplate>

    </asp:UpdatePanel>


It works but goes to server (TextBox23). Plase help.
Posted
Comments
Sandeep Mewara 24-Sep-12 10:56am    
Not clear about your expectation and what you want.

1 solution

And what did you expected to do?
It post the page to the server, using ajax, and after you change something on the server side it will return and refress only the part contained in the ContentTemplate.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900