How to use Option Compare statement

  • Thread starter Thread starter Eddie Simons
  • Start date Start date
E

Eddie Simons

Where do I put the Option Compare statement (Option Compare Text) in an
asp.net page in order to compare string variables case insensitive? All I
get is error messages so far.
 
Sounds like you are using VB.NET....

Put the Option compare right up at the top of the aspx.cs code behind
file... before any of the imports namespace lines.

That should work.

--
Regards,

Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com
 

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

Back
Top