473,386 Members | 1,758 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

array problem

GL
I am trying to develop a prgram that randomly selects numbers for an
addition program, then when the check answer button is pressed it colors the
answer text field either green or red depending if the answer is correct.
When I hit the button the array variables seem to reinitialize to zero. Any
ideas why this would happen?
I have posted the vb behind code for the web page.

Public Class WebForm1

Inherits System.Web.UI.Page

Dim holder(300), answer(300) As Integer

#Region " Web Form Designer Generated Code "

'This call is required by the Web Form Designer.

<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()

End Sub

Protected WithEvents Label4 As System.Web.UI.WebControls.Label

Protected WithEvents Label5 As System.Web.UI.WebControls.Label

Protected WithEvents Label6 As System.Web.UI.WebControls.Label

Protected WithEvents Label7 As System.Web.UI.WebControls.Label

Protected WithEvents Label8 As System.Web.UI.WebControls.Label

Protected WithEvents Label9 As System.Web.UI.WebControls.Label

Protected WithEvents Label10 As System.Web.UI.WebControls.Label

Protected WithEvents Label11 As System.Web.UI.WebControls.Label

Protected WithEvents Label12 As System.Web.UI.WebControls.Label

Protected WithEvents Label13 As System.Web.UI.WebControls.Label

Protected WithEvents Label14 As System.Web.UI.WebControls.Label

Protected WithEvents Label15 As System.Web.UI.WebControls.Label

Protected WithEvents Label16 As System.Web.UI.WebControls.Label

Protected WithEvents Label17 As System.Web.UI.WebControls.Label

Protected WithEvents Label18 As System.Web.UI.WebControls.Label

Protected WithEvents Label19 As System.Web.UI.WebControls.Label

Protected WithEvents Label20 As System.Web.UI.WebControls.Label

Protected WithEvents Label21 As System.Web.UI.WebControls.Label

Protected WithEvents Label22 As System.Web.UI.WebControls.Label

Protected WithEvents Label23 As System.Web.UI.WebControls.Label

Protected WithEvents TextBox3 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox4 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox5 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox6 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox7 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox8 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox9 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox10 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox11 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox12 As System.Web.UI.WebControls.TextBox

Protected WithEvents Label24 As System.Web.UI.WebControls.Label

Protected WithEvents Label25 As System.Web.UI.WebControls.Label

Protected WithEvents Label26 As System.Web.UI.WebControls.Label

Protected WithEvents Label27 As System.Web.UI.WebControls.Label

Protected WithEvents Label28 As System.Web.UI.WebControls.Label

Protected WithEvents Label29 As System.Web.UI.WebControls.Label

Protected WithEvents Label30 As System.Web.UI.WebControls.Label

Protected WithEvents Label31 As System.Web.UI.WebControls.Label

Protected WithEvents Label32 As System.Web.UI.WebControls.Label

Protected WithEvents Label33 As System.Web.UI.WebControls.Label

Protected WithEvents Label34 As System.Web.UI.WebControls.Label

Protected WithEvents Label35 As System.Web.UI.WebControls.Label

Protected WithEvents Label36 As System.Web.UI.WebControls.Label

Protected WithEvents Label37 As System.Web.UI.WebControls.Label

Protected WithEvents Label38 As System.Web.UI.WebControls.Label

Protected WithEvents Label39 As System.Web.UI.WebControls.Label

Protected WithEvents Label40 As System.Web.UI.WebControls.Label

Protected WithEvents Label41 As System.Web.UI.WebControls.Label

Protected WithEvents Label42 As System.Web.UI.WebControls.Label

Protected WithEvents Label43 As System.Web.UI.WebControls.Label

Protected WithEvents TextBox13 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox14 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox15 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox16 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox17 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox18 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox19 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox20 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox21 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox22 As System.Web.UI.WebControls.TextBox

Protected WithEvents Label44 As System.Web.UI.WebControls.Label

Protected WithEvents Label45 As System.Web.UI.WebControls.Label

Protected WithEvents Label46 As System.Web.UI.WebControls.Label

Protected WithEvents Label47 As System.Web.UI.WebControls.Label

Protected WithEvents Label48 As System.Web.UI.WebControls.Label

Protected WithEvents Label49 As System.Web.UI.WebControls.Label

Protected WithEvents Label50 As System.Web.UI.WebControls.Label

Protected WithEvents Label51 As System.Web.UI.WebControls.Label

Protected WithEvents Label52 As System.Web.UI.WebControls.Label

Protected WithEvents Label53 As System.Web.UI.WebControls.Label

Protected WithEvents Label54 As System.Web.UI.WebControls.Label

Protected WithEvents Label55 As System.Web.UI.WebControls.Label

Protected WithEvents Label56 As System.Web.UI.WebControls.Label

Protected WithEvents Label57 As System.Web.UI.WebControls.Label

Protected WithEvents Label58 As System.Web.UI.WebControls.Label

Protected WithEvents Label59 As System.Web.UI.WebControls.Label

Protected WithEvents Label60 As System.Web.UI.WebControls.Label

Protected WithEvents Label61 As System.Web.UI.WebControls.Label

Protected WithEvents Label62 As System.Web.UI.WebControls.Label

Protected WithEvents Label63 As System.Web.UI.WebControls.Label

Protected WithEvents TextBox23 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox24 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox25 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox26 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox27 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox28 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox29 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox30 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox31 As System.Web.UI.WebControls.TextBox

Protected WithEvents TextBox32 As System.Web.UI.WebControls.TextBox

Protected WithEvents Label64 As System.Web.UI.WebControls.Label

Protected WithEvents Label65 As System.Web.UI.WebControls.Label

Protected WithEvents Label66 As System.Web.UI.WebControls.Label

Protected WithEvents Label67 As System.Web.UI.WebControls.Label

Protected WithEvents Label68 As System.Web.UI.WebControls.Label

Protected WithEvents Label69 As System.Web.UI.WebControls.Label

Protected WithEvents Label70 As System.Web.UI.WebControls.Label

Protected WithEvents Label71 As System.Web.UI.WebControls.Label

Protected WithEvents Label72 As System.Web.UI.WebControls.Label

Protected WithEvents Label73 As System.Web.UI.WebControls.Label

Protected WithEvents Label74 As System.Web.UI.WebControls.Label

Protected WithEvents Label75 As System.Web.UI.WebControls.Label

Protected WithEvents Label76 As System.Web.UI.WebControls.Label

Protected WithEvents Label77 As System.Web.UI.WebControls.Label

Protected WithEvents Label78 As System.Web.UI.WebControls.Label

Protected WithEvents Label79 As System.Web.UI.WebControls.Label

Protected WithEvents Label80 As System.Web.UI.WebControls.Label

Protected WithEvents Label81 As System.Web.UI.WebControls.Label

Protected WithEvents Label82 As System.Web.UI.WebControls.Label

Protected WithEvents Label83 As System.Web.UI.WebControls.Label

Protected WithEvents Textbox33 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox34 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox35 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox36 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox37 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox38 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox39 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox40 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox41 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox42 As System.Web.UI.WebControls.TextBox

Protected WithEvents Label84 As System.Web.UI.WebControls.Label

Protected WithEvents Label85 As System.Web.UI.WebControls.Label

Protected WithEvents Label86 As System.Web.UI.WebControls.Label

Protected WithEvents Label87 As System.Web.UI.WebControls.Label

Protected WithEvents Label88 As System.Web.UI.WebControls.Label

Protected WithEvents Label89 As System.Web.UI.WebControls.Label

Protected WithEvents Label90 As System.Web.UI.WebControls.Label

Protected WithEvents Label91 As System.Web.UI.WebControls.Label

Protected WithEvents Label92 As System.Web.UI.WebControls.Label

Protected WithEvents Label93 As System.Web.UI.WebControls.Label

Protected WithEvents Label94 As System.Web.UI.WebControls.Label

Protected WithEvents Label95 As System.Web.UI.WebControls.Label

Protected WithEvents Label96 As System.Web.UI.WebControls.Label

Protected WithEvents Label97 As System.Web.UI.WebControls.Label

Protected WithEvents Label98 As System.Web.UI.WebControls.Label

Protected WithEvents Label99 As System.Web.UI.WebControls.Label

Protected WithEvents Label100 As System.Web.UI.WebControls.Label

Protected WithEvents Label101 As System.Web.UI.WebControls.Label

Protected WithEvents Label102 As System.Web.UI.WebControls.Label

Protected WithEvents Label103 As System.Web.UI.WebControls.Label

Protected WithEvents Textbox43 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox44 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox45 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox46 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox47 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox48 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox49 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox50 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox51 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox52 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox53 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox54 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox55 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox56 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox57 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox58 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox59 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox60 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox61 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox62 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox63 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox64 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox65 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox66 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox67 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox68 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox69 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox70 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox71 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox72 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox73 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox74 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox75 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox76 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox77 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox78 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox79 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox80 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox81 As System.Web.UI.WebControls.TextBox

Protected WithEvents Textbox82 As System.Web.UI.WebControls.TextBox

Protected WithEvents Label104 As System.Web.UI.WebControls.Label

Protected WithEvents Label105 As System.Web.UI.WebControls.Label

Protected WithEvents Label106 As System.Web.UI.WebControls.Label

Protected WithEvents Label107 As System.Web.UI.WebControls.Label

Protected WithEvents Label108 As System.Web.UI.WebControls.Label

Protected WithEvents Label109 As System.Web.UI.WebControls.Label

Protected WithEvents Label110 As System.Web.UI.WebControls.Label

Protected WithEvents Label111 As System.Web.UI.WebControls.Label

Protected WithEvents Label112 As System.Web.UI.WebControls.Label

Protected WithEvents Label113 As System.Web.UI.WebControls.Label

Protected WithEvents Label114 As System.Web.UI.WebControls.Label

Protected WithEvents Label115 As System.Web.UI.WebControls.Label

Protected WithEvents Label116 As System.Web.UI.WebControls.Label

Protected WithEvents Label117 As System.Web.UI.WebControls.Label

Protected WithEvents Label118 As System.Web.UI.WebControls.Label

Protected WithEvents Label119 As System.Web.UI.WebControls.Label

Protected WithEvents Label120 As System.Web.UI.WebControls.Label

Protected WithEvents Label121 As System.Web.UI.WebControls.Label

Protected WithEvents Label122 As System.Web.UI.WebControls.Label

Protected WithEvents Label123 As System.Web.UI.WebControls.Label

Protected WithEvents Label124 As System.Web.UI.WebControls.Label

Protected WithEvents Label125 As System.Web.UI.WebControls.Label

Protected WithEvents Label126 As System.Web.UI.WebControls.Label

Protected WithEvents Label127 As System.Web.UI.WebControls.Label

Protected WithEvents Label128 As System.Web.UI.WebControls.Label

Protected WithEvents Label129 As System.Web.UI.WebControls.Label

Protected WithEvents Label130 As System.Web.UI.WebControls.Label

Protected WithEvents Label131 As System.Web.UI.WebControls.Label

Protected WithEvents Label132 As System.Web.UI.WebControls.Label

Protected WithEvents Label133 As System.Web.UI.WebControls.Label

Protected WithEvents Label134 As System.Web.UI.WebControls.Label

Protected WithEvents Label135 As System.Web.UI.WebControls.Label

Protected WithEvents Label136 As System.Web.UI.WebControls.Label

Protected WithEvents Label137 As System.Web.UI.WebControls.Label

Protected WithEvents Label138 As System.Web.UI.WebControls.Label

Protected WithEvents Label139 As System.Web.UI.WebControls.Label

Protected WithEvents Label140 As System.Web.UI.WebControls.Label

Protected WithEvents Label141 As System.Web.UI.WebControls.Label

Protected WithEvents Label142 As System.Web.UI.WebControls.Label

Protected WithEvents Label143 As System.Web.UI.WebControls.Label

Protected WithEvents Label144 As System.Web.UI.WebControls.Label

Protected WithEvents Label145 As System.Web.UI.WebControls.Label

Protected WithEvents Label146 As System.Web.UI.WebControls.Label

Protected WithEvents Label147 As System.Web.UI.WebControls.Label

Protected WithEvents Label148 As System.Web.UI.WebControls.Label

Protected WithEvents Label149 As System.Web.UI.WebControls.Label

Protected WithEvents Label150 As System.Web.UI.WebControls.Label

Protected WithEvents Label151 As System.Web.UI.WebControls.Label

Protected WithEvents Label152 As System.Web.UI.WebControls.Label

Protected WithEvents Label153 As System.Web.UI.WebControls.Label

Protected WithEvents Label154 As System.Web.UI.WebControls.Label

Protected WithEvents Label155 As System.Web.UI.WebControls.Label

Protected WithEvents Label156 As System.Web.UI.WebControls.Label

Protected WithEvents Label157 As System.Web.UI.WebControls.Label

Protected WithEvents Label158 As System.Web.UI.WebControls.Label

Protected WithEvents Label159 As System.Web.UI.WebControls.Label

Protected WithEvents Label160 As System.Web.UI.WebControls.Label

Protected WithEvents Label161 As System.Web.UI.WebControls.Label

Protected WithEvents Label162 As System.Web.UI.WebControls.Label

Protected WithEvents Label163 As System.Web.UI.WebControls.Label

Protected WithEvents Label1 As System.Web.UI.WebControls.Label

Protected WithEvents Button1 As System.Web.UI.WebControls.Button

'NOTE: The following placeholder declaration is required by the Web Form
Designer.

'Do not delete or move it.

Private designerPlaceholderDeclaration As System.Object

Private Sub Page_Init(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Init

'CODEGEN: This method call is required by the Web Form Designer

'Do not modify it using the code editor.

InitializeComponent()

End Sub

#End Region

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim x1, x2, x3, x4 As Integer

Dim ss As String

x3 = 8

x4 = 20

ss = "* "

If Not IsPostBack Then

For x2 = 4 To 163

x1 = (RanNum(x3, x4, x2))

(holder(x2)) = x1

Select Case x2

Case 4

Label4.Text = Str(x1)

Case 5

Label5.Text = Str(x1)

Case 6

Label6.Text = Str(x1)

Case 7

Label7.Text = Str(x1)

Case 8

Label8.Text = Str(x1)

Case 9

Label9.Text = Str(x1)

Case 10

Label10.Text = Str(x1)

Case 11

Label11.Text = Str(x1)

Case 12

Label12.Text = Str(x1)

Case 13

Label13.Text = Str(x1)

Case 14

Label14.Text = ss & Str(x1)

Case 15

Label15.Text = ss & Str(x1)

Case 16

Label16.Text = ss & Str(x1)

Case 17

Label17.Text = ss & Str(x1)

Case 18

Label18.Text = ss & Str(x1)

Case 19

Label19.Text = ss & Str(x1)

Case 20

Label20.Text = ss & Str(x1)

Case 21

Label21.Text = ss & Str(x1)

Case 22

Label22.Text = ss & Str(x1)

Case 23

Label23.Text = ss & Str(x1)

Case 24

Label24.Text = Str(x1)

Case 25

Label25.Text = Str(x1)

Case 26

Label26.Text = Str(x1)

Case 27

Label27.Text = Str(x1)

Case 28

Label28.Text = Str(x1)

Case 29

Label29.Text = Str(x1)

Case 30

Label30.Text = Str(x1)

Case 31

Label31.Text = Str(x1)

Case 32

Label32.Text = Str(x1)

Case 33

Label33.Text = Str(x1)

Case 34

Label34.Text = ss & Str(x1)

Case 35

Label35.Text = ss & Str(x1)

Case 36

Label36.Text = ss & Str(x1)

Case 37

Label37.Text = ss & Str(x1)

Case 38

Label38.Text = ss & Str(x1)

Case 39

Label39.Text = ss & Str(x1)

Case 40

Label40.Text = ss & Str(x1)

Case 41

Label41.Text = ss & Str(x1)

Case 42

Label42.Text = ss & Str(x1)

Case 43

Label43.Text = ss & Str(x1)

Case 44

Label44.Text = Str(x1)

Case 45

Label45.Text = Str(x1)

Case 46

Label46.Text = Str(x1)

Case 47

Label47.Text = Str(x1)

Case 48

Label48.Text = Str(x1)

Case 49

Label49.Text = Str(x1)

Case 50

Label50.Text = Str(x1)

Case 51

Label51.Text = Str(x1)

Case 52

Label52.Text = Str(x1)

Case 53

Label53.Text = Str(x1)

Case 54

Label54.Text = ss & Str(x1)

Case 55

Label55.Text = ss & Str(x1)

Case 56

Label56.Text = ss & Str(x1)

Case 57

Label57.Text = ss & Str(x1)

Case 58

Label58.Text = ss & Str(x1)

Case 59

Label59.Text = ss & Str(x1)

Case 60

Label60.Text = ss & Str(x1)

Case 61

Label61.Text = ss & Str(x1)

Case 62

Label62.Text = ss & Str(x1)

Case 63

Label63.Text = ss & Str(x1)

Case 64

Label64.Text = Str(x1)

Case 65

Label65.Text = Str(x1)

Case 66

Label66.Text = Str(x1)

Case 67

Label67.Text = Str(x1)

Case 68

Label68.Text = Str(x1)

Case 69

Label69.Text = Str(x1)

Case 70

Label70.Text = Str(x1)

Case 71

Label71.Text = Str(x1)

Case 72

Label72.Text = Str(x1)

Case 73

Label73.Text = Str(x1)

Case 74

Label74.Text = ss & Str(x1)

Case 75

Label75.Text = ss & Str(x1)

Case 76

Label76.Text = ss & Str(x1)

Case 77

Label77.Text = ss & Str(x1)

Case 78

Label78.Text = ss & Str(x1)

Case 79

Label79.Text = ss & Str(x1)

Case 80

Label80.Text = ss & Str(x1)

Case 81

Label81.Text = ss & Str(x1)

Case 82

Label82.Text = ss & Str(x1)

Case 83

Label83.Text = ss & Str(x1)

Case 84

Label84.Text = Str(x1)

Case 85

Label85.Text = Str(x1)

Case 86

Label86.Text = Str(x1)

Case 87

Label87.Text = Str(x1)

Case 88

Label88.Text = Str(x1)

Case 89

Label89.Text = Str(x1)

Case 90

Label90.Text = Str(x1)

Case 91

Label91.Text = Str(x1)

Case 92

Label92.Text = Str(x1)

Case 93

Label93.Text = Str(x1)

Case 94

Label94.Text = ss & Str(x1)

Case 95

Label95.Text = ss & Str(x1)

Case 96

Label96.Text = ss & Str(x1)

Case 97

Label97.Text = ss & Str(x1)

Case 98

Label98.Text = ss & Str(x1)

Case 99

Label99.Text = ss & Str(x1)

Case 100

Label100.Text = ss & Str(x1)

Case 101

Label101.Text = ss & Str(x1)

Case 102

Label102.Text = ss & Str(x1)

Case 103

Label103.Text = ss & Str(x1)

Case 104

Label104.Text = Str(x1)

Case 105

Label105.Text = Str(x1)

Case 106

Label106.Text = Str(x1)

Case 107

Label107.Text = Str(x1)

Case 108

Label108.Text = Str(x1)

Case 109

Label109.Text = Str(x1)

Case 110

Label110.Text = Str(x1)

Case 111

Label111.Text = Str(x1)

Case 112

Label112.Text = Str(x1)

Case 113

Label113.Text = Str(x1)

Case 114

Label114.Text = ss & Str(x1)

Case 115

Label115.Text = ss & Str(x1)

Case 116

Label116.Text = ss & Str(x1)

Case 117

Label117.Text = ss & Str(x1)

Case 118

Label118.Text = ss & Str(x1)

Case 119

Label119.Text = ss & Str(x1)

Case 120

Label120.Text = ss & Str(x1)

Case 121

Label121.Text = ss & Str(x1)

Case 122

Label122.Text = ss & Str(x1)

Case 123

Label123.Text = ss & Str(x1)

Case 124

Label124.Text = Str(x1)

Case 125

Label125.Text = Str(x1)

Case 126

Label126.Text = Str(x1)

Case 127

Label127.Text = Str(x1)

Case 128

Label128.Text = Str(x1)

Case 129

Label129.Text = Str(x1)

Case 130

Label130.Text = Str(x1)

Case 131

Label131.Text = Str(x1)

Case 132

Label132.Text = Str(x1)

Case 133

Label133.Text = Str(x1)

Case 134

Label134.Text = ss & Str(x1)

Case 135

Label135.Text = ss & Str(x1)

Case 136

Label136.Text = ss & Str(x1)

Case 137

Label137.Text = ss & Str(x1)

Case 138

Label138.Text = ss & Str(x1)

Case 139

Label139.Text = ss & Str(x1)

Case 140

Label140.Text = ss & Str(x1)

Case 141

Label141.Text = ss & Str(x1)

Case 142

Label142.Text = ss & Str(x1)

Case 143

Label143.Text = ss & Str(x1)

Case 144

Label144.Text = Str(x1)

Case 145

Label145.Text = Str(x1)

Case 146

Label146.Text = Str(x1)

Case 147

Label147.Text = Str(x1)

Case 148

Label148.Text = Str(x1)

Case 149

Label149.Text = Str(x1)

Case 150

Label150.Text = Str(x1)

Case 151

Label151.Text = Str(x1)

Case 152

Label152.Text = Str(x1)

Case 153

Label153.Text = Str(x1)

Case 154

Label154.Text = ss & Str(x1)

Case 155

Label155.Text = ss & Str(x1)

Case 156

Label156.Text = ss & Str(x1)

Case 157

Label157.Text = ss & Str(x1)

Case 158

Label158.Text = ss & Str(x1)

Case 159

Label159.Text = ss & Str(x1)

Case 160

Label160.Text = ss & Str(x1)

Case 161

Label161.Text = ss & Str(x1)

Case 162

Label162.Text = ss & Str(x1)

Case 163

Label163.Text = ss & Str(x1)

End Select

answer(x2 - 1) = holder(x2) + holder(x2 + 10)

Next x2

answer(x2 - 1) = holder(x2) + holder(x2 + 10)

End If

answer(x2 - 1) = holder(x2) + holder(x2 + 10)

End Sub

Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As
System.EventArgs)

End Sub

Public Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs)

If answer(3) = Val(TextBox3.Text) Then

TextBox3.BackColor = System.Drawing.Color.Green

Else

TextBox3.BackColor = System.Drawing.Color.Green

End If



End Sub

Public Function RanNum(ByVal minnum As Integer, ByVal maxnum As Integer,
ByVal place As Integer) As Integer

'initialize an array to hold the random numbers

Dim minholder(300) As Integer

'initialize random number generator

Dim r As New Random(System.DateTime.Now.Millisecond)

Dim x As Integer

For x = 1 To 300

minholder(x) = r.Next(minnum, maxnum)

Next x

Return minholder(place)

End Function







Public Sub Button2_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs)

End Sub

End Class
Thanks in advance ,

GL
Dec 4 '05 #1
1 1498
GL,

It makes no sense to sent your complete code in a message if it is ASPX.vb
Without the accoording ASPX page it is not possible to debug it.

As well is it at least for me unreadable now, will you please copy as you do
this this first in a notebook and than copy and paste in your newsreader
message. Now it is in my newsreader unreadable or I should do a lot of work
to delete all blank rows and than even to much for a newsgroup. I think
that is a job better be done by you.

In this case is probably only your load part and button part and the
declaration of the array needed.

Cor
Dec 4 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Federico G. Babelis | last post by:
Hi All: I have this line of code, but the syntax check in VB.NET 2003 and also in VB.NET 2005 Beta 2 shows as unknown: Dim local4 As Byte Fixed(local4 = AddressOf dest(offset)) ...
9
by: justanotherguy63 | last post by:
Hi, I am designing an application where to preserve the hierachy and for code substitability, I need to pass an array of derived class object in place of an array of base class object. Since I...
5
by: ritchie | last post by:
Hi, I am writing to ask if anyone can see why my array is not being sorted correctly? It's an array of 4 elements(ints 1,2,3,4) but after calling the selection sort it comes back sorted as...
8
by: Gerald | last post by:
I have a problem with an array of pointers. In a program I'm writing, I have to read a file, containing thousands of short lines. The content of another file will be compared against each line...
12
by: arkobose | last post by:
my earlier post titled: "How to input strings of any lengths into arrays of type: char *array ?" seems to have created a confusion. therefore i paraphrase my problem below. consider the...
204
by: Alexei A. Frounze | last post by:
Hi all, I have a question regarding the gcc behavior (gcc version 3.3.4). On the following test program it emits a warning: #include <stdio.h> int aInt2 = {0,1,2,4,9,16}; int aInt3 =...
8
by: intrepid_dw | last post by:
Hello, all. I've created a C# dll that contains, among other things, two functions dealing with byte arrays. The first is a function that returns a byte array, and the other is intended to...
104
by: Leszek | last post by:
Hi. Is it possible in javascript to operate on an array without knowing how mamy elements it has? What i want to do is sending an array to a script, and this script should add all values from...
23
by: sandy | last post by:
I need (okay, I want) to make a dynamic array of my class 'Directory', within my class Directory (Can you already smell disaster?) Each Directory can have subdirectories so I thought to put these...
4
by: assgar | last post by:
Hi Seasons Greetings Its back, I am being haunted. I thought I had resolved this problem but I am intermittently the receving the warnings below. This code consist of a 1) HTML form, 2)...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.