I am trying to figure out what is going on with my ASP.NET application and I am stuck.
My client is using Windows 98 and when they put a datagrid in edit mode it gives a javascript object not found error. I had the client try the app from home on his XP machine and it works fine. I then had him upgrade to IE 6.0 and made sure his js engine was the latest available. After upgrading his IE and js we still get the javascript error.
We also get an new error when I have him go to create a record:
Again, this is only happening on his Windows 98 machine. Everything works fine on the XP machine.
Is there something odd that anyone knows with using Win 98 and ASP.NET or can point me to a fix of some sort? I would really like to keep the datagrid editable and not have to pop up a form to edit or create with.
Thanks in advance for your help.
-Tyler
My client is using Windows 98 and when they put a datagrid in edit mode it gives a javascript object not found error. I had the client try the app from home on his XP machine and it works fine. I then had him upgrade to IE 6.0 and made sure his js engine was the latest available. After upgrading his IE and js we still get the javascript error.
We also get an new error when I have him go to create a record:
Code:
The viewstate is invalid for this page and might be corrupted.
Again, this is only happening on his Windows 98 machine. Everything works fine on the XP machine.
Is there something odd that anyone knows with using Win 98 and ASP.NET or can point me to a fix of some sort? I would really like to keep the datagrid editable and not have to pop up a form to edit or create with.
Thanks in advance for your help.
-Tyler