Profile
Achievement
rumremix's Recent Snippets
- All /
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
2447
posted 15 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
3961
posted 15 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
2123
posted 16 years ago by rumremix
<asp:ScriptManager> must be placed inside a form tag with runat=server, that is, beneath
<form>
0
1949
posted 16 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
2353
posted 16 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
2153
posted 16 years ago by rumremix
converts date/time that sharepoint kicks out to m/d/y format.
0
1851
posted 16 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
1610
posted 16 years ago by rumremix
For when you sometimes forget the precise syntax. First is from html, second from css file.
0
1986
posted 16 years ago by rumremix