Viewstate overhead ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any overhead associated with having viewstate enabled but nothing is
being stored in the viewstate? I have an aspx page that uses regular HTML,
i.e. <input type=submit value=submit>, and viewstate is enabled in the
web.config file of my application. Just curious if this would cause any
unnecessary processing between post backs to the web server.

Thanks,

Natalie
 
Back
Top