hi all,

can anybody plz tell me how to remove textboxes previous entries in asp.net,

my requirement is i have created an apllication which registers the information of employees in an organization, the registration fields are like name,age,city,state,country etc.., which should be typed in textboxes.
my problem is when i am registering an new employee , i am getting the previous entries of registration fields right below the textboxes.

so, can any body tell me how to remove those previous entries or history of textboxes in asp.net using c#, i also turned off autocomplete in my browser.

i am novice porogrammer in asp.net,plz help

i didnt exactly understand your question but try setting the enableviewstate attribute of your textboxes to false.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.