The public site I maintain is gathering 500 errors of the dreaded “The viewstate is invalid for this page and might be corrupted” type. Strangely…
Category: Microsoft
I found out the hard way that when using the trace on an ASP.Net page, the interaction of the trace observer is not totally separate…
Basically, the repeater ignores the GroupName attribute and gives each radiobutton in each row a unique name so they no longer operate as a group.…
As I am continuing to migrate our ASP app to ASP.Net, it has finally come time to address the Indexing Service search. It’s a big…
I am in a situation where my application is mixed classic ASP and ASP.Net. I am currently migrating the classic ASP app page-by-page into ASPX…
An ASP.Net site we created is having infrequent problems with logins using forms authentication. Essentially what happens is that the user attempts to login and…
I used a repeater for the first time in my app, and in this instance it is essentially a list of people with checkboxes to…
Thanks to Lockergnome, the Nov. 18th edition of their IT Professionals newsletter pointed out these two links: skyxyz.com Insert Title Web Design The latter article…
In our new ASP.Net app, we are using one list box that allows multiple-select. Recently, choosing one of the items in the list produced no…
Our application uses some fairly complex PL/SQL procedures to build reports in temporary tables so that we can access the data as a ref cursor…