I want to use Thumbnail viewer on my web page like this
http://www.codeproject.com/KB/web-image/ThumbViewerControl.aspx
I am using VS2005 but Thumbnail viewer control not appear in Toolbox?
can any one help me, that why this is not displaying?
Loading

Amit ChoudharyPosted Mar 20, 2010, 2:50 AM
you have to add the dll from the project at the link to your project. and then
In the Toolbox in Visual Studio 2005 right-click and select "Choose Items...". On the Choose Toolbox Items dialog click on Browse and select the Bright.Controls.dll assembly. This will add the ThumbViewer control to the toolbox.
This is how this control will appear in your project. now follow the instruction given in that article one by one. how to register this control to your web.config and how to set its properties.
Hope you get some help from this.