|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to implement interface's method in aspx?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. Implement that Interface by Public MyClass : MyInerface
And offcourse you have to define the the body of the methods declared in the inerface
Space in fileupload control
asp to asp.net conversion asp with membership/login add a link button to prev/next in a wizard ASP.NET 2.0 - How to databind to nested (hierarchical) business objects? asp:TextBox Binding an array to a DropDownList Default Border Color for Dropdownlist Control? Problem woth ObjectDataSource and Dataset... SIMPLE QUESTION |
|||||||||||||||||||||||