Thursday, August 6, 2009

Open a page in edit mode directly in Sharepoint

Hi,

Because of some web part problem or browser issues user is not able to open page in edit mode. Then what should he do??? Don't worry i will suggest you something may be it will work for u also as worked for me.

Just type ListURL?ToolPaneView=2 in your browser and get the things works for you.

Enjoy!!!

Kuldeep Kadyan

Add Link on List Column Value Using DataView WebPart

Add HyperLink on any column value in a Form using Dataview webpart is now its very easy.

Use this trick for your solution:-

<script language="javascript">
var a ="<xsl:value-of select="@FileName" />"
document.write('<a href=/HelpDocuments/' + a + '> download </a> ');
</script>

*change curly brackets with respective angular brackets.

Hope its works for you also!!!