Hours and Hours and Hours of SharePoint

Buy this Book at Amazon.com! This is my SharePoint turning point. It’s 4pm on a W2-labor-camp holiday and I have not eaten a thing. This is what I’ve learned so far:

Comments

Himani, 2009-06-20 12:13:43

Could you please clarify the following: -

Meaning of: Text="" Meaning of: MasterPageFile="~/_layouts/application.master" %> (In this what does tilde indicate (current site or root's master page). If I want to reference root site's master page, how do I do that?

rasx(), 2009-06-22 23:21:33

I do not know what Text="" means other than it appears to be some kind of attribute called "Text."

The tilde (~) in MasterPageFile="~/_layouts/application.master" is an ASP.NET convention. For more information, see this:

http://weblogs.asp.net/rternier/archive/2007/10/30/two-asp-net-features-that-are-usually-missed-or-misunderstood.aspx

rasx()