Composit control and property value after postback

  • Thread starter Thread starter BB
  • Start date Start date
B

BB

I had a composit control with a public property, some textbox and a
button.
Public property value is set in the page that contain the control.

After postback in sub CreateChildControl the public property is empty.

I don't know how to solve problem.
Can anyone help me?

Thank's
Walter
 
Hello Walter,
I think that more details can help people to solve your problem...

i want just to add that the value of the public property change in the
method of the event
(button_click for example) u cant acces to it in Page_Load or methods
like that....
 

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