Sharepoint 2010 sandboxed webpart page load

hello,
I need to run some coding at the time of page load,under which event i need to write coding.
please help.
thanks

Hello,
Try below code to see current user group membership:
bool isMember = false;
using (SPSite site = new SPSite("http://siteurl"))
SPWeb web = site.RootWeb;
string groupName = "Group Name";
var spGroup = web.Groups[groupName];
isMember = web.IsCurrentUserMemberOfGroup(spGroup.ID);
Refer this link code for hiding webpart:
http://social.msdn.microsoft.com/Forums/en-US/721be330-dab5-4b72-9bab-da62f5a0dd02/how-do-i-hide-a-web-part-programmatically-so-i-is-only-visible-in-edit-mode?forum=sharepointdevelopmentlegacy
Hope it could help
Hemendra:Yesterday is just a memory,Tomorrow we may never see
Please remember to mark the replies as answers if they help and unmark them if they provide no help

Similar Messages

  • Deploy SharePoint 2010 Sandbox solution to SharePoint 2013

    Hi All,
                I have sand-box solution which is developed in  Visual Studio 2010 for  SharePoint 2010 ,And it is specially developed for branding the SharePoint 2010  site. Now I  need
    to add the sandbox solution to SharePoint 2013 Site.
                Can any one help how can I do this.
    Thanks, Quality Communication Provides Quality Work. http://siddiq-sharepoint2010.blogspot.in/ Siddiqali Mohammad .

    Hi siddiqali,
    According to your description, my understanding is that you want to deploy SharePoint 2010 Sandbox solution to SharePoint 2013.
    Most of the wsp Solutions deployed in SharePoint 2010 should work fine in SharePoint 2013. This is because of the Support for both 14 Hive and 15 Hive directories that are Created in SharePoint 2013 by default.
    Initially, when you deploy a SharePoint 2010 Solution it gets deployed to 14 Hive and not 15 Hive. To force the solution to install in 15 Hive you need to modify manifest.xml file of your solution and add addSharePointVersion=”15.0” attribute to it. The
    Solutions can be forced to install in 15 hive. However, some of the files especially that refers to _layouts might not work. All SharePoint 2010 Solution files that refers to _layouts folder (i.e. Features, Layouts-files, Images, ControlTemplates)needs to
    be updated, the best approach is to re-create the Solution in Visual Studio 2012.
    More information, please refer to the link:
    http://www.learningsharepoint.com/2013/03/24/deploy-sharepoint-2010-solutions-in-sharepoint-2013/
    Here are some similar posts for you to take a look at:
    http://www.threewill.com/2013/10/migrating-a-sharepoint-2010-solution-to-a-sharepoint-2013/
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/30fe4cb9-ea11-46d0-868d-4306d915b4db/how-to-convert-sp2010-wsp-to-sp2013?forum=sharepointdevelopment
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • SharePoint 2010 - Yammer webpart- Cannot connect to Groups

    We have a SharePoint 2010 environment with the Yammer webpart installed
    when adding the Yammer webpart to a page we can connect to user feeds, company feed, but when we want to add a GroupFeed and try to search for groups we get following:
    Somebody encountered this issue before?

    Hi,
    As this question is more related to the Yammer web part configuration, I suggest you create a post to the Yammer Support, more experts will help you find the solution
    of the issue.
    Support for Yammer:
    http://support.microsoft.com/gp/yammer
    Best regards,
    Zhengyu Guo
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they
    provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]
    Zhengyu Guo
    TechNet Community Support

  • SharePoint 2010 Calendar Webpart

    Hi Team,
    I have a SharePoint 2010 Calendar View webpart and I want to hide/disable the weekends (saturday, sunday).
    Please let me know the plausible solution for the same.
    Regards Sourabh Soni

    Hi Sourabh,
    I am just redirecting you to other thread on msdn for same issue.Please go through this.
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/30a457f9-5071-4c8f-9816-083a72728e70/hidingremoving-weekends-sat-and-sun-from-sharepoint-calendars?forum=sharepointgeneralprevious
    Hope this helps you.
    Regards
    Soni K

  • SharePoint 2010 : Slider webpart

    Hi techies,
    I got a requirement to implement slider webpart in SharePoint2010 and i created slider webpart by using BXslider plugin
    here is the Screenshot:
    <script type="text/javascript" src="/_layouts/Scripts/jquery-1.11.0.min.js"></script>
    <script type="text/javascript" src="/_layouts/Scripts/jquery.bxSlider.min.js"></script>
    <style type="text/css">
    .bx-wrapper
    background-color:inherit;
    padding:10px 10px 10px 10px;
    .vclass
    vertical-align:top;
    .tdinfo
    font-family:Trebuchet MS !important;
    font-size:16px !important;
    vertical-align:top;
    color:#2c3e50;
    line-height:normal;
    text-align:justify;
    .wpheading
    font-family:Trebuchet MS !important;
    font-size:22px !important;
    background-color:#e6e5e5;
    padding:10px 10px 10px 10px;
    margin-top:3px;
    margin-bottom:10px;
    color:#2f2f2f;
    .tdtitle
    font-family:Trebuchet MS !important;
    font-size:20px !important;
    padding:10px 0px 10px 0px;
    color:#2f2f2f;
    margin-bottom:5px;
    .tdlink
    font-family:Trebuchet MS !important;
    font-size:14px !important;
    width:100px;
    color:#2f2f2f !important;
    background-color:#fec80d;
    padding:5px 5px 5px 5px;
    margin-top:3px !important;
    .tdlink:hover
    background-color:#F2F2F2;
    color:#627AAD !important;
    .tdlink a
    color:#ecf0f1 !important;
    text-decoration:none;
    .tdlink a:hover
    color:#e6e5e5!important;
    text-decoration:none;
    #sliderImage
    vertical-align:top;
    .bx-window
    /*height:150px;*/
    .bx-pager
    margin-top:15px;
    text-align : center;
    .bx-pager a
    color: #2f2f2f !important;
    font-size: 16px;
    padding: 0 10px;
    .bx-pager .pager-active, .bx-pager a:hover
    background-color:#fec80d;
    color: #2f2f2f !important;
    text-decoration: none;
    a
    text-decoration: none;
    #centeroverlap {
    left: 300px;
    top: 36px;
    font-family: Verdana;
    line-height: 80%;
    </style>
    <script type="text/javascript">
    $(document).ready(function () {
    $('#slider1').bxSlider({
    auto: true,
    pager: true,
    controls: false,
    pause: 10000
    </script>
    <div class="wp-Cover">
    <div class="wpheading">News</div>
    <div id="slider1" >
    <asp:Repeater ID="rep1" runat="server">
    <ItemTemplate>
    <!--<div style='<%# "background: url('" + Eval("Image") + "') no-repeat top center" %>' >-->
    <table >
    <tr>
    <td colspan="2"><div class="tdtitle" >
    <%# DataBinder.Eval(Container.DataItem, "Title")%>
    </div>
    </td>
    </tr>
    <tr>
    <td id="sliderImage">
    <img class="img-border" alt="" src="<%# DataBinder.Eval(Container.DataItem, "Image") %>" width="190px" height="150px" />
    </td>
    <td class="tdinfo">
    <%# DataBinder.Eval(Container.DataItem, "Body")%>
    <div ><a class="tdlink" href="<%# DataBinder.Eval(Container.DataItem, "ListItemUrl") %>">[Read More..]</a></div>
    </td>
    </tr>
    <tr>
    <td></td>
    <td>
    </td>
    </tr>
    </table>
    </ItemTemplate>
    </asp:Repeater>
    </div>
    </div>
    <script type="text/javascript">
    $('img').error(function () { $(this).hide(); });
    $('img').each(function () { this.src = this.src; });
    </script>
    above code is design code of my webpart
    which fetched data from a list and binds data to the tags
    Now my requirement changed.. they need a slider with background image and contents on the image
    [Note: both the images and contents should slider]
    For the requirement i tried many approached but i am not able to succeed. 
    Please any help will be appreciated.

    Try below:
    https://www.nothingbutsharepoint.com/sites/eusp/Pages/SharePoint-Integrate-a-Slider-with-the-Content-Query-Web-Part-Part-1-What-does-my-Slider-Need-to-Work.aspx
    <div id="slides">
    <div class="slides_container">
        <div class="slide">
            <a>link 1</a>
            <div class="caption">
                <p>caption text 1</p>
            </div>
        </div>
        <div class="slide">
            <a>link 2</a>
            <div class="caption">
                <p>caption text 2</p>
            </div>
        </div>
    </div>
    </div>
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/aa37ab24-9fe2-4418-8acc-b6a7e1f15646/sharepoint-slider-webpart?forum=sharepointgeneralprevious

  • SharePoint 2010 Dataview webpart in Datasheet view

    Is it possible to display a Dataview webpart in Datasheet view?
    To be more precise,I am using Dataview webpart to display a XML file data(using XML file connection in SPD).I would like to know if i can display this data using Datasheet view from the DVWP.
    Any inputs/suggestions would be highy appreciated....

    Is it possible to display a Dataview webpart in Datasheet view?
    To be more precise,I am using Dataview webpart to display a XML file data(using XML file connection in SPD).I would like to know if i can display this data using Datasheet view from the DVWP.
    Any inputs/suggestions would be highy appreciated....

  • SharePoint 2010 keywords webpart

    Hello,
    I'm looking for a webpart like this
    http://www.mcac.maryland.gov/newsroom/TerrorismNews in this site. Can I do something similar to this? I don't think tag cloud can achieve this, it takes users to mysite which I don't want.
    I want users to see top 10 keywords, and when they click, it takes them to the related article.
    Thank You

    Hi Danny,
    As the tags can be used to tag many documents, and you want to direct users to one of the documents by clicking the tag, then you need to customize your own web part with code.
    In the code, you need to get all the documents which have been tagged by this tag with SocialTagManager.GetAllUrls Method:
    https://msdn.microsoft.com/en-us/library/office/microsoft.office.server.socialdata.socialtagmanager.getallurls(v=office.14).aspx
    And then you can set an onclick event to open the one of the documents by clicking the tags.
    Best regards.
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to Get current username in custom SharePoint 2010 master page

    Hi,
    How can I get current logged-in username in SharePoint 2010 custom master page?
    Regards,
    Amit

    You can use the SPContext.Web.CurrentUser object to get at the information you're looking for. This can be accessed either via client-side JavaScript or server-side ASP.NET code.
    Getting the logged in user's login and name via JavaScript:
    <script>
    ExecuteOrDelayUntilScriptLoaded(function(){
    var clientContext = SP.ClientContext.get_current();
    var CurrentUser = clientContext.get_web().get_currentUser();
    clientContext.load(CurrentUser);
    clientContext.executeQueryAsync(Function.createDelegate(this,function(){
    // User's Name
    alert(CurrentUser.get_title());
    // User's Login
    alert(CurrentUser.get_loginName());
    }),Function.createDelegate(this,function(sender,args){alert(args.get_message())}));
    },"SP.JS");
    </script>
    And of course, it's even easier via server-side C#:
    <script runat="server">
    String username = SPContext.Current.Web.CurrentUser.Name;
    String userlogin = SPContext.Current.Web.CurrentUser.LoginName;
    </script>
    I hope that helps!

  • How to print calendar for the year with one month a page in sharepoint 2010?

    Currently, I can print a SharePoint 2010 calendar one page at time when the month view is displayed.  Is there an easy way to print all the months at once with one month on each page?
    Thanks for any tips!

    I can't vouch for it but a useful looking CodePlex project might help with this.
    If you've permissions to install it and test, have a look at this. It does mention Calendars specifically too.
    http://spprintribbonbutton.codeplex.com/
    I'd be interested in your feedback for this one.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • SharePoint Foundation Sandboxed Code Service - Unable to activate worker process proxy object within the worker process

    Issue:
    On a vanilla installation, the sandboxed code service (e.g. SPUCHostService.exe) is started; however, SPUCWorkerProcessProxy.exe and subsequently SPUCWorkerProcess.exe fails to start.
    Resolution/Workarounds attempted:
    Attempted 2 different Load balancing settings – local and remote (i.e. affinity)
    Ensured local computer policy on server for ‘RPC Endpoint Mapper Client Authentication’ and ‘Restrictions for Unauthenticated RPC clients’ is disabled.
    Ensured following key in registry is set properly - HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\RPC
    Attempted to bypass SharePoint’s check for certificate revocations at crl.microsoft.com
    Ensured the service account is added to the respective groups (e.g. Performance Log Users, Performance Monitor Users, IIS_IUSRS, WSS_ADMIN_WPG, WSS_WPG)
    Increased limit of ‘AbnormalProcessTerminationCount’ of SPUserCodeService via Powershell
    We have tried all possible workarounds from the following MSDN reference:
    http://blogs.msdn.com/b/sharepointdev/archive/2011/02/08/error-the-sandboxed-code-execution-request-was-refused-because-the-sandboxed-code-host-service-was-too-busy-to-handle-the-request.aspx
    ULS:
    02/21/2014 05:24:50.64  SPUCHostService.exe (0x0230)  0x0F74  SharePoint Foundation Sandboxed Code Service              fe8a               
    Medium               -  - Unable to activate worker process proxy object within the worker process: ipc://38432b45-2f32-4926-ade2-ef53ae1cd501:7000  
    02/21/2014 05:24:50.64  SPUCHostService.exe (0x0230)  0x0F74  SharePoint Foundation Sandboxed Code Service              fe8c               
    Medium               -  - Error activating the worker process manager instance within the worker process. - Inner Exception: System.InvalidOperationException: Unable to activate worker
    process proxy object within the worker process: ipc://38432b45-2f32-4926-ade2-ef53ae1cd501:7000     at Microsoft.SharePoint.UserCode.SPUserCodeWorkerProcess.CreateWorkerProcessProxies()    
    02/21/2014 05:24:50.64  SPUCHostService.exe (0x0230)  0x0F74  SharePoint Foundation Sandboxed Code Service              ei0t               
    Medium               - Process creation/initialization threw an exception. Stopping this process. "ipc://38432b45-2f32-4926-ade2-ef53ae1cd501:7000"
    02/21/2014 05:24:50.65  SPUCHostService.exe (0x0230)  0x0F74  SharePoint Foundation Sandboxed Code Service             
    fe87                Medium               -  - Error activating the worker process manager instance within
    the worker process. - Starting worker process threw - Inner Exception: System.InvalidOperationException: Unable to activate worker process proxy object within the worker process: ipc://38432b45-2f32-4926-ade2-ef53ae1cd501:7000     at Microsoft.SharePoint.UserCode.SPUserCodeWorkerProcess.CreateWorkerProcessProxies()   
    Any other insights on how I can troubleshoot the issue described?
    Thanks in advance!

    Hi ,
    For resolving your issue , you can do as the followings:
    1. Logged into the Web Server with the Timer Service Account.
    2. Ran the powershell command to check the SID of the account running the spucworkerprocessproxy.exe:  
    $(Get-SPManagedAccount -Identity "THE SERVICE ACCOUNT").Sid.Value
    3. Checked the registry :
    HKEY_USERS\[SID OF THE SERVICE ACCOUNT]\Software\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing\State
    4. Changed the value 0x00023c00 to 0x00023e00
    In addition, here are some similar posts for you to take a look at:
    http://social.technet.microsoft.com/Forums/en-US/aae497df-5f0d-4f86-a724-c7b805ccd07f/sharepoint-sandboxed-code-service-troubles?forum=sharepointgeneralprevious
    http://blogs.technet.com/b/operationsguy/archive/2011/01/17/sharepoint-2010-sandboxed-code-solutions-and-web-proxy.aspx
    http://social.msdn.microsoft.com/Forums/en-US/c21e2c3a-a259-4d5f-8071-eff52b7bddc3/issue-sandbox-solution-too-busy-to-handle-the-request?forum=sharepointgeneralprevious
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Sharepoint 2010, after restore, webpart only can viewd by authenticated users in the public page.

    Hi, I restore a Site from one server to other which have a different domain.
    I installed the wsp files, I published the page, I check for the site pages and everything is ok but, when I visit the page as normal
    user from internet, I get the next error when I visited the pages with webparts.
    When I visit the page with an authenticated user, that show me the webpart normaly.
    I try to check for permissions in the page, I click page permissions
    or library permissions and shows the next:
    Shows me the same error.
    Any ideas?
    Thanks a lot!!

    Hi,
    As I understand, after you restored the site from one server to other server you encountered the error.
    1. From the error you provided, it seems that it cannot find relative files, it is possible that you did not restore the site fully. You can restore the site again. 
    2. You can check the ULS log with the correlation ID, and get the details of the errors. You can fix the problems according to the details of the errors. 
    The case below is about there are several ways to backup and restore site in SharePoint 2010, you can refer to the case.
    http://sharepoint.stackexchange.com/questions/34639/problem-restoring-sharepoint-from-backup 
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Insert webpart zone in tabs in webpart page using sharepoint designer 2010

    Hi All,
    I am facing a problem , its looks very easy but i couldn't found any clue about this.
    i have created a webpart page, after this i have enable to view quick launch in this webpart page. then i have create a some tabs with reference to this site
    https://jqueryui.com/tabs/. but the problem is when i go to view my page in browser it take same height which is same as quick launch height. and in my diff scenario i have created tab using content editor web part then its working fine. but
    i need to create web part zone in these tabs that why i m not able to do this using content editor. so i am using designer only.
    i guess i am writing content in wrong content place holder or etc. please help me ...i have already lost my 2 days for this.
    FYI, please find the code which i used in webpart page using share point desinger.
    <asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" runat="server">
    <SharePoint:ListItemProperty Property="BaseName" maxlength="40" runat="server"/>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageTitleInTitleArea" runat="server">
    <WebPartPages:WebPartZone runat="server" title="loc:TitleBar" id="TitleBar" AllowLayoutChange="false" AllowPersonalization="false"><ZoneTemplate>
    <WebPartPages:TitleBarWebPart runat="server" AllowEdit="True" AllowConnect="True" ConnectionID="00000000-0000-0000-0000-000000000000" Title="Web Part Page Title Bar" IsIncluded="True" Dir="Default"
    IsVisible="True" AllowMinimize="False" ExportControlledProperties="True" ZoneID="TitleBar" ID="g_14e08bcc_e32c_4759_80dc_34e124e6212f" HeaderTitle="abc1" AllowClose="False" FrameState="Normal"
    ExportMode="All" AllowRemove="False" AllowHide="True" SuppressWebPartChrome="False" DetailLink="" ChromeType="None" HelpLink="" MissingAssembly="Cannot import this Web Part." PartImageSmall=""
    HelpMode="Modeless" FrameType="None" AllowZoneChange="True" PartOrder="2" Description="" PartImageLarge="" IsIncludedFilter="" __MarkupType="vsattributemarkup" __WebPartId="{14E08BCC-E32C-4759-80DC-34E124E6212F}"
    WebPart="true" Height="" Width=""></WebPartPages:TitleBarWebPart>
    </ZoneTemplate></WebPartPages:WebPartZone>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderTitleAreaClass" runat="server">
    <style type="text/css">
    Div.ms-titleareaframe {
    height: 100%;
    .ms-pagetitleareaframe table {
    background: none;
      </style>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderAdditionalPageHead" runat="server">
    <meta name="GENERATOR" content="Microsoft SharePoint" />
    <meta name="ProgId" content="SharePoint.WebPartPage.Document" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="CollaborationServer" content="SharePoint Team Web Site" />
    <script type="text/javascript">
    // <![CDATA[
    var navBarHelpOverrideKey = "WSSEndUser";
    // ]]>
    </script>
    <%--<SharePoint:UIVersionedContent ID="WebPartPageHideQLStyles" UIVersion="4" runat="server">
    <ContentTemplate>
    <style type="text/css">
    body #s4-leftpanel {
    display:none;
    .s4-ca {
    margin-
    </style>
    </ContentTemplate>
    </SharePoint:UIVersionedContent>--%></asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderSearchArea" runat="server">
    <SharePoint:DelegateControl runat="server"
    ControlId="SmallSearchInputBox"/>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderLeftActions" runat="server">
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageDescription" runat="server">
    <SharePoint:ProjectProperty Property="Description" runat="server"/>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderBodyRightMargin" runat="server">
    <div height="100%" class="ms-pagemargin"><img src="/_layouts/images/blank.gif" width="10" height="1" alt="" /></div>
    </asp:Content>
    <%--<asp:Content ContentPlaceHolderId="PlaceHolderPageImage" runat="server"></asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderNavSpacer" runat="server"></asp:Content>--%>
    <%--<asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server"></asp:Content>--%>
    <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server">
    <html lang="en">
    <head>
    <meta name="WebPartPageExpansion" content="full" />
      <meta charset="utf-8">
      <title>jQuery UI Tabs - Default functionality</title>
      <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
      <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
      <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
      <link rel="stylesheet" href="/resources/demos/style.css"><script>
      $(function() {
        $( "#tabs" ).tabs();
      </script></head><body><div id="tabs">
      <ul>
        <li><a href="#tabs-1">Bangalore 1</a></li>
        <li><a href="#tabs-2">Bangalore 2</a></li>
        <li><a href="#tabs-3">Bangalore</a></li>
        <li><a href="#tabs-4">Chennai 4</a></li>
          </ul>
    <table cellpadding="4" cellspacing="0" border="0" width="100%">
    <tr>
    <td><div id="tabs-1"> <%--id="_invisibleIfEmpty" name="_invisibleIfEmpty" valign="top" width="100%"> --%><WebPartPages:WebPartZone id="g_6958510ECBD74ABD8AA9F8E26B747B27"
    runat="server" title="Zone 13"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone><WebPartPages:WebPartZone id="g_FA3DDD09582A4C589559877B7169340D" runat="server" title="Zone 14"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone></div></td>
    </tr>
    <tr><td><div id="tabs-2">
    <WebPartPages:WebPartZone id="g_73928F4B9F484EE392EBCBA7D5ACF9FE" runat="server" title="Zone 1"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>
    <WebPartPages:WebPartZone id="g_77B2328C81874FFB8034559174B450BF" runat="server" title="Zone 12"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>
    </div></td></tr>
    Please help..if u need any other detail i ll provide you.. plz check the image after doing this the tabs take full range as quick launch.
    Thanks
    Vivek Singh Tomar

    You do not need to work on visual studio, you can create page layout form web and sharepoint designer. Page layouts are only available on publishing sites, you can modify page layout using sharepoint designer, add your required html and web part zones.
    Check below few links for reference:
    http://msdn.microsoft.com/en-us/library/gg430141(v=office.14).aspx#bk_custompagelayout
    http://www.mssharepointtips.com/tip.asp?id=1125
    http://blogs.technet.com/b/tothesharepoint/archive/2013/04/10/stage-7-upload-page-layouts-and-create-new-pages-in-a-publishing-site.aspx
    http://msdn.microsoft.com/en-us/library/gg430141(v=office.14).aspx#bk_custompagelayout
    Page layouts creation and editing is almost same in MOSS 2007, SharePoint 2010 and SharePoint 2013. If you are creating page layout using web then you can easily modify it using SharePoint designer.
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer :)

  • Jquery or code for Image loading on Sp Gridview Pager(Next ,Prev) click functionality on sharepoint 2010

    Jquery or dynamic code for Image loading on Sp Gridview Pager(Next ,Prev) click functionality on sharepoint 2010.
    i have a dynamic SP gridview contains Previous and next
    buttons for paging.
    page doesn't contain Update panel.
    grdXRPSUsers.PagerSettings.Mode = PagerButtons.NextPrevious;
    grdXRPSUsers.PagerSettings.PreviousPageText = "< Previous Page";
    grdXRPSUsers.PagerSettings.NextPageText = "Next Page >";
    grdXRPSUsers.PagerSettings.FirstPageText = "First Page";
    grdXRPSUsers.PagerSettings.LastPageText = "Last Page";
    When i click on Next or Previous page in the gridview it will take more time and showing progress bar in th below.
    As per my client request, i need to change the
    progress bar to Loading image (Wheel at middle of the grid at fething time).
    How its possible either through jquery or Programming(code behind).
    Please help

    Hi,
    According to your description, my understanding is that  you want to add loading image when click the paging button to load the data.
    I suggest you can use Jquery BlockUI Plugin to show a block image when loding data in paging click event.
    Here is a similiar thread for your reference:
    How to display a loading image until a gridview is fully loaded
    More information:
    Jquery BlockUI Plugin
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Sharepoint Foundation 2010 / IE11 Error when loading aspx page

    Sharepoint 2010 throws an error anytime a user tries to access a specific page (instead of the main URL share.domain.com) through IE11. Chrome appears to be uneffected. It's driving me crazy trying to figure it out. It's also effecting One Note as we're
    no longer able to sync with Sharepoint hosted OneNote documents.
    Does not work:
    http://share.domain.com/Lists/Digital%20Marketing%20%20Tasks/AllItems.aspx 
    http://share.domain.com/IT%20Wiki/Home.aspx
    Does work:
    http://share.domain.com/Lists/Digital%20Marketing%20%20Tasks/
    http://share.domain.com/IT%20Wiki/
    Here's the error from the logs:
    Timestamp
    Process
    TID
    Area
    Category
    EventID
    Level
    Message
    Correlation
    10/22/2014 11:50:15.63
    w3wp.exe (SERVER_NAME:0x0714)
    0x1BD8
    SharePoint Foundation
    Logging Correlation Data
    xmnv
    Medium
    Name=Request (GET:http://share.domain.com:80/IT%20Wiki/Contacts.aspx)
    a5c139bd-0232-4164-871e-c5687343b897
    10/22/2014 11:50:15.63
    w3wp.exe (SERVER_NAME:0x0714)
    0x1BD8
    SharePoint Foundation
    Runtime
    tkau
    Unexpected
    System.InvalidOperationException: Operation is not valid due to the current state of the object. at Microsoft.SharePoint.WebControls.SPControl.EnsureSPWebRequest(SPWeb web) at Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context)
    at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.GetContextWeb(HttpContext context) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.PostResolveRequestCacheHandler(Object oSender, EventArgs ea) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    a5c139bd-0232-4164-871e-c5687343b897
    10/22/2014 11:50:15.65
    w3wp.exe (SERVER_NAME:0x0714)
    0x1BD8
    SharePoint Foundation
    Monitoring
    b4ly
    Medium
    Leaving Monitored Scope (Request (GET:http://share.domain.com:80/IT%20Wiki/Contacts.aspx)). Execution Time=13.1097
    a5c139bd-0232-4164-871e-c5687343b897

    HI Shaun,IE11 is having some know issues with the share point.Make sure the IE (Internet Explorer) Version should be 32-bit and not a 64-bit.
    http://expertsharepoint.blogspot.de/2014/08/issues-with-sharepoint-2013-and.html
    Anil Avula[MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

  • Saving Files from Word 2010 into SharePoint 2010 document library deployed as a sandbox solution gives "Web page no longer exist" Error 410

    Created a new SharePoint 2010 List Definition project, Sandbox deployment option. List Definition type: Documents Library. When attempting to save into the document library from Microsoft Word 2010 I get "The webpage no longer exists" error in
    the File Save dialog
    If I change the type of the solution to Farm solution it works as expected.
    IISLOGS:
    2013-12-19 10:12:01 127.0.0.1 PROPFIND / - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 35
    2013-12-19 10:12:01 127.0.0.1 PROPFIND /sites - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 26
    2013-12-19 10:12:01 127.0.0.1 PROPFIND /sites/team1 - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 30
    2013-12-19 10:12:01 127.0.0.1 PROPFIND /sites/team1/Lists - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 32
    2013-12-19 10:12:01 127.0.0.1 POST /_vti_bin/shtml.dll/_vti_rpc - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 200 0 0 10
    2013-12-19 10:12:01 127.0.0.1 HEAD /sites/team1/_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.*&location=Lists/ListDefinitionProject1-ListInstance1 80 - 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 401 0 0 6
    2013-12-19 10:12:01 127.0.0.1 HEAD /sites/team1/_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.*&location=Lists/ListDefinitionProject1-ListInstance1 80 - 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 401 1 2148074254 2
    2013-12-19 10:12:01 127.0.0.1 HEAD /_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.*&location=Lists/ListDefinitionProject1-ListInstance1 80 0#.w|domain\username 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 200 0 0 23
    2013-12-19 10:12:01 127.0.0.1 GET /sites/team1/_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.docx&location=Lists%2FListDefinitionProject1-ListInstance1 80 - 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 401 0 0 10
    2013-12-19 10:12:01 127.0.0.1 GET /sites/team1/_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.docx&location=Lists%2FListDefinitionProject1-ListInstance1 80 - 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 401 1 2148074254
    2
    2013-12-19 10:12:01 127.0.0.1 GET /_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.docx&location=Lists%2FListDefinitionProject1-ListInstance1 80 0#.w|domain\username 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 410 0 0 34
    2013-12-19 10:12:01 127.0.0.1 PROPFIND /sites/team1/Lists/ListDefinitionProject1-ListInstance1 - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 36

    Hi,
    According to your post, an error occurred when you used the custom Documents Library(List Definition using sandbox solution).
    Please check whether you have removed <ContentTypeRef/> in the <ContentTypes/> tag of Schema.xml file in your project.
    Here is a sample about list definition deployed as a sandbox solution, you can take a look at:
    http://sharepointbuzzer.com/2010/10/21/list-definition-using-sandbox-in-sharepoint-2010/
    Best Regards
    Dennis Guo
    TechNet Community Support

Maybe you are looking for

  • How to use address node in smart forms

    hii all,       can any one tell me how to print the address usin the address node in smartforms....pls explain me in detail... thank you.

  • Automatically mount USB 3.0 WD External HDD with iMac 24-inch mid-2007

    I am using a 2TB Western Digital (WD) My Book Essential external Hard Disk Drive for my iMac 24-inch mid-2007 to use it as a Time Machine backup disk. This HDD only comes with a USB 3.0 connection.  Function-wise, it works with the iMac and Time mach

  • Problems with Westell 7500 Gateway

    Hi guys I have a problem with a westell 7500 series wireless gateway. Having recently upgraded to the gateway from an old 6100 series modem, I am having some issues keeping computers synced with the gateway. Every time I restart my computer connected

  • Wifi Network Problems CoreDuo iMac 20"

    Just upgraded to 10.5 and now my iMac will not recognize my wireless network. In fact during a clean install it didn't find my router or access-point. I never had this problem before I upgraded. The only way I can get it to work is going into the "as

  • Firefox 26 not responding in Mac OS 10.7.5

    Firefox 26 not responding on startup in Mac OS 10.7.5