Interview Question in web part |
|
|
We have a sharepoint site that has stopped working after a web part was removed. Sadly we cannot add the web part back in since this error occurs whenever a script to add the webpart runs. The error is caused because a form with id CTL01 is missing, so it's property MSOGallery_FilterVisible has a null value. If I could allow the browser to continue running the script without halting on this error then I'd be able to add the webpart back in & stop the error permanently. I have admin rights to the site, but not the server (so cannot go in the backdoor to edit the code directly), and the front door (i.e. sharepoint's interface) doesn't work because of this error.
Any tips greatly appreciated. I have FireFox 3 & IE7 installed, but can use other browsers if anyone knows of something that should work.
Thanks in advance,
JB
|
|
|
|
|
|
I have a sharepoint site that has problems loading a third party web part. When I reset IIS and then try to load the page, the web part errors out (some kind of initialization error). If I then open the web.config file for that site and immediately save it (without changing anything), I can then load the page ok. This is because when you save the web.config file, it causes IIS to reload the application. It looks like something is not happening during the inital startup of IIS (or maybe some invalid cached information is not clearing). I'm hoping to understand how IIS initializes and that this will help me resolve the issue.
|
|
|
|
|
How can I let the HTML form tag <input type=submit ...> show its results on a new page?
I want to have a google search bar located in a small frame on my homepage (actually a sharepoint pageviewer web part), but the results of the code below return the results in the same small frame. When the user hits "search", I want the results to show up in a new page. How can I do that?
<html>
<center>
<FORM method=GET action="http://www.google.com/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<INPUT TYPE=text name=q size=40 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Search">
</FORM>
</center>
</html>
Thanks!
|
|
|
|
|
I am building a site using sharepoint services 3.0. I want to display a Particular Page from my sharepoint site into a different page that is also in that sharepoint site. For example, the page that I want to show is "Sample.aspx" and the page where I want "Sample.aspx" to be placed as an <iframe> is "Master.aspx." Now I have created the "Sample.aspx" and it doesnt have a height more than 100px. In order to create a <iframe> I used the Page Viewer web part and located http://server/Sample.aspx and set the height to 800px so that its enough for the <iframe> to show the Sample.aspx without have to show a scroll bar. Now this works fine in internet explorer but when you browse using FireFox, you can see a huge 800px scroll bar which is not supposed to be there because the sample.aspx page has a smaller height that is not bigger than 100px.
Now, how can I remove the scroll bar from displaying in Firefox?
|
|
|
|
|
|
I want to create a nested menu in a 2003 sharepoint site by using the content editor web part. I pulled some html/js off the net but it won't run in sharepoint. I read that it should work but have unable to get it to run. I am HTML rookie.
|
|
|
|
|
|
If you haven't gone there yet, I'd start with the SharePoint™ Products and Technologies Web Component Directory at http://www.microsoft.com/sharepoint/down... and then explore the free web parts directory at http://www.wssdemo.com/Pages/FilterLinks... . The SharePoint Customization Kit at http://www.sharepointcustomization.com/r... has downloadable templates, tools and web packages - free of charge. MSD2D, a popular resource for the Microsoft Exchange, SharePoint, .NET and server security communities at http://www.msd2d.com/Webparts_view_03.as... has a large directory of free and trial web parts in a host of categories, complete with peer comments and implementation discussions that can be a big help when you're just starting out with the SharePoint model. Registration is free. The SharePoint Resource Portal at http://portal.sharepointsolutions.com/We... has some great tips - especially for the non-programmer - for implementing and customizing web parts and is a great resource as a whole (be sure to navigate up to the home page and explore at will). Advis has some killer web parts, and even their best, and somewhat costly, web parts are available as free demo versions - many are even free of charge. And no list would be complete without giving props to Adam Macauley and all the people at CorasWorks, a hosting company and consultancy specializing in everything SharePoint. Adam's built a good many of the free web parts on the Microsoft component directory, and some of the best are traditionally available either free of charge or as full-featured demos in their sandbox - all from their site at http://www.corasworks.net/Products/Softw... . Take a look at their vertical market and industry-specific solutions to see how the various parts work together and what they, or similar components from other sources, can do for your user community. And this is just a start. I have a large web part catalog and resource directory that I share with my clients, but space and time limit how much can be shared in this forum (or at least this post). Feel free to msg me anytime at buck@sfsharepoint.info . And best of luck to you and your team with your own SharePoint rollout.
|
|
|
|
|
|
I am using the Announcements and Link web parts in Sharepoint Designer 2007. How do I remove the "Add New Announcement" and "Add New Link" links? I do not want them shown unless the person browsing is an admin.
|
|
|
|
|
|
lets make a page of all known free (totaly free only!!!) solutions available for sharepoint and wss.
|
|
|
|
|
|
Trying to figure out how to upgrade SharePoint 2003 web parts?
|
|
|
|
|
I need to get hold of a textbox value and use javascript to do some calculation on that value then write it back to that textbox.
I am developing a sharepoint web part using VS 2005!
|
|
|
|
|
|
I was told Thursday to bring source code for an interview on Monday. Basically, most of the code I have is web stuff (asp .net, SharePoint web parts, javascript) which would have nothing to do with the job and some of my older code in C++ is just horrible. I do have a grades calculator in C# but it just seems to junior, but it's the only piece of code I have that has a good OOP feel to it. I was planning to do a presentation and go through the entire SDLC of the code (including a flow chart of the input & output in Visio) but I keep thinking this is too junior. I'm sure the main goal of this was to see if I code a lot in my spare time but that's impossible with 2 kids at home. I should have asked them to give me some requirements for a program they would want to see but it's too late for all of that. Shoud I continue with the Grades Calculator presentation or do something else?
|
|
|
|
|
|
I am a new developer of Sharepoint Product, and still don't know where is to learn the Sharepoint web part and it's architecture. All other website that I search only show a basic way. I need to learn from A to Z about sharepoint, especially to create webpart using C# programming language. Tq
|
|
|
|
|
|
Has anyone used anything else like Web Trends to get better insite on site usage? Is there a web part one can purchase to enhance SharePoint's reporting capabilities?
|
|
|
|
|
I have made this web custom control. this control have LinkButton which have an event. the custom control works fine in .aspx page. But, when i use it in a web part, the event never rise even if i clicked on the LinkButton. Please, if you worked before in .net and sharepoint development and faced a similar problem, i'll really appreciate your help.
Thanks
|
|
|
|
|
I'm writing web parts for sharepoint services 3.0 (NOT 2.0 and NOT office 2007 sharepoint server either). Our company is writing data driven webparts to be used in our sharepoint site, however... any web part i've tried to install isn't working (they work fine in asp.net 2.0 so i am suspecing my dwp and manifest files aren't correctly working. I have a DLL and a .config file...
I keep getting the error that "webpart does not inherit from Microsoft.Sharepoint.Controls.Webpart and could not be loaded" but according to the WSS 3.0 documentation asp.net 2.0 webparts CAN and SHOULD be complely compatible with wss3.0.
|
|
|
|
|
In computing, the Microsoft SharePoint product from Microsoft offers a browser-based collaboration and document-management platform. It can be used to host web sites that access shared workspaces and documents, as well as specialized applications like wikis and blogs from a browser. SharePoint does not intend to replace an entire file server (it imposes, for example, a file-size limitation of 5 gigabytes). SharePoint functionality is exposed as web parts, such as a task list or discussion pane. These web parts are composed into web pages, which are then hosted in the SharePoint portal. SharePoint sites are actually ASP.NET 2.0 applications, which are served using IIS and use a SQL Server database as data storage backend.
All websites today currently run on either a Windows web server or a Linux-based server. The vast majority of websites run on a Linux-based platform as Linux has a strong reputation for security and web server performance. With standard (static) HTML-based websites, the web hosting platform doesn't make much difference. When it does make a difference, however, is when the website uses a dynamic scripting technology such as ASP (A Microsoft based technology), or PHP / PERL (Linux based technologies). A Windows-based hosting solution will run a Microsoft Windows server with IIS (Internet Information Server), and is necessary to run an ASP / ASP.NET scripted website. A Linux-based platform is typically used for PHP, Perl, and most other types of websites. Basically, unless your website uses ASP (pages ending in the .asp extention), Windows hosting is not neccessary.
Take a look at: http://bluehost-service.atspace.com . I’m sure it would work for you and fulfill all your requirements. They have a really great offer & I have used them for over 3 yrs now, and have never had a single problem with them. Their service is really great and easy to use.
|
|
|
|
|
One of my pet peeves with Front Page was that it didn't handle dynamic Share point links. When you needed it to place a variable into the URL, it would change the hyperlink to an email address.
I am of course assuming that you want the email link in the middle of a web-part. Well, this answer will work in a web part or not.
Unfortunately, when SP Designer came in, I thought, "oh, all the good that is Front Page minus what is bad", oh was I wrong. Sure, it has new features, but c'mon, lets get the bugs out first ok?
Anyway, onward:
Open the document you want to contain the email link in SP Designer.
Right-Click the web-part that contains the text you want to link, and click 'convert to XSLT Data View'
Select the link text (text you want to insert the email link).
Right-click, select 'hyperlink'
type XXX as the address.
Click OK.
Click 'Code View' (lower left corner of the screen).
Move to the top of the document ([CTRL]+[HOME])
Search for 'xxx'
You will see code like this:
<a href="xxx"><xsl:value-of disable-output-escaping="no" select="@ProjectType"/></a>
Change 'xxx' to whatever you want, such as:
<a href="mailto: President.bush@whitehouse.gov? subject=DST& body=Are%20You%20Kidding%20Me...">
Save your document.
|
|
|
|
|
|
test
|
|
|