I have Material website css file which is based on Javascript file.
the formatting is executing fine without UpdatePanel but when i use Updatepanel it works fine unless I refresh the updatepanel the css formatting not executing.
please help me
<script src="/assets/js/dashboard.min.js"></script>
<div class="input-group input-group-outline mb-4">
<label class="form-label">Product ID</label>
<asp:TextBox ID="txtProductCode" runat="server" CssClass="form-control" ReadOnly="true"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtProductCode" ValidationGroup="SaveDate" CssClass="validData" Display="Dynamic">* required.</asp:RequiredFieldValidator>
</div>