ASP.NET bug in controls ?

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

Guest

Hi,

I have .aspx which loads 1.ascx. 1.ascx loads 2.ascx. 1.ascx and 2.ascx
contain some form controls which they process on postback. On .aspx postback
at prerender event are some values from 2.ascx not initialized.
I could make thread synchronization (.aspx should wait when form will be
processed at 1.ascx and 1.ascx should wait when form will be processed at
2.ascx) but this should be very big performance hit.
Does it mean I can't have nested controls which contains form tags ??? Why
??? How to make nested controls which process form data ???

Thanks for your opinion.
 
Just wondering why you would call it a "bug"

Saying you have identified a bug means that you have concluded something
about your observations - specifically that (1) you do in fact understand
exactly how it is designed or intended by Microsoft to work and (2) it is
not behaving how it is in fact designed to work (therefore we have a bug).

If you do believe you have in fact identified a bug - then why don't you
file a "bug report" with Microsoft?

Just curious.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top