Search:
Config Project

	Open Project, click SourceSafe on left, select "Config_Sourcesafe" (set up previously),
	log in, select the solution file.

	Thru Solution Explorer, find and select the .skin file...



Jargon

	HTML server controls

		Transforms traditional HTML form elements into ASP.NET objects

		Merely add 'runat="server"' as an attribute...

	"Web Control"

	Page directive - <%@ ... %>  - found at the top of an aspx file



Visual Studio interface

	Shift-F7 - toggle between code and rendered views	


*

BASICS

	ascx = user control

*

SOURCESAFE UPDATING/SYNCING

	"pending checkins" tab at the bottom; click "check in" button

	 or, right click on files/ and choose "check in"

	* rememver to always "leave"

*

SKIN FILES

	remember to remove ID="xxx" in skin files when adding new ones or pasting


	adding inline styles to a skin hyperlink which contains an image will not work 
	(b/c styles applied to the href, not the img)

*

CODE SNIPPETS

	<asp:Literal ID="litBrandConsultant" runat="server" />

	<%=System.Configuration.ConfigurationManager.AppSettings("Brand")%>

*

DATALIST

	RepeatLayout="Flow/Table"
Page last modified on July 15, 2009, at 01:35 PM