rumremix


Member since 03/22/2010

49 snippets

5878 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

rumremix's Recent Snippets



1 2 Next »
First option uses a parameter in <a href="http://snipplr.com/view/46534/reading-and-writing-list-data-in-sharepoint-2010-using-spservices/">spservices method</a> to limit the results to four. Second option limits the results returned to six in the c...
0 1172 posted 13 years ago by rumremix
Technique #8 in example page.
0 630 posted 13 years ago by rumremix
0 588 posted 13 years ago by rumremix
General Notes: Don't use "import" command Steps for creating new svn project http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-import.html#tsvn-dug-import-in-place 1. Use the repository browser to create a new project folder d...
0 656 posted 13 years ago by rumremix
Using the CssRegistration control is the proper way to register CSS in a SharePoint master page/layout page, but it has drawbacks. Namely, no matter what order you put them on the page the server loads them in a seemingly arbitrary order, making it...
2 666 posted 13 years ago by rumremix
<asp:ScriptManager> must be placed inside a form tag with runat=server, that is, beneath &lt;form&gt;
0 696 posted 13 years ago by rumremix
This code works for me without requiring any includes, plugins, or service packs. It should also integrate seamlessly with jquery. If needing to perform this process more than once on a page, make sure namedListItem variable is unique for each case (...
0 891 posted 13 years ago by rumremix
This code works for me without requiring any includes, plugins, or service packs. It should also integrate seamlessly with jquery.
0 778 posted 13 years ago by rumremix
converts date/time that sharepoint kicks out to m/d/y format.
0 656 posted 13 years ago by rumremix
0 473 posted 13 years ago by rumremix
<input> When used instead of my SharePoint: SaveButton above, the form saved it's data correctly, and the current page that the form was submitted from was reloaded for the user. You could also put any URL in the __redirect={} that yo...
0 557 posted 14 years ago by rumremix
For when you sometimes forget the precise syntax. First is from html, second from css file.
0 662 posted 14 years ago by rumremix
http://serverName:41839/_admin/createsite.aspx
0 593 posted 14 years ago by rumremix
1 2 Next »