Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A custom event in a user control is not handled by the page

Status
Not open for further replies.

evgeniosc

IS-IT--Management
Oct 5, 2002
75
CY
A user control (e.g ctl) is contained in page1.aspx.

On click of a button, contained in the user control, the user control raise a custom event (evt).

The page that contains the user control has a function that handles the raised event but the event handler in page1 is never called.

I used Visual Studio debugger and after executing the raiseevent statement the event handler is never called.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top