ASP.NET 2.0 Custom Control Skinning is Possible
Hi,
I will like to apologize on this. If you refer to my earlier blog http://community.sgdotnet.org/blogs/chuawenching/archive/2007/02/16/ASP.NET-2.0-GridView-_2D00_-My-experience-on-skinning.aspx, I mention this "What if I have a custom server control? Can I skin that as well? No you can’t. I had tried this but it didn’t work. If you can get it right, do let me know how?" Well you can skin a custom user control. I didn't know it can be done this way. Oops. To err is human, to forgive is divine. :)
Check here for more info:
http://weblogs.asp.net/lduveau/archive/2007/02/16/asp-net-2-0-themes-and-custom-controls.aspx
http://odetocode.com/Blogs/scott/archive/2005/09/01/2145.aspx
Anyway I will blog later on my experinece on custom control skinning. Will need to try myself :P