Handling a public event from user control

P

parulrgupta

i have read your post on google groups
i
i ve declate one public even handler in user control
than i wrote
protected void onProjectSave(ImageClickEventArgs a)
{
if (ProjectSave != null)
{
ProjectSave(this, a);
}
}
in this my pprojectSave eventhaldler comes null so it 's never raise
the event handled in aspx page on the save button

i dont know why it s happning i ve added event handler as public in
usrr control.ascx
please help me out


thanx
 

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

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top