What I have tried: I tried many things, still have the problem. tried code behind ::
txtSEmail.Attributes.Add("autocomplete", "false");
and jquery ::
$(document).ready(function () {
$('#txtSEmail').attr('autocomplete', 'off');
});
and server side ::
or
but my page call master page
Is there any other solution for this problem?
Vivek KumarPosted Feb 28, 2019, 11:07 AM
Salman BegPosted Feb 28, 2019, 9:06 AM