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
821
posted 14 years ago by rumremix
<asp:ScriptManager> must be placed inside a form tag with runat=server, that is, beneath
<form>
0
870
posted 14 years ago by rumremix
For when you sometimes forget the precise syntax. First is from html, second from css file.
0
828
posted 14 years ago by rumremix