C# Subroutines

Subroutine

Button1_Click(object sender, System.EventArgs e)

In Class

BRETTB.WebForm1

Language

C#

In Page

/ASP.NETSamples/ROT13Encoder.aspx.cs line 51

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

Dispose( bool disposing )

In Class

CSharpTests.CSharpWebService

Language

C#

In Page

/ASP.NETSamples/CSharpWebService.asmx.cs line 38

Summary

Clean up any resources being used.

Arguments

Name Type Description Passed By
  disposing bool   ByValue

Subroutine

ImageButton1_Click(object sender, System.Web.UI.ImageClickEventArgs e)

In Class

BRETTB.SearchIndexServer

Language

C#

In Page

/SearchIndexServer.aspx.cs line 70

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.Web.UI.ImageClickEventArgs   ByValue

Subroutine

InitializeComponent()

In Class

BRETTB.DisplayCustomer

Language

C#

In Page

/ASP.NETSamples/DisplayCustomer.aspx.cs line 113

Summary

Required method for Designer support - do not modify
the contents of this method with the code editor.

Subroutine

InitializeComponent()

In Class

BRETTB.DisplayProducts

Language

C#

In Page

/ASP.NETSamples/DisplayProducts.aspx.cs line 81

Summary

Required method for Designer support - do not modify
the contents of this method with the code editor.

Subroutine

InitializeComponent()

In Class

BRETTB.WebForm1

Language

C#

In Page

/ASP.NETSamples/ROT13Encoder.aspx.cs line 43

Summary

Required method for Designer support - do not modify
the contents of this method with the code editor.

Subroutine

InitializeComponent()

In Class

BRETTB.StandardHeader

Language

C#

In Page

/Controls/Header.ascx.cs line 35

Subroutine

InitializeComponent()

In Class

BRETTB.SearchIndexServer

Language

C#

In Page

/SearchIndexServer.aspx.cs line 62

Summary

Required method for Designer support - do not modify
the contents of this method with the code editor.

Subroutine

InitializeComponent()

In Class

CSharpTests.CSharpWebService

Language

C#

In Page

/ASP.NETSamples/CSharpWebService.asmx.cs line 31

Summary

Required method for Designer support - do not modify
the contents of this method with the code editor.

Subroutine

JoinStrings(string MyText1, string MyText2)

In Class

CSharpTests.CSharpWebService

Language

C#

In Page

/ASP.NETSamples/CSharpWebService.asmx.cs line 66

Summary

This web method does not return a variable

Arguments

Name Type Description Passed By
  MyText1 string The first string ByValue
  MyText2 string The second string ByValue

Subroutine

LoadData()

In Class

com.WinnershTriangle.TheWebsiteUtility.TWUSearch

Language

C#

In Page

/App_Code/TWUSearchData.cs line 79

Summary

Populates the search facility's data arrays

Subroutine

OnInit(EventArgs e)

In Class

BRETTB.DisplayCustomer

Language

C#

In Page

/ASP.NETSamples/DisplayCustomer.aspx.cs line 100

Arguments

Name Type Description Passed By
  e EventArgs   ByValue

Subroutine

OnInit(EventArgs e)

In Class

BRETTB.DisplayProducts

Language

C#

In Page

/ASP.NETSamples/DisplayProducts.aspx.cs line 68

Arguments

Name Type Description Passed By
  e EventArgs   ByValue

Subroutine

OnInit(EventArgs e)

In Class

BRETTB.WebForm1

Language

C#

In Page

/ASP.NETSamples/ROT13Encoder.aspx.cs line 30

Arguments

Name Type Description Passed By
  e EventArgs   ByValue

Subroutine

OnInit(EventArgs e)

In Class

BRETTB.StandardHeader

Language

C#

In Page

/Controls/Header.ascx.cs line 23

Arguments

Name Type Description Passed By
  e EventArgs   ByValue

Subroutine

OnInit(EventArgs e)

In Class

BRETTB.SearchIndexServer

Language

C#

In Page

/SearchIndexServer.aspx.cs line 49

Arguments

Name Type Description Passed By
  e EventArgs   ByValue

Subroutine

Page_Load(Object Sender, EventArgs E)

Language

C#

In Page

/Default.aspx line 11

Arguments

Name Type Description Passed By
  Sender Object   ByValue
  E EventArgs   ByValue

Subroutine

Page_Load(object sender, System.EventArgs e)

In Class

BRETTB.DisplayCustomer

Language

C#

In Page

/ASP.NETSamples/DisplayCustomer.aspx.cs line 52

Summary

Subroutine executes when the page is loaded

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

Page_Load(object sender, System.EventArgs e)

In Class

BRETTB.DisplayProducts

Language

C#

In Page

/ASP.NETSamples/DisplayProducts.aspx.cs line 29

Summary

Subroutine executes when the page is loaded

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

Page_Load(object sender, System.EventArgs e)

In Class

BRETTB.WebForm1

Language

C#

In Page

/ASP.NETSamples/ROT13Encoder.aspx.cs line 24

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

Page_Load(object sender, System.EventArgs e)

In Class

BRETTB.StandardHeader

Language

C#

In Page

/Controls/Header.ascx.cs line 17

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

Page_Load(object sender, System.EventArgs e)

In Class

BRETTB.SearchIndexServer

Language

C#

In Page

/SearchIndexServer.aspx.cs line 40

Arguments

Name Type Description Passed By
  sender object   ByValue
  e System.EventArgs   ByValue

Subroutine

ProcessRequest(HttpContext context)

In Class

LogoutHandler

Language

C#

In Page

/LogoutHandler.ashx line 15

Summary

Logs user out of the website and redirects back to the home page

Arguments

Name Type Description Passed By
  context HttpContext Current HttpContext ByValue

Subroutine

SetQuery(string Query)

In Class

com.WinnershTriangle.TheWebsiteUtility.TWUSearch

Language

C#

In Page

/App_Code/TWUSearchCode.cs line 83

Summary

Assigns the search query to search for

Arguments

Name Type Description Passed By
  Query string The string to search for ByValue