|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Announcements
Want a new Job?
Chapters
Services
Feature Zones
|
Note: This is an unedited contribution. If this article is inappropriate,
needs attention or copies someone else's work without reference then please
Report This Article
IntroductionThis is version 3.0 of the VsCustomRenderer control. You can find previous versions here: 2.0 and 1.0. BackgroundThis project was inspired by an article on code-project written by dev2dev: Article Using the codeTo test this control:
<add verb="*" path="*.jpg" type="VSCustomRendererLibrary.VsImageHandler,
VSCustomRendererLibrary"/>
If you cannot find this section in your webconfig file, just create it under <system.web>: <system.web>
......
<httpHandlers>
<add verb="*" path="*.jpg" type="VSCustomRendererLibrary.VsImageHandler,
VSCustomRendererLibrary"/>
</httpHandlers>
</system.web>
Points of InterestThis webcontrol now works with Ajax. HistoryAll the versions of this control are also posted on codeplex.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||