J
JJ
To overcome the issue regarding drag and drop web part capability in
Firefox, I am attempting to use the webpart and webpartmanager from the
Asp.net Futures. That is, the ones in the namespace
'Microsoft.Web.Preview.UI.Controls.WebParts'
However, when I attempt to do this, I lose all drage and drop capability in
all browsers and also the verbs menu's do not display consistently.
I am wondering if it is anything to do with the fact that my webpart is
actually a web user control, which inherits from 'UserControl' and
'IWebPart'?
Its the IWebPart that concerns me as this is actually form the namespace
'System.Web.UI.WebControls.WebParts' and not
'Microsoft.Web.Preview.UI.Controls.WebParts' (where there doesn't appear to
be a 'IWebPart' )
Could this be the reason why things are not working properyl for me? I have
changed all references to the webpartmanager to be that of the Futures, and
the webpartzones too.
Can anyone help?
JJ
Firefox, I am attempting to use the webpart and webpartmanager from the
Asp.net Futures. That is, the ones in the namespace
'Microsoft.Web.Preview.UI.Controls.WebParts'
However, when I attempt to do this, I lose all drage and drop capability in
all browsers and also the verbs menu's do not display consistently.
I am wondering if it is anything to do with the fact that my webpart is
actually a web user control, which inherits from 'UserControl' and
'IWebPart'?
Its the IWebPart that concerns me as this is actually form the namespace
'System.Web.UI.WebControls.WebParts' and not
'Microsoft.Web.Preview.UI.Controls.WebParts' (where there doesn't appear to
be a 'IWebPart' )
Could this be the reason why things are not working properyl for me? I have
changed all references to the webpartmanager to be that of the Futures, and
the webpartzones too.
Can anyone help?
JJ