Has anyones built there own controls for other web controls?
I want to built an adaptor to get ride of the horrible tables and inlines styles of the login controls. Is this possible?
The guildlines from ScottGu's blog advise
that you should create your own class, which inherits from the adaptor for that control, but there is no System.Web.UI.WebControls.Adapters.LoginAdaptor?
burlistic
Member
30 Points
6 Posts
Adaptor for Login control
Aug 02, 2006 04:16 PM|LINK
Has anyones built there own controls for other web controls?
I want to built an adaptor to get ride of the horrible tables and inlines styles of the login controls. Is this possible?
The guildlines from ScottGu's blog advise that you should create your own class, which inherits from the adaptor for that control, but there is no System.Web.UI.WebControls.Adapters.LoginAdaptor?
Can you use the webcontrolAdaptor?
BuR
burlistic
Member
30 Points
6 Posts
Re: Adaptor for Login control
Aug 02, 2006 10:54 PM|LINK
Sorry, the first line should read:
Has anyone built their own adaptors for other web controls?
It was the end of a long day and there is no edit post button.
BuR