0

I have a problem.

I have TextBox1 where I enter information:

1
2
3
4
5
6
as
sd
asdasd
asdas
d

These data are stored in the browser. I do not want successors to the data re-appear in the browser. How can it be reached?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
user498810
  • 13
  • 1

1 Answers1

1

try to set autocomplete="off" MasterPage form tag

Singleton
  • 3,701
  • 3
  • 24
  • 37