- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
string str;
if (((str = path) != null) && (str != "basic"))
{
if (str == "contact")
{
BindContact();
PageTitle = "Contact info";
editform.SetActiveView(vi_contact);
return;
}
if (str == "personal")
{
PageTitle = "More about me";
BindPersonal();
editform.SetActiveView(vi_personal);
return;
}
if (str == "career")
{
PageTitle = "Work info";
BindCareer();
editform.SetActiveView(vi_career);
return;
}
if (str == "tags")
{
BindTags();
PageTitle = "Tags I Follow";
editform.SetActiveView(vi_tags);
return;
}
if (str == "biography")
{
ph_page_title.Visible = false;
bind_biography();
editform.SetActiveView(vi_biography);
return;
}
if (str == "pp")
{
ph_picpage_title.Visible = true;
ph_page_title.Visible = false;
PageTitle = "Edit profile photo";
BindProfilePhoto();
return;
}
}
PageTitle = "Basic info";
BindBasic();
editform.SetActiveView(vi_basic);
switch на диалекте хинди ;[ слава asp.net! убить Мартинса и Фаулера за чистокодную ересь!