I applied the .Net Service Pack 1 to a Windows 2003 server last night and the web application served from it stopped submitting postbacks. When…
Category: .Net 1.1
I needed to create a publisher for exceptions to a text file (XML would be better but the requirement was for text…). I based my…
After a little consternation, got VBCommenter PowerToy working today. Had a problem after installing that was solved on their message board. It seems to be…
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…
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…