Nested Level Question

  • Thread starter Thread starter Patrick Olurotimi Ige
  • Start date Start date
P

Patrick Olurotimi Ige

Just wondering how many nested levels are allowed with ASP.NET controls
and data complexity/size that ASP.NET viewstate can handle?
Patrick
 
Well... I guess "it depends".
If these are visual controls there may be an issue with the browsers parsing
it. In theory the framework should handle (n) levels....
 
Back
Top