page events

  • Thread starter Thread starter Holly
  • Start date Start date
H

Holly

Hi,
I have a page, I put a web table control on it (design
time).
Inside this page's Page_Load method, I use LoadControl
create a control, create a table row, a table cell, add
control to the cell then add cell to the row. At the end,
I add the row to the table.
When I run the code, I found out that the control's
Page_Load method is never fired. It will call control's
OnPreRender.
Why is that?
Thanks
Holly
 
Hi Holly,

I would say send some code, but I think that it is better not in this
newsgroup.

Maybe you took the wrong tag.

This is deffinatly a question for
microsoft.public.framework.aspnet

It can be in my opinion also for the dotnet.language groups, but I think
better is the one I gave you above.

Succes

Cor
 

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