Sign in | Join
Last post 08-13-2007 2:45 AM by mrajeshbabu. 2 replies.
Sort Posts: Oldest to newest Newest to oldest
hi
can i drag an image from one web part to another web part
i.e if i am having an image in one web part
i must drag the web part and drop it in the other web part
is it possible or not
pls tell me if possible give me how
thanks
Hi,
The image control is also a standard control. WebPartManager will wrap it as a genericWebParts. What you are draging is a WebPart, not a image control.
I know what you want is discarding the frame border of the WebPart control, actually you can achieve it by setting the ChromeType property of WebPart to PartChromeType.None.
Thanks.
hi thanks