Thanks again Scott,
Sometimes I lose sight of the fact that ASP.NET is simply generating HTML
and I should break out the HTML books to look for the correct clientside
event for the corresponding HTML tags that are rendered and to append the
event to a server control that does not natively support that event. I am
beginning to see the value of custom Server controls that inherit from the
base controls and have developer-added functionality.
Of course, some of the clientside Javascript that ASP.NET generates is
highly inscrutable.
> John,
>
[quoted text clipped - 21 lines]
>>
>> TIA
Peter Bromberg [C# MVP] - 13 Dec 2007 02:04 GMT
you can always add client-script event handlers to ASP.NET controls via
attributes, and they will get rendered into the browser as Javascript
--there is rarely a need to author custom controls in order to do this.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com
> Thanks again Scott,
>
[quoted text clipped - 33 lines]
> >>
> >> TIA