vb.net web application fails when using IE7

  • Thread starter Thread starter Mark Brown
  • Start date Start date
M

Mark Brown

I've written a web application using vb.net (vs2003) that works fine for me,
using IE6. An individual that has upgraded their browser to IE7 is getting
an error on a variable I'm using to reference a selected item in a list box,
saying something like the value 1 is not non-negative or not 0. The varible
is typed as Integer and in this particular instance there's only 1 item in
the list.

Is there a setting in the browser that I need to change or something in the
application to make it work with IE7?

Thanks,
Mark
 
Back
Top