Browse by Tags

Related Posts

  • Script controls may not be registered before PreRender

    Hi, Tried to implement this code but get "Script controls may not be registered before PreRender" error. can anyone help me to get this code working. Thanks in advance. With Regards Vikash Rai _____________________________________________________________________________________________________________________...
    Posted to ASP.NET Controls for Silverlight (Forum) by vikash.rai on 05-20-2009, 12:00 AM
    Filed under: OnPreRender, page rendering, PageViewerWebPart Sharepoint, personalization webpartmanager webparts, Render, RenderMode, SelectedWebPart, SharePoint, sharepoint 2007, SharePoint 2007 "AJAX toolkit", sharepoint 2007 custom controls, SharePoint 2007 web part external JavaScript file registration, sharepoint webpart, sharepoint webpart asp, SharePointoint, SharePointoint Customization, SharePoints, shrepoint, user control, User Control WebPart Event Subscription, Web Part, web part application pool sharepoint, Web Part Connections, Web Part Update, web part windows authentication, Web Parts, Web Parts ASP.NET VWD, Web Parts Catalogs Silverlight, web parts debugging, web parts deployment in iis, web Parts drag drop, Web Parts in Action, web parts personalization, CreateWebPart, custom web part, custom webpart, custom webparts, GetWebPart, Hiding Webpart Properties, HttpWebRequest WebPart User-Agent, IWebPart, Microsoft.SharePoint Security Exception, WebPart, WebPart AJAX, webpart asp.net 3.5 firefox, Webpart Connection, webpart connections, webpart custom catalogpart drag 'n drop, webpart custom editorpart usercontrol, WebPart custom web control, webpart dynamically, webpart editor, WebPart GridView No Scroll, webpart move drag draggability chrome custom, WebPart Personalization, WebPart Refresh, WebParts, webparts override, Webparts usercontrol, Webparts- Verbs, moss, WSS, WSS 3.0, wss3.0, Dynamic Webparts
  • How to use same webpart control on same page

    Hi, Actually I have developed and user control which is webpart enable and I have to use this usercontrol twise on my page. like Home Address, Professional Address Both time I have to use the same address control. Then I got error zone is already added into the database. Any suggestion.
    Posted to Web Parts and Personalization (Forum) by alirizvi on 03-09-2009, 12:00 AM
    Filed under: Web Parts ASP.NET VWD, web parts debugging, web parts deployment in iis, web Parts drag drop, Web Parts in Action, web parts personalization, ASPxGrid + Web Parts, Atlas Web Parts, CatalogZone, CatalogZones, connected web parts, CreateWebPart, Custom Catalog zone, Custom Editor Part, custom web part, custom webpart, custom webparts, findcontrol in webpart, GetWebPart, webpart dynamically
  • I want to Disappear the Webpartzone title and webpart title

    Hi, When I convert my page layout to design mode there is too much gap and in my webparts and also their titles are showing like untitled1,2.... which I don't want to display on my applicaiton and also I want to reduce the gap between these webparts . Any Help????
    Posted to Web Parts and Personalization (Forum) by alirizvi on 02-12-2009, 12:00 AM
    Filed under: Personalizationnalization, Personalized, Atlas WebParts, AuthorizeWebPart, CreateWebPart, custom verb, custom web part, WebPartZone, WebPartZone Default Title Problem, WebPartZone PartChromeStyle CssClass, Zones, WebZone, Dynamic Webparts, Dynamic WebPartZones, Dynamically add remove WebPartZone
  • Issue With Connected Webparts

    I have created two web parts, one as provider (Implementing IRowProvider interface) and other as consumer (Implementing IRowConsumer interface). When I am adding those web parts in Moss web part pages, they can be connected manually and work perfectly. But when I navigate away from the page, and then...
    Posted to Web Parts and Personalization (Forum) by Dip123 on 12-23-2008, 12:00 AM
    Filed under: connected web parts, CreateWebPart, custom web part, custom web part zone, custom webpart, custom webparts, MOSS WebPart
  • Logged out in edit mode

    I need to check if user is logged in when dragging a webpart . If you get logged out or the user delete the session cookie during Edit mode and you try to drag and drop a webpart you get the error "The specified display mode is currently disabled on this page. Make sure personalization is enabled...
    Posted to Web Parts and Personalization (Forum) by NikkoTheSwede on 09-11-2008, 12:00 AM
    Filed under: CreateWebPart, custom webpart, custom webparts, WebPart, WebPart AJAX, Dynamic Webparts, personalization webpartmanager webparts
  • Using a custom WebPartZone how can you go to EditMode for a newly added WebPart

    I've implemented customized versions of several of the WebPart classes to form a customized Portal (i.e. custom WebPartManager, WebPartZone, etc.). The implementation is inspired by the book "ASP.NET 2.0 WebParts in Action" by Darren Neimke. Essentialy what I want is when the user adds...
    Posted to Web Parts and Personalization (Forum) by IAmAndre on 04-02-2008, 12:00 AM
    Filed under: Web Parts, .NET 3.5, Building Dynamic Web Portals, CreateWebPart, WebPartZone, Zones, ASP.NET2.0
  • Error:Name 'Ucase' not Declared WEBPART Vs 2005

    Hi, I am trying to develop a new webpart with vs 2005 using Sharepoint Web Part Template. I need to use UCASE function insde that.But,when i use it,it is showing an error 'Ucase ' not declared.Ucase is a predefined funtion,why it is saying not declared.Do,i need to add any references. I already...
    Posted to Web Parts and Personalization (Forum) by aditya_raj on 03-24-2008, 12:00 AM
    Filed under: SharePoint, sharepoint 2007, sharepoint webpart, web application, Web Apppplication Project, Web Part, web part application pool sharepoint, Web Parts, Web Parts ASP.NET VWD, Web Parts Catalogs Silverlight, web parts deployment in iis, Web Parts in Action, web parts personalization, .Net Application Development, CreateWebPart, web.config, WebPart, webpart asp.net 3.5 firefox, webpart dynamically, webpart editor, webpart rename untitled, webpart space, webpart space drag drop, webpart verb javascript clientclickhandler, WebPartDescription, WebPartManager, webparts ie6, webParts msn, webparts override, webParts Portal, Webparts profile, WebParts-DeclarativeCatalogPart, webpartt custom editorpart usercontrol, WebPartVerbRenderMode, webpartverbrenderMode ajax firefox, WebPartZone, WebPartZone Default Title Problem, WebPartZone ZoneTemplate UserControl, webservices, web user control, web Parts drag drop, Asp.net 2.0 Profile, Web.sitemap sitemap security tri role manager, webpart connections, WebParts Personalization aspnetdb, Sharepoint Server, web parts debugging, asp.net 2.0, WebPartManager webpart IsClosed LinkButton, WebParts, WebParts Personalization aspnetdb ASP.NET, Webparts Profile Provider, Webparts- Verbs
  • Asp:Validators are not working inside a Webpart

    I have user controls that I am dynamically adding to Webzone via this code: Control uc = this.LoadControl(ddl_controls.SelectedValue.ToString()); Random r = new Random(); uc.ID = ddl_controls.SelectedValue.ToString() + r.Next().ToString(); GenericWebPart wp2 = WebPartManager1.CreateWebPart(uc); wp2.Title...
    Posted to Web Parts and Personalization (Forum) by rosnermd on 02-01-2008, 12:00 AM
    Filed under: Validators, Web Parts, asp.net, C#, Control, CreateWebPart
  • How Can We Do this survey ?

    okay l will tell it steb by step :) 1-) now l have to table in my database one of them is SURVEY and other is ANSWER_SURVEY these are my tables. 2-)SURVEY(id,title,question,answer_id) ANSWER_SURVEY(survey_answer_id,survey_id,answertext,answerate) these are colums of tables for database 3-)id is primary...
    Posted to Web Forms (Forum) by nusretkaya2 on 01-27-2008, 12:00 AM
    Filed under: web 2.0, web application, Web Apppplication Project, Web Part, Web Parts, Web Parts ASP.NET VWD, CreateWebPart, Dynamic, GetWebPart, webParts Portal, Webparts profile, webpartt custom editorpart usercontrol, Dynamic WebPartZones, UserControl, Web Application Project, WebParts Personalization aspnetdb ASP.NET, Webparts- Verbs
  • Custumable Survey Developing like a web part

    okay l will tell it steb by step :) 1-) now l have to table in my database one of them is SURVEY and other is ANSWER_SURVEY these are my tables. 2-)SURVEY(id,title,question,answer_id) ANSWER_SURVEY(survey_answer_id,survey_id,answertext,answerate) these are colums of tables for database 3-)id is primary...
    Posted to Web Parts and Personalization (Forum) by nusretkaya2 on 01-18-2008, 12:00 AM
    Filed under: CreateWebPart, Dynamic Webparts, Custom Editor Part
Page 1 of 4 (34 items) 1 2 3 4 Next >