Search

You searched for the word(s): userid:754359

Matching Posts

  • Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel

    Hi Rob, Can you send the code written for webparts to work both in IE and Firefox. I did the same thing that you have given but it is not working for me. Please give the sample code for reference and also for the first time loading the Drag n Drop is not working after post back of Updatepanel it is working fine. Can you please tell me the reason for the same if possible.
  • Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel

    Hi, I am using Webparts in the Ajax 1.0 Update Panel. I have used the workaround to get the Drag and drop in the IE and Firefox also. But I am disabling some or all verbs of the webparts according to the requirement. But i am unable to use WebPartverbRendermode as Menu type i am able to use only titlebar type only. Please let me know the solution for the same. I am using Infragistics Ultra WebChart controls in the webparts. With this work around of firefox support i could not able to drag and drop
  • Re: Custom Editing of WebParts

    Hi, I have created my own webpart that will display Different links. I have taken URLs and display text in a hashtable as a collection property. The property is webbrowsable and personalizable. But when user clicks on the edit verb of the webpart this Collection property is not visible in the editor part. Please help me how user can chage the Hashtable contents in runtime.
  • Re: Lock down web parts completely?

    Yes it is possible by changing the properties of the Webparts. If you don't want to allow drag and drop just set AllowZoneChange property to false. like that there are different properties for webpart: AllowMinimize AllowClose AllowAdd AllowConnect AllowEdit AllowHide According to your requirement you can set the property for individual webpart
  • Re: div tags and 100% height

    Hi I have the same requirement. But the existing UI Design is working fine in Internet Explorer and the same is not working with Firefox. What i need to do to get the same design in Firefox.
  • UI Design Disturbing in FF

    Hi All, I have an application that is looking good in IE but when opened in FF the UI Design gets Disturbed. The table element in the DIV tag gets increased more that the div. I am using master page concept in this application. I need scroll bars only for the Conetent place holder so i placed the same ina div tag and overflow as auto. it is working fine with IE but not with FF. Please help me in this regard.
  • Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel

    Hi, I am also using the Webparts in an Update Panel and with the work around Drag and Drop is working fine with IE. But Drag and Drop is not working in FF. I have tried the public void InitScript() { this .RegisterClientScript(); } also but it is also not working. I have tried with the Microsoft.Web.Preview.dll and it is also not working. Please let me know if there any work around to get the Drag and Drop funtionality both in IE and FF.
  • Webparts in Update Panel Control

    Hi All, I have placed the WebpartManager and WebPartZones and Webparts inside an UpdatePanel control. I have created my own WebpartManager. Till now it is working fine. But now it is throwing an error like "IE has encountered a problem and need to close" and the IE gets restarted. I am able to minimize, restore and close the webpart but i am unable to Drag and Drop the webaprt from one zone to another zone. It is working fine some times but some times the above error comes and the IE gets
  • Scrollbars for ContentPlace Holder

    Hi All, My problem is that I cannot work out how to make the masterpage Content Section's 'contentplaceholder' scrollable. In addition to this if I change the screen resolution or view in different browers everything gets stretched and/or misaligned. Basically I want the left ad panels, banner and footer sections to remain static across the whole website and only the content section to change as each new page is loaded into it. However, if the content page has a lot of text/images etc
    Posted to Master Pages, Themes and Navigation Controls (Forum) by sivavenugopal on 8/23/2007
    Filed under: MasterPages, xml
  • Regarding Master Pages

    Hi All, In my application I am using Master Page Concept. Here i want a header and footer for master page. In between I am placing the Content Place holder. I need the Header and Footer as constants one so that no scroll bars for them Only the content page nedds the scroll bars and when i resize the page the header and footer must be as it is. Note: I am Opening the Page from javascript with no scroll bars. I used the DIV tag but it is also not working fine. Please provide me the Solution. Thanks
    Posted to Web Forms (Forum) by sivavenugopal on 8/22/2007
Page 1 of 2 (11 items) 1 2 Next >