//Get List items in XML format
http://localhost/_vti_bin/owssvr.dll?XMLDATA=1&List={ ListDUID }
//Get List items where FieldName = Value in XML format
http://localhost/_vti_bin/owssvr.dll?XMLDATA=1&List={ ListGUID }&View={ ViewGUID }&FilterField1= FieldName &FilterValue1= Value
you can try it in your browser and see the result
For More >>
Saturday, February 07, 2009
Monday, December 29, 2008
Displaying List Attachments in Custom List Forms
Add this tage into your Custom List Forms
<SharePoint:AttachmentsField ControlMode="Display" FieldName="Attachments"
runat="server" Visible="true"/>
runat="server" Visible="true"/>
Sunday, December 28, 2008
Change SharePoint Page Title
Add the follwing content place holder in the top of your code if not exist
<asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" runat="server">
Add Title here
</asp:Content>
You can get title dynamic by add any of this tags into "PlaceHolderPageTitle"
<SharePoint:ListProperty Property="Title" runat="server"/>
<SharePoint:ListItemProperty Property="Title" runat="server"/>
<SharePoint:ProjectProperty Property="Title" runat="server"/>
<SharePoint:ListFormPageTitle runat="server"/>
Monday, December 15, 2008
HttpWatch
HttpWatch is an HTTP viewer and debugger that integrates with IE and Firefox to provide seamless HTTP and HTTPS monitoring without leaving the browser window.
Change the way that you develop, debug and tune websites today!

>> Download the FREE Basic Edition
>> Web Site
Change the way that you develop, debug and tune websites today!

>> Download the FREE Basic Edition
>> Web Site
Friday, December 12, 2008
Subscribe to:
Posts (Atom)