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

Forum statistics

Threads
473,815
Messages
2,569,705
Members
45,494
Latest member
KandyFrank

Latest Threads

Top