How to implement interface's method in aspx?

Y

yp.yean

Hello,

I have a ASP.NET control with interface called "INamingRule". The
interface structure as follows:

public interface INamingRule
{
string GenerateName ();
}

Now I want to let ASP.NET application developers to develop their own
naming rule by implement GenerateName() method in aspx (web
application). I have no idea how to implement this feature in my server
control. Could somebody can give me the suggestion?

Thank you for any suggestion.
 

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
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top