SlideShare a Scribd company logo
protected void Button1_Click(object sender, EventArgs e)
{
this.Label1.Text = this.TextBox1.Text + quot; Hoşgeldinquot;;
//Label1 in yazını textbox a yazılan yazıyı yaz.
}




protected void DropDownList1_SelectedIndexChanged(object sender,
EventArgs e)
{
this.TextBox1.Text = this.DropDownList1.SelectedItem.ToString();
}




protected void ListBox1_SelectedIndexChanged(object sender, EventArgs e)
{
int deger = Convert.ToInt32(this.ListBox1.SelectedItem.Value);
this.TextBox1.Text = string.Format(quot;{0:N} YTLquot;, deger);
protected void DropDownList2_SelectedIndexChanged(object sender, EventArgs e)
{
if (this.DropDownList2.SelectedIndex == 0)
{
this.CheckBox1.Checked = true;
this.CheckBox2.Checked = false;
this.CheckBox3.Checked = false;
this.CheckBox4.Checked = true;
}
else if (this.DropDownList2.SelectedIndex == 1)
{
this.CheckBox1.Checked = false;
this.CheckBox2.Checked = true;
this.CheckBox3.Checked = true;
this.CheckBox4.Checked = false;
}
else
{
this.CheckBox1.Checked = true;
this.CheckBox2.Checked = true;
this.CheckBox3.Checked = true;
this.CheckBox4.Checked = true;




protected void Button1_Click(object sender, EventArgs e)
{
string yazi = this.TextBox1.Text;
if (this.RadioButton1.Checked == true)
{
Response.Write(yazi + quot; Cinsiyeti: Erkekquot;);
}
else
{
Response.Write(yazi + quot; Cinsiyeti: Kadınquot;);
}}
protected void Button1_Click(object sender, EventArgs e)
{
if (this.RadioButtonList1.SelectedIndex == 0)
{
Response.Write(this.RadioButtonList1.SelectedValue + quot; Lisans Satışquot;);
}
else if (this.RadioButtonList1.SelectedIndex == 1)
{
Response.Write(this.RadioButtonList1.SelectedValue + quot; Satış Müdürüquot;);
}
else
{
Response.Write(this.RadioButtonList1.SelectedValue + quot; Muhasebequot;);
}
}




protected void LinkButton1_Click(object sender, EventArgs e)
{
this.MultiView1.ActiveViewIndex = 0;
}
protected void LinkButton2_Click(object sender, EventArgs e)
{
this.MultiView1.ActiveViewIndex = 1;
}
protected void LinkButton3_Click(object sender, EventArgs e)
{
this.MultiView1.ActiveViewIndex = 2;
}




    protected void Wizard1_FinishButtonClick(object sender, WizardNavi
    {
      Response.Write(this.TextBox1.Text);
      Response.Write(this.TextBox2.Text);
      Response.Write(this.TextBox3.Text);
      //Kişisel bilgiler ve Şirket bilgilerindek textbox lar için kod
    }
2) 10 elemanlı bir dizin yapınız.1.elemanında “yunus” 3.elemanında “15” 4.elemanında “Ahmet”
   yazısın. Bunları ekrana yazdırınız?




3) 3 tane doropdownlist kullanınız. 1. doropdownlist'e “gün” 2.dropdownlist'e “ay” 3.dropdonwlist'e
   de “yıl”şeklinde döngü kullanarak yapınız?




2) string[ ] ad = new string[10]
    ad[1] = “yunus”;
   ad[3] = “15”;
   ad[4] = “ahmet”;
   response.write(ad[1] + “<br>” + ad[3] + “<br>” + ad[4]);




4) int gun;
     int ay;
     int yil;
     for( gun=0; gun<32; gun++)
  {
       dropdownlist1.Items.add(gun.tostring());
  }
      for( ay= 0; ay<13; ay++)
  {
dropdownlist2.Items.add(ay.tostrin());
}
      for( yil=1960; yil<2009; yil++)
{
    dropdownlist3.Items.add(yil.tostring());   }

More Related Content

What's hot

Ditec esoft C# project
Ditec esoft C# projectDitec esoft C# project
Ditec esoft C# project
K.K.T Madhusanka
 
안드로이드 세미나 2
안드로이드 세미나 2안드로이드 세미나 2
안드로이드 세미나 2
Chul Ju Hong
 
안드로이드 세미나 2
안드로이드 세미나 2안드로이드 세미나 2
안드로이드 세미나 2
ang0123dev
 
Lenguaje de programación jn
Lenguaje de programación jnLenguaje de programación jn
Lenguaje de programación jn
Jhiselys Vásquez
 
Macros
MacrosMacros
Php
PhpPhp
TeleVox
TeleVoxTeleVox
TeleVox
deathwing
 
Bienvenida
BienvenidaBienvenida

What's hot (8)

Ditec esoft C# project
Ditec esoft C# projectDitec esoft C# project
Ditec esoft C# project
 
안드로이드 세미나 2
안드로이드 세미나 2안드로이드 세미나 2
안드로이드 세미나 2
 
안드로이드 세미나 2
안드로이드 세미나 2안드로이드 세미나 2
안드로이드 세미나 2
 
Lenguaje de programación jn
Lenguaje de programación jnLenguaje de programación jn
Lenguaje de programación jn
 
Macros
MacrosMacros
Macros
 
Php
PhpPhp
Php
 
TeleVox
TeleVoxTeleVox
TeleVox
 
Bienvenida
BienvenidaBienvenida
Bienvenida
 

Viewers also liked

Multiplication Story Katrina
Multiplication Story   KatrinaMultiplication Story   Katrina
Multiplication Story Katrina
SCIS
 
Youversion Presentation
Youversion PresentationYouversion Presentation
Youversion Presentation
kowaikawaii
 
Luiza - All About Me
Luiza - All About MeLuiza - All About Me
Luiza - All About MeSCIS
 
Politika és Facebook 2014
Politika és Facebook 2014Politika és Facebook 2014
Politika és Facebook 2014MédiaQ Kft.
 
Vásárlási szokások a hazai lakosság körében @ 2015
Vásárlási szokások a hazai lakosság körében @ 2015Vásárlási szokások a hazai lakosság körében @ 2015
Vásárlási szokások a hazai lakosság körében @ 2015
MédiaQ Kft.
 
MediaQ generációk az interneten 2014 @ Menedzserképző 2014.10.01.
MediaQ generációk az interneten 2014 @ Menedzserképző 2014.10.01.MediaQ generációk az interneten 2014 @ Menedzserképző 2014.10.01.
MediaQ generációk az interneten 2014 @ Menedzserképző 2014.10.01.
MédiaQ Kft.
 
Mq linkedin meetup_prezi20160303
Mq linkedin meetup_prezi20160303Mq linkedin meetup_prezi20160303
Mq linkedin meetup_prezi20160303
MédiaQ Kft.
 

Viewers also liked (7)

Multiplication Story Katrina
Multiplication Story   KatrinaMultiplication Story   Katrina
Multiplication Story Katrina
 
Youversion Presentation
Youversion PresentationYouversion Presentation
Youversion Presentation
 
Luiza - All About Me
Luiza - All About MeLuiza - All About Me
Luiza - All About Me
 
Politika és Facebook 2014
Politika és Facebook 2014Politika és Facebook 2014
Politika és Facebook 2014
 
Vásárlási szokások a hazai lakosság körében @ 2015
Vásárlási szokások a hazai lakosság körében @ 2015Vásárlási szokások a hazai lakosság körében @ 2015
Vásárlási szokások a hazai lakosság körében @ 2015
 
MediaQ generációk az interneten 2014 @ Menedzserképző 2014.10.01.
MediaQ generációk az interneten 2014 @ Menedzserképző 2014.10.01.MediaQ generációk az interneten 2014 @ Menedzserképző 2014.10.01.
MediaQ generációk az interneten 2014 @ Menedzserképző 2014.10.01.
 
Mq linkedin meetup_prezi20160303
Mq linkedin meetup_prezi20160303Mq linkedin meetup_prezi20160303
Mq linkedin meetup_prezi20160303
 

Similar to yazılı

Membuat aplikasi penjualan buku sederhana
Membuat aplikasi penjualan buku sederhanaMembuat aplikasi penjualan buku sederhana
Membuat aplikasi penjualan buku sederhana
Yusman Kurniadi
 
Ejemplo En Gamabas
Ejemplo En GamabasEjemplo En Gamabas
Ejemplo En Gamabas
eduann
 
C# Program. Create a Windows application that has the functionality .pdf
C# Program. Create a Windows application that has the functionality .pdfC# Program. Create a Windows application that has the functionality .pdf
C# Program. Create a Windows application that has the functionality .pdf
fathimalinks
 
Use the following data set that compares age to average years lef.docx
Use the following data set that compares age to average years lef.docxUse the following data set that compares age to average years lef.docx
Use the following data set that compares age to average years lef.docx
dickonsondorris
 
Inventory management
Inventory managementInventory management
Inventory management
Rajeev Sharan
 
IN C++ languageWrite a simple word processor that will accept text.pdf
IN C++ languageWrite a simple word processor that will accept text.pdfIN C++ languageWrite a simple word processor that will accept text.pdf
IN C++ languageWrite a simple word processor that will accept text.pdf
aratextails30
 
Colegio municipal
Colegio municipalColegio municipal
Colegio municipal
lenintoapanta1992
 
ejemplos gambas
ejemplos gambasejemplos gambas
ejemplos gambas
eduann
 
lab08build.bat@echo offclsset DRIVE_LETTER=1s.docx
lab08build.bat@echo offclsset DRIVE_LETTER=1s.docxlab08build.bat@echo offclsset DRIVE_LETTER=1s.docx
lab08build.bat@echo offclsset DRIVE_LETTER=1s.docx
DIPESH30
 
Calculadora
CalculadoraCalculadora
Calculadora
cristinaverduga
 
Calculadora
CalculadoraCalculadora
Calculadora
guestfb359f
 
Program 1 (Practicing an example of function using call by referenc.pdf
Program 1 (Practicing an example of function using call by referenc.pdfProgram 1 (Practicing an example of function using call by referenc.pdf
Program 1 (Practicing an example of function using call by referenc.pdf
ezhilvizhiyan
 
Writing Good Tests
Writing Good TestsWriting Good Tests
Writing Good Tests
Matteo Baglini
 
Working With JQuery Part1
Working With JQuery Part1Working With JQuery Part1
Working With JQuery Part1
saydin_soft
 
please code in c#- please note that im a complete beginner- northwind.docx
please code in c#- please note that im a complete beginner-  northwind.docxplease code in c#- please note that im a complete beginner-  northwind.docx
please code in c#- please note that im a complete beginner- northwind.docx
AustinaGRPaigey
 
Quanlycanbo
QuanlycanboQuanlycanbo
Quanlycanbo
PHUONGVINH
 
Java File
Java FileJava File
Java File
Archita Misra
 
 staple  here  (-­‐2  if  not  stapled  or .docx
  staple  here  (-­‐2  if  not  stapled  or .docx  staple  here  (-­‐2  if  not  stapled  or .docx
 staple  here  (-­‐2  if  not  stapled  or .docx
mayank272369
 
Calculadora
CalculadoraCalculadora
Calculadora
cristinaverduga
 
Python Course for Beginners
Python Course for BeginnersPython Course for Beginners
Python Course for Beginners
Nandakumar P
 

Similar to yazılı (20)

Membuat aplikasi penjualan buku sederhana
Membuat aplikasi penjualan buku sederhanaMembuat aplikasi penjualan buku sederhana
Membuat aplikasi penjualan buku sederhana
 
Ejemplo En Gamabas
Ejemplo En GamabasEjemplo En Gamabas
Ejemplo En Gamabas
 
C# Program. Create a Windows application that has the functionality .pdf
C# Program. Create a Windows application that has the functionality .pdfC# Program. Create a Windows application that has the functionality .pdf
C# Program. Create a Windows application that has the functionality .pdf
 
Use the following data set that compares age to average years lef.docx
Use the following data set that compares age to average years lef.docxUse the following data set that compares age to average years lef.docx
Use the following data set that compares age to average years lef.docx
 
Inventory management
Inventory managementInventory management
Inventory management
 
IN C++ languageWrite a simple word processor that will accept text.pdf
IN C++ languageWrite a simple word processor that will accept text.pdfIN C++ languageWrite a simple word processor that will accept text.pdf
IN C++ languageWrite a simple word processor that will accept text.pdf
 
Colegio municipal
Colegio municipalColegio municipal
Colegio municipal
 
ejemplos gambas
ejemplos gambasejemplos gambas
ejemplos gambas
 
lab08build.bat@echo offclsset DRIVE_LETTER=1s.docx
lab08build.bat@echo offclsset DRIVE_LETTER=1s.docxlab08build.bat@echo offclsset DRIVE_LETTER=1s.docx
lab08build.bat@echo offclsset DRIVE_LETTER=1s.docx
 
Calculadora
CalculadoraCalculadora
Calculadora
 
Calculadora
CalculadoraCalculadora
Calculadora
 
Program 1 (Practicing an example of function using call by referenc.pdf
Program 1 (Practicing an example of function using call by referenc.pdfProgram 1 (Practicing an example of function using call by referenc.pdf
Program 1 (Practicing an example of function using call by referenc.pdf
 
Writing Good Tests
Writing Good TestsWriting Good Tests
Writing Good Tests
 
Working With JQuery Part1
Working With JQuery Part1Working With JQuery Part1
Working With JQuery Part1
 
please code in c#- please note that im a complete beginner- northwind.docx
please code in c#- please note that im a complete beginner-  northwind.docxplease code in c#- please note that im a complete beginner-  northwind.docx
please code in c#- please note that im a complete beginner- northwind.docx
 
Quanlycanbo
QuanlycanboQuanlycanbo
Quanlycanbo
 
Java File
Java FileJava File
Java File
 
 staple  here  (-­‐2  if  not  stapled  or .docx
  staple  here  (-­‐2  if  not  stapled  or .docx  staple  here  (-­‐2  if  not  stapled  or .docx
 staple  here  (-­‐2  if  not  stapled  or .docx
 
Calculadora
CalculadoraCalculadora
Calculadora
 
Python Course for Beginners
Python Course for BeginnersPython Course for Beginners
Python Course for Beginners
 

Recently uploaded

Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 

Recently uploaded (20)

Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 

yazılı

  • 1. protected void Button1_Click(object sender, EventArgs e) { this.Label1.Text = this.TextBox1.Text + quot; Hoşgeldinquot;; //Label1 in yazını textbox a yazılan yazıyı yaz. } protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { this.TextBox1.Text = this.DropDownList1.SelectedItem.ToString(); } protected void ListBox1_SelectedIndexChanged(object sender, EventArgs e) { int deger = Convert.ToInt32(this.ListBox1.SelectedItem.Value); this.TextBox1.Text = string.Format(quot;{0:N} YTLquot;, deger);
  • 2. protected void DropDownList2_SelectedIndexChanged(object sender, EventArgs e) { if (this.DropDownList2.SelectedIndex == 0) { this.CheckBox1.Checked = true; this.CheckBox2.Checked = false; this.CheckBox3.Checked = false; this.CheckBox4.Checked = true; } else if (this.DropDownList2.SelectedIndex == 1) { this.CheckBox1.Checked = false; this.CheckBox2.Checked = true; this.CheckBox3.Checked = true; this.CheckBox4.Checked = false; } else { this.CheckBox1.Checked = true; this.CheckBox2.Checked = true; this.CheckBox3.Checked = true; this.CheckBox4.Checked = true; protected void Button1_Click(object sender, EventArgs e) { string yazi = this.TextBox1.Text; if (this.RadioButton1.Checked == true) { Response.Write(yazi + quot; Cinsiyeti: Erkekquot;); } else { Response.Write(yazi + quot; Cinsiyeti: Kadınquot;); }}
  • 3. protected void Button1_Click(object sender, EventArgs e) { if (this.RadioButtonList1.SelectedIndex == 0) { Response.Write(this.RadioButtonList1.SelectedValue + quot; Lisans Satışquot;); } else if (this.RadioButtonList1.SelectedIndex == 1) { Response.Write(this.RadioButtonList1.SelectedValue + quot; Satış Müdürüquot;); } else { Response.Write(this.RadioButtonList1.SelectedValue + quot; Muhasebequot;); } } protected void LinkButton1_Click(object sender, EventArgs e) { this.MultiView1.ActiveViewIndex = 0; } protected void LinkButton2_Click(object sender, EventArgs e) { this.MultiView1.ActiveViewIndex = 1; }
  • 4. protected void LinkButton3_Click(object sender, EventArgs e) { this.MultiView1.ActiveViewIndex = 2; } protected void Wizard1_FinishButtonClick(object sender, WizardNavi { Response.Write(this.TextBox1.Text); Response.Write(this.TextBox2.Text); Response.Write(this.TextBox3.Text); //Kişisel bilgiler ve Şirket bilgilerindek textbox lar için kod }
  • 5.
  • 6. 2) 10 elemanlı bir dizin yapınız.1.elemanında “yunus” 3.elemanında “15” 4.elemanında “Ahmet” yazısın. Bunları ekrana yazdırınız? 3) 3 tane doropdownlist kullanınız. 1. doropdownlist'e “gün” 2.dropdownlist'e “ay” 3.dropdonwlist'e de “yıl”şeklinde döngü kullanarak yapınız? 2) string[ ] ad = new string[10] ad[1] = “yunus”; ad[3] = “15”; ad[4] = “ahmet”; response.write(ad[1] + “<br>” + ad[3] + “<br>” + ad[4]); 4) int gun; int ay; int yil; for( gun=0; gun<32; gun++) { dropdownlist1.Items.add(gun.tostring()); } for( ay= 0; ay<13; ay++) {
  • 7. dropdownlist2.Items.add(ay.tostrin()); } for( yil=1960; yil<2009; yil++) { dropdownlist3.Items.add(yil.tostring()); }