Name 'IsNumeric' is not declared???

D

David Lozzi

OK, So I'm kinda new at ASP.NET, but why isnt IsNumber working? I'm using it as follows:

isnum = IsNumeric(StoreID.SelectedValue)

Thanks!
 
D

David Lozzi

By the way, this is located in the code-behind. Also I am receiving a similiar error:

Type 'EventArgs' is not defined

at

Sub updateStore(ByVal sender As Object, ByVal e As EventArgs)

I appear to be missing somehting here?

--
David Lozzi
Web Applications/Network Specialist
Delphi Technology Solutions, Inc.
dlozzi(remove-this)@delphi-ts.com


OK, So I'm kinda new at ASP.NET, but why isnt IsNumber working? I'm using it as follows:

isnum = IsNumeric(StoreID.SelectedValue)

Thanks!
 
D

David Lozzi

I fixed it by add thing to the top of the page:
Imports Microsoft.VisualBasic
Imports System

:|


--
David Lozzi
Web Applications/Network Specialist
Delphi Technology Solutions, Inc.
dlozzi(remove-this)@delphi-ts.com


By the way, this is located in the code-behind. Also I am receiving a similiar error:

Type 'EventArgs' is not defined

at

Sub updateStore(ByVal sender As Object, ByVal e As EventArgs)

I appear to be missing somehting here?

--
David Lozzi
Web Applications/Network Specialist
Delphi Technology Solutions, Inc.
dlozzi(remove-this)@delphi-ts.com


OK, So I'm kinda new at ASP.NET, but why isnt IsNumber working? I'm using it as follows:

isnum = IsNumeric(StoreID.SelectedValue)

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top