Anout ViewState

  • Thread starter Thread starter Benny
  • Start date Start date
B

Benny

Hello Experts,

Currently I writing a web application using visual studio .net with C#.

In the customer information page, which store customer information like
name, phone, address... etc. The transfer rate usage is about 2MBs every
time I insert a new customer record, which is much larger than I thought
it will take.

I know setting ViewState to enable will add extra data sending over the
wire. I am just wondering how much extra data will the ViewState add to
a simple one page long customer information page? Double the size?


Thanks,

Benny
 
Back
Top