Editing of records pops up blank blue box
For some reason, with some views, when I try to edit a record, it pops up a box after I check the left check box and click "edit" at the top of the screen, but the popup is a blank, small blue box....
View ArticleVisualWebPart - Adding to schema.xml
Hi guys,I have one question regarding to add a visual web part to a Schema.XML.If I have this visual Webpart:<?xml version="1.0" encoding="utf-8"?><webParts><webPart...
View ArticleHide Upload Document button in a sharepoint library programmatically
Hi,How to hide Upload Document button in a sharepoint library programmatically?Thank you,AA.
View ArticleAdding pre-defined webparts to Pagelayout
I've been tearing my hear out with this one today. I've created a new page layout and inserted an empty web part zone inside it, now when i add any web part to the web part zone using share point...
View ArticleHow to attach content type to upload documents button
Hi,Is it possible to load content type when user clicks Upload Document button and Add new document in a library?Thank you,AA.
View ArticleBind Document Library documents to grid view in share point 2010 grammatically
Hi, how to call new window for open documents when click and document name in grid view it will be open new window, here i am using like this in grid view <asp:HyperLinkField HeaderText="Document...
View Articleget item id using javascript after commit
hi friendsi am using below code to for custom save button.<input class="ms-btn" id="btnApp" onclick="javascript: {ddwrt:GenFireServerEvent('__commit')}; AfterSave();" type="button" value="Approve"...
View Articlepaging in listviewbyquery web part
hi, can anyone pls let me know how to implement paging in a listviewview byquery web part,i am having this web part with more than 1000s of documents which populates from the doc lib and the users...
View ArticleList content type in Visual Studio solution
Is it necessary to create a site content type when creating a list template and instance in a Visual Studio solution for SP2010?I want to create a list definition/instance but do not need a site...
View Articlestart workflow using javascript while on item creation
hi friendsi have two workflows for one list item.i have to start my workflows by javascripton item creationi am able to start workflow using javascript for already created items but am unable to start...
View Articlestart workflow using javascript
function AfterSave() { alert("in"); var scriptbase = _spPageContextInfo.webAbsoluteUrl + "/_layouts/15/"; $.getScript(scriptbase + "SP.js", function () { $.getScript(scriptbase + "SP.Runtime.js",...
View ArticleScriptLink does not load until after web parts
I have a master page with a SharePoint link in it.<SharePoint:Scriptlink runat="server" Name="~siteCollection/SiteAssets/menu/js/menubar.js" Language="javascript" />I have web parts on the page...
View ArticleTrying to upload Access 2010 Databse to Sharepoint 2010 - Error
So my company just integrated SP2010 and I have a web database that is ready to upload to SP2010. I ran the compatibility checker, no problem.When I attempt to publish, I get the error that states "The...
View ArticleMaster details Sharepoint list
We have requirement for Master details sharepoint list as followsdetails list will be having multiple item for master listhow can we get the id of master form since that id will be utilized to have...
View ArticleUsing SPGridView with SPGridViewPager and ListItemCollectionPosition
Hi,Is it possible to use SPGridView, SPGridViewPager and ListItemCollectionPosition together.I have the Current code markup as below, but the Paging is not working.<SharePoint:SPGridView...
View ArticleDrop Down web part
I need to create a sharepoint dropdown web part. It is going to display a field for one of my lists. When someone selects a value it is going to display the display page for that item. I just want to...
View ArticleAdd or Remove AD Group Users from SharePoint
Team,I have a small requirement in sharePoint. I need to add a new user or remove the user from Active Directory Group through SharePoint?My sharePoint site has a list which has a user name to be...
View ArticleCustom Sort via the XSL and custom template?
I am trying to add a sort order to a CQWP. I would like a template style that does the sorting? I have to sort by a field called SortOrder, then I want it to be by file name - here is the code:I am...
View Articleconnect remote Sharepoint with VS 2010
Hi,i have test sharepoint test environment and also installed VS Studio 2010 ultimate. VS connect to test environment site. my production sharepoint environment is on other domain. when i want to...
View ArticleFirst deny permissions to All users for the list item and grant only one user...
in my event receiver i have to write the below functionality: Deny permission for all but one user .i tried below : but it throws an error on this line :...
View Article