c# - i want to remove ViewState entry from page without using MVC pattern -
i want remove viewstate page without using mvc pattern.
i using c# 4.0
thanks in advance. .
you can store viewstate data in session: sessionpagestatepersister. way won't sent along html.
Comments
Post a Comment