Groups | Blog | Home
all groups > asp.net > february 2004 >

asp.net : Web User Control Inheritence -- how to do?



jqpdev
2/14/2004 9:28:26 PM
How does one sub-class user controls within VS.NET 2003?

David Coe, MCP
2/15/2004 8:16:06 AM
If you are creating a User Control called "myUserControl" that extends UserControl, then it would b

// C
public class myUserControl : System.Web.UI.UserContro

if you want to extend myUserControl, it would b

public class myExtendedUserControl : myUserContro

jqpdev
2/15/2004 6:15:26 PM
thanx.

[quoted text, click to view]

AddThis Social Bookmark Button