ברוכים הבאים לעולם של DOTnet בנושא: ASP.NET בעמוד הזה יש צילומי מסך עם הסברים שלי בסרטון וידאו לכל צילום וצילום.
להלן סרטון וידאו עם הסבר לכל צילומי מסך שיש בעמוד הזה:
Let's create Web project – Web
Let's create Master Page
Let's add menu to MasterPage
Let's create sitemap for menu
Let's add sitemap as data source for menu
================
Let's change bit DropDownList
================
Let's set as default BLACK
Let's add C# code – basic class
Let's call in constructor "PreInit"
Let's check cookies if there saved previous selected theme
Now let's get name of theme from PAGE & if we have name of theme in cookies so let's get name of theme from cookies.
============================
For memory – Page defined in Web.Config as Black
=====================
If no saved name of theme in Cookies so we get name of theme from Page.Theme. Than we check if DropDownList contains BGColor
Print BGcolor
Now let's create test ASPX page