Tagged Questions
-3
votes
0answers
26 views
How to modify default.aspx in sharepoint 2007
I am new in the SharePoint and I am working in a project has two English and French websites.
I have a subside in both English and French websites are using a calendar web part.
But, as the theme ...
0
votes
0answers
11 views
Mobile Viewable Workflow Task Page
I am working with SharePoint 2007 site. The Client public SharePoint site is not mobile enabled and they need to complete the Custom workflow tasks using a mobile device.
So I thought of creating a ...
1
vote
1answer
101 views
ASP.NET DLL required in both GAC and \Inetpub\wwwroot\bin
I copied an ASP.NET application DLL into \Inetpub\wwwroot\bin and copied the application folder under Sharepoint 2007 TEMPLATES\Layouts folder, so I could access the application from ...
0
votes
0answers
44 views
share point visual web part on chart click not working
have start date,end date and search button.
on button click i had loaded pie chart.
Now on pie chat click i need to load another pie chart.The DeviceChartchange function not firing.
...
0
votes
1answer
223 views
create custom sharepoint calendar webpart with data from a WCF service
I am fairly new to sharepoint. We are trying to create a custom calendar web part for our sales team to display their itinerary from an external WCF webservice. The calendar will look just like ...
1
vote
0answers
133 views
Sharepoint 2007: Hiding wssuc:Welcome “Sign In” text, but not “Welcome” text
I have a Sharepoint web page that users are required to sign in to use additional features. Different features require different sign ins, so I have a link to a page listing the various sign ins and ...
0
votes
0answers
174 views
SPGridview Grouping Not Working for Same Value in the Grouping Column
I am working with SPGridview with Grouping, Pagination and Sorting Enabled. It Worked fine but When I have same values in a column for a page the Grouping with Collapsing is not working.
For example ...
0
votes
1answer
83 views
Custom Filtering with Like Keyword-GridView
I am using custom SPgridview with Filtering, and Sorting. In Filtering for the Query I have used has a condition as follows.
" AND SupplierActiveStatus LIKE '%{0}%'"
This has two values in DB. ...
0
votes
1answer
138 views
How to get a stored Dictionary<string,int> from the viewstate
I am trying to get a Dictionary from a view state. But I get an error saying it is not marked as serialize.
var groupByCountDictionary = from supplier in supplierDirectoryList
...
0
votes
1answer
458 views
run vbs script file using C# code
I am trying to execute a vbs file using C# code. The vbs file has the code to invoke an application on my machine. I am able to run the vbs script file when i run the C# code locally, but when i ...
0
votes
0answers
89 views
How to bind asp-controls inside a custom controls childcontent to a parent repeater
This is my Layout:
<asp:Repeater ID="RptSuper" runat="server" DataSourceID="MyDataSource">
<ItemTemplate>
<asp:Label Text="<%# DataBinder.Eval(Container.DataItem, "SomeData") ...
0
votes
1answer
354 views
The Web application at ??? could not be found
I have an asp.net web site in vs2008 in which I wrote sharepoint object model code. I run my code on windows server 2003 64-bit mode and I have sharepoint 2007(64 bit mode) installed on that.
...
0
votes
0answers
236 views
How to use a site template (.stp) in SharePoint
I'm new to SharePoint, and i'm trying to create a new site from the template of a site I deleted. So, I had site A that needed to be deleted, but also used as a template for a new site B. I saved site ...
0
votes
0answers
107 views
Adding Image to Word Document
I have created one application, which generates MS word doc file. For generating this i am using one data table which contains data. The first Column of the data table consist of Body and second is ...
0
votes
0answers
126 views
Special Character not being saved to Oracle database (example: á)
I am facing a weird issue while inserting data to oracle database. I have these special characters like á , ®,©,™ . For example if we take the a-acute symbol(á). This is working fine if i run the code ...
0
votes
0answers
33 views
The best way to collaborate developer applications within the organization
I have a project and would like to ask your recommendation on what technology I should use. Basically, my boss wants me to create an accessible site(website) within the organization wherein all tools, ...
0
votes
2answers
165 views
MOSS 07 editform.aspx fails to commit and goes to blank html page
Found solution from Microsoft Blog... see below
OK, to start I don't like the word random but I cannot find any correlation in test cases for this problem so I am going to use random to describe ...
0
votes
1answer
194 views
Functionality of not working user control not working on Sharepoint 2007 List Edit.aspx
I have deployed a user control on sharepoint 2007 list Edit.aspx page. It is working fine on my test server but on production only the UI of the user control is loaded. No textbox or combo box on page ...
0
votes
1answer
278 views
File not found error on User control on production
I made 2 usercontrols for sharepoint 2007 site. Everything is working fine on test server. I deployed it on production but only 1 got deployed and placed properly. The second user control is added n ...
1
vote
2answers
435 views
Session never expires in MOSS 2007 hosted asp .net using SQLServer sessionState mode
I have an application running using asp.net authentication and SQL Server sessionState mode. For some reason, the session seems to never expire one one of our environment.
This is an extract from the ...
0
votes
1answer
326 views
Parser Error on user control after deploying and while adding on web part page
I created a user control for sharepoint 2007 site on my test server it was working properly. and today I deployed it on production It is giving parser error:
Server Error in '/' Application.
Parser ...
0
votes
1answer
514 views
SPListItem.Update throws UnauthorizedAccessException for Forms authenticated user
I'm trying to fix some code (that I didn't write) that inserts an item into a SharePoint list. The problem is the code works for anonymous users, but if the user is logged in via ASP.NET forms ...
-2
votes
1answer
225 views
Employee ID reflected in created by column instead of display name
I wrote a program to import data from excel sheet to sharepoint 2007 list. Around 11000 data gets imported. I have used the below code. My query is I wanted to put "employee's display name" in ...
0
votes
1answer
245 views
How to check if a particular word is present in a column of sharepoint list
I have a sharepoint 2007 list in which there is a column 'EmpID' which contains employee ids in this format: 12345;6789;121212
I need to find if 12345 is present in EmpID column. If i use caml query ...
1
vote
2answers
856 views
How do I add a user control from a separate assembly onto a Sharepoint application page?
There is probably a very simple solution to this problem but since I do not know Sharepoint at all and cannot seem to google my way to wisdom on this one maybe one of you guys can steer me in the ...
0
votes
1answer
389 views
Download Latest File from SharePoint Server
I have very little idea on sharepoint. Need a start,how to access the share point site and download the latest file avilable in a particular folder.
I am using ASP.Net/C#.Net and Visual Studio 2008 ...
0
votes
1answer
212 views
Adding User Control instead of EditForm.aspx in designer
Hello I am trying to add My user control instead of EditForm.aspx(using sharepoint 2007) I have added a new aspx page and registered my dll. But now I dont know how to proceed.
Also In my project I ...
0
votes
1answer
580 views
How can I send an email using SharePoint Web Service Access?
I'm developing an external ASP.NET app that will sit inside a SharePoint site. Can I use SharePoint services to send an email? The app will specify the email content (subject, to, from, and body). I ...
1
vote
0answers
249 views
Disable output caching on individual web part (MOSS 2007)
We run our external website on Sharepoint 2007, and all the content is pulled from list data and generated using C# web parts.
Here is my problem: I have a web part on the home page that displays a ...
0
votes
2answers
191 views
Unpublished page in sharepoint prompts for user authentications
I create a page in sharepoint 2007. This page has no published version yet. So expectedly, when I access this page using anonymous access, it will redirect to 404 page but unfortunately sharepoint has ...
1
vote
1answer
526 views
Building SiteMap in ASP.NET
I have a website with Page A and Page B
Page B has a Link on Page A
Page B is actually a sub-sub-sub-web of Page C.
Now I am trying to make changes to Breadcrumb Navigation which is a custom User ...
1
vote
0answers
432 views
Assign an application pool to a website
I am trying to make a web application which can access local iis and create/delete/assign application pools programmatically to the websites in iis(Most of them SharePoint 2007 sites). Create,and ...
0
votes
1answer
5k views
Dynamically display image in a Sharepoint 2010 list
I want to display image dynamically in a list. I have two columns in a list. The first column contains some numerical values and other contains smiley icon. My requirement is, if number in first ...
0
votes
1answer
158 views
Ways to connect to 2007 sharepoint server from an external source
I am trying to connect to a sharepoint server from an external source. I want to be able to see and edit the lists. I have tried doing it from inside the server, but it has all pointed me to upgrading ...
0
votes
1answer
398 views
how to solve that a page is not postback even all validation is validated using jquery validation engine on sharepoint server 2007?
I have complex form and in page a submit button, it has events for both client and server side.
After first time clicking on button, validation class is added and then validation error message is ...
1
vote
0answers
121 views
moss 2007 postbacks creates issue in URL rewriting?
I have implemented url rewriting using for moss 2007 site using iis url rewrite module everything is fine.
but i also have some dropdownlist controls on my page which is required to retireve data ...
0
votes
3answers
4k views
Converting a SharePoint SPListItem into a Drop down ListItem
I am trying to convert a SharePoint SPListItem into a ListItem to put into a Drop Down List. My problem is that the data in the SharePoint list is stored like this:
;#Daylight;#
...
0
votes
2answers
2k views
How To set Default Button for ENTER key
We are using Sharepoint 2007 In which on master page we have Asp Image button. We want to set this image button as default button for enter key press. We tried some ways but not getting success.
1
vote
1answer
383 views
Page cannot be null error custom MOSS 2007 Webpart
I'm trying to write a webpart that basically pulls data from a list and displays it to the user. There is a feature news list where one of the columns holds a URL to an image. The web part should get ...
0
votes
1answer
222 views
ASP.NET 2.0 Cannot find resource object - Migrating Website to Production Server which hosts SharePoint 2007
I'm facing an annoying problem when migrating from development to the production server (IIS7 + Windows Server 2008 R2).
We have a bespoke ASP.NET 2.0 which utilizes resource files for different ...
0
votes
1answer
202 views
Page layouts with embedded column references and webparts - upgradade implications 2007 to 2010?
I've got a 2007 SharePoint site with some custom page layouts which have custom controls for webparts and editable content columns. We're due to upgrade to MOSS 2010, but I'm not sure about the ...
1
vote
3answers
1k views
sharepoint 2010: custom column with javascript
I wanted to know if it is possible to create a custom column that will get me today's date everytime without the need of updating an item in the list?
my end goal is to to be able to calculate how ...
0
votes
2answers
350 views
Sharepoint 2010: how to populate a selection box with list views?
I am having a hard time figuring this one out... my goal is to place a list view picker on the title bar of every list webpart or at least in a more obvious place in the the list page.(it is ...
1
vote
1answer
328 views
Special Characters are not being processed from ASP.NET pages deployed on SharePoint
I am facing a weird issue with Asp.net Pages deployed on SharePoint 2007. We have some custom pages developed for our application.The application pages are developed using Asp.net and C#, we have few ...
0
votes
1answer
660 views
Sys.WebForms.PageRequestManagerParserErrorException: Error parsing near '<HTML dir=“ltr”>
I have aspx in sharePoint _layout folder. This page loads user controls from controltemplates folder. User controls has ajax update panels.
I am getting below error when I working with page.
...
0
votes
1answer
281 views
How to convert sharepoint site code to asp.net
I have a site build in Sharepoint 2007 WSS.I would like design code from sharepoint to ASP.net using code behind in VB.
Is any one can help me to convert sahrepoint 2007 site to Asp.net(only), or is ...
2
votes
2answers
788 views
How to pass server variables as SqlDataSource parameter for sharepoint dataformwebpart?
I'm trying to execute a stored procedure via Sharepoint's DataFormWebPart by passing it the currently logged in sharepoint username (a server variable essentially), however, I'm getting stuck on how ...
0
votes
2answers
1k views
Submit button intermittently does nothing in Chrome
I have a UserControl with an UpdatePanel in it. Within the update panel is a DropDownList. When the section is changed, a DataList is loaded and a submit button is made visible. The submit button ...
-1
votes
2answers
2k views
Best way to store 900000 records when binding the telerik radgrid with custom paging
I am creating sample application in sharepoint 2010, i want to load 900000 records in telerik radgrid, so first i am storing all 900000 records in viewstate and get the 50 records from viewstate and ...
0
votes
1answer
457 views
Binding 800000 records in Radgrid throwing timeout error
I am loading 800,000 records in the radgrid with custom paging, it's throwing timeout error. How can I get Radgrid to work with large a number (800,000) of records, this is my requirement. but I am ...