Click here to Skip to main content
15,903,201 members

Comments by JordanTrajkov (Top 9 by date)

JordanTrajkov 14-Apr-20 11:59am View    
Yes i test it as well, i add AutoCompleteType="Disabled" which is render to autocomplete="off", but it doesnt stop appering of autocomplet list undet the field.
JordanTrajkov 14-Apr-20 10:27am View    
I'm using asp.net controls and nothing from your answers didnt works, i use W3C Standards and MDN but nothing works, i can still see auto generated list if i click on the input field.
JordanTrajkov 14-Apr-20 10:24am View    
I'm trying to turn it off on a normal form for Client First Name and Country name, not in password, and the autocomplete="new-password" or anything else similar to this is not working. I'm using asp.net components.
JordanTrajkov 30-Sep-19 21:08pm View    
I create new user with full permisions and add it as a impersonate user in web config. if i run my app with localhost domain i can see the printers on the network. If i run it with ip address of the machine it gives error access denied.

We need this because we have a online archive application for documents which have to be printed.
JordanTrajkov 30-Sep-19 21:07pm View    
I create new user with full permisions and add it as a impersonate user in web config. if i run my app with localhost domain i can see the printers on the network. If i run it with ip address of the machine it gives error access denied.
Maybe i'm missing to set a permisions somwhere?