I want to publish one Event from my Header User Control using Master pAge

R

Rushi

Hi All,

I want to publish one Event from my Header User Control using Master
pAge . And want to attach/detach this event from individual pages.

Details:
I have one User Control Header.ascx. This control have one Save
Button. And this control haivng one Raise Event for this save button.

I am using this UC in master page.

I am using this master page in my individual pages. Now i want to
attache local method to Event of Header UC, so I can do the save
functionality for my local page. But I dont know how do I do that.

Regards
Rushikesh Joshi
 
K

Kevin Spencer

Anything local and private to the MasterPage can be exposed to client pages
via public properties and/or methods.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 

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

Top