CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.web_parts_and_personalization Tags:
Item Type: NewsGroup Date Entered: 8/26/2006 8:25:18 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 31 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
wyx2000
Asp.Net User
Does anyone use fredrik nsquared's WebPartChrome project? how do you handle Firefox with it?8/26/2006 8:25:18 PM

0/0

The webpartchrom is good, but after I use it, I can not drag/drop webpart on FireFox. Before that, I can with ATLAS

 

Any suggestion?

davidbarkol
Asp.Net User
Re: Does anyone use fredrik nsquared's WebPartChrome project? how do you handle Firefox with it?8/29/2006 5:50:38 PM

0/0

Make TemplatedWebPartZone inherit from the Atlas WebPartZone: Microsoft.Web.UI.Controls.WebParts.WebPartZone.

Then you just need to update the web.config like so:

    <pages>
      <controls>
        <add namespace="Microsoft.Web.UI" assembly="Microsoft.Web.Atlas" tagPrefix="atlas"/>
        <add namespace="Microsoft.Web.UI.Controls" assembly="Microsoft.Web.Atlas" tagPrefix="atlas"/>
        <add namespace="Nsquared2.Web.UI.WebControls" assembly="Nsquared2.Web" tagPrefix="nsquared2" />
      </controls>
      <tagMapping>
        
        <add tagType="System.Web.UI.WebControls.WebParts.WebPartManager"
             mappedTagType="Microsoft.Web.UI.Controls.WebParts.WebPartManager" />
        
        <add tagType="Microsoft.Web.UI.Controls.WebParts.WebPartZone"
             mappedTagType="Nsquared2.Web.UI.WebControls.WebParts.TemplatedWebPartZone" />
        
      </tagMapping>
    </pages>


David Barkol | ASP.NET AJAX in Action
wyx2000
Asp.Net User
Re: Does anyone use fredrik nsquared's WebPartChrome project? how do you handle Firefox with it?8/29/2006 6:33:31 PM

0/0

thanks, that works.
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
Does anyone use fredrik nsquared's WebPartChrome project? how do ... Does anyone use fredrik nsquared's WebPartChrome project? how do you handle Firefox with it? Last post 08-29-2006 2:33 PM by wyx2000. ...
Does anyone use fredrik nsquared's WebPartChrome project? how do ... Does anyone use fredrik nsquared's WebPartChrome project? how do you handle Firefox with it? Last post 08-29-2006 2:33 PM by wyx2000. ...
Does anyone use fredrik nsquared's WebPartChrome project? how do ... Does anyone use fredrik nsquared's WebPartChrome project? how do you handle Firefox with it? Last post 08-29-2006 2:33 PM by wyx2000. ...
Does anyone use fredrik nsquared's WebPartChrome project? how do ... Does anyone use fredrik nsquared's WebPartChrome project? how do you handle Firefox with it? Last post 08-29-2006 2:33 PM by wyx2000. ...
Does anyone use fredrik nsquared's WebPartChrome project? how do ... Does anyone use fredrik nsquared's WebPartChrome project? how do you handle Firefox with it? Last post 08-29-2006 2:33 PM by wyx2000. ...
Does anyone use fredrik nsquared's WebPartChrome project? how do ... Does anyone use fredrik nsquared's WebPartChrome project? how do you handle Firefox with it? Last post 08-29-2006 2:33 PM by wyx2000. ...
Does anyone use fredrik nsquared's WebPartChrome project? how do ... Does anyone use fredrik nsquared's WebPartChrome project? how do you handle Firefox with it? Last post 08-29-2006 2:33 PM by wyx2000. ...
Does anyone use fredrik nsquared's WebPartChrome project? how do ... Does anyone use fredrik nsquared's WebPartChrome project? how do you handle Firefox with it? Last post 08-29-2006 2:33 PM by wyx2000. ...
Does anyone use fredrik nsquared's WebPartChrome project? how do ... Does anyone use fredrik nsquared's WebPartChrome project? how do you handle Firefox with it? Last post 08-29-2006 2:33 PM by wyx2000. ...
Does anyone use fredrik nsquared's WebPartChrome project? how do ... Does anyone use fredrik nsquared's WebPartChrome project? how do you handle Firefox with it? Last post 08-29-2006 2:33 PM by wyx2000. ...




Search This Site:










how do i make skins for dnn and make a 'skin-switcher'?

how to load and display pdf folders in a tree view

updated from win2k to xp -2147467259 (0x80004005) is all i get

exception handling

delete/sort threads in discussions module

access denied

by clicking a linkbutton, a pdf file should be downloaded.....

profile property collection

login using database

missing table in access scripts?

membership provider sql 2000 does not have a test in wat

need help with solpartmenu

defining theme/skin file for nested - css class and relative elements.

what's the difference between vs2003 and vs2005?

windows authentication with custom roles

membership.createuser() in sql clr

visual studio 2005

error - problem solved...

rainbow or dotnetnuke?

beta 1 to beta 2

file listing from a unc path

showing more details about circular reference error

almost working... i think i need help with connection string.

dnn & ssl (again)

i need help!

findcontrol not working within a content page

i have a warning in the build process.

need urgent help:modules are currently unavailable

serveritemclick not fireing when multipage/tabstrip present

getting applicationurl within scheduled task

 
All Times Are GMT