K
kai
Hi, All
I create an ASP.NET page, it contains FirstName textbox and LastName
textbox. I setup "enableViewState=false" in page directive. When I enter
data in FirstName and LastName textbox, after I refresh the page or go to
different page and come back to the same page, I find data entered in
FirstName and LastName textbox are still there.
I think after setup "enableViewState=false" , we are not suppose to see data
in the textbox after we move to another page and come back?
Please help.
Thanks
Kai
I create an ASP.NET page, it contains FirstName textbox and LastName
textbox. I setup "enableViewState=false" in page directive. When I enter
data in FirstName and LastName textbox, after I refresh the page or go to
different page and come back to the same page, I find data entered in
FirstName and LastName textbox are still there.
I think after setup "enableViewState=false" , we are not suppose to see data
in the textbox after we move to another page and come back?
Please help.
Thanks
Kai