User Control problem

  • Thread starter Thread starter Z.K.
  • Start date Start date
Z

Z.K.

I created a user control with a button and while the control is
displayed okay, when I click the button nothing happens. I found a
messagebox class on codeproject and though it works just placing it on a
regular asp.net page, if I click on the button in the user control,
the code does not work. What am I doing wrong.

Z.K.
 
I created a user control with a button and while the control is
displayed okay, when I click the button nothing happens.  I found a
messagebox class on codeproject and though it works just placing it on a
  regular asp.net page, if I click on the button in the user control,
the code does not work.  What am I doing wrong.

    Z.K.

Show the relevant sections of the code to us......
 
Back
Top