Label floating not working inside updatepanel c#

36 Views Asked by At

I am using bootstrap 5 and floating label which is working fine but if i use it inside the update panel and updatepanel refresh then floating label is not working the label display as placeholder does not disappear here is my code` Product ID <asp:TextBox ID="txtProductCode" runat="server" CssClass="form-control" ReadOnly="true"></asp:TextBox>

`
0

There are 0 best solutions below