Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Issues on Windows 98

Status
Not open for further replies.

gonzilla

Programmer
Apr 10, 2001
125
US
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:

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

 
I'm not really sure about any windows 98 issues but I have run into the:

Code:
The viewstate is invalid for this page and might be corrupted.

error before. It seemed to happen on pages where the viewstate was very, very large. I ended up disabling viewstate for one or more controls and that seemed to get rid of it.

- VB Rookie
 
Hi VBRookie,

Thanks for the suggestion. The viewstate is very large and strangely enough, I just added a filter feature for the client to help enter/update data anyway. He said he will try it again tomorrow so I guess I will find out if that does it.

Thanks.

-Tyler

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top