Profile
Achievement

rumremix's Recent SnippetsTagged link
- All /
« Prev 1 Next »
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
507
posted 12 years ago by rumremix
<asp:ScriptManager> must be placed inside a form tag with runat=server, that is, beneath
<form>
0
543
posted 12 years ago by rumremix
For when you sometimes forget the precise syntax. First is from html, second from css file.
0
513
posted 13 years ago by rumremix