I have a user control that I am converting from ASP.NET to ASP.NET AJAX. In the old control I could apply a skin and also customize cell borders for specific cells based on cell content using the ItemDataBound event handler. When I try the same thing in the new version the skin wipes out the customizations made to cell borders. If I don't specify a skin the changes show correctly. If I specify a skin the the changes do not show.
Any ideas?
Thanks
Any ideas?
Thanks