Wednesday, August 30, 2006

September Talk

I am going to talk on Membership features in ASP.NET 2.0. If time permits, I would be touching briefly on Role Providers too. If you would like to listen to these topics, you are most welcome to the September session of the Central Penn .NET User Group (http://www.central-penn.net.)

Tuesday, August 01, 2006

ADA and Intellisense

All the pages I develop demands Section 508 complaince. And to achieve
this, MS (Microsoft, duh!) recommends installing a June 2003 hotfix for
1.1 (yes, I am still using the "old" version :-)). This, they tell,
would support AssociatedControlID property in the control.

I did install the hotfix and it doesn't seem to work as expected. The VS.NET IDE
still shows that annoying red squigley line under the
AssociatedControlID, but does not give any compilation errors.

I did google and it seems many of ASP.NET developers face this issue.
As a result of my recent adventure in creating Custom Server Controls
and ADA complaince, I think that the hot fix does not UPDATE the
asp.xsd (which drives the Intellisense in VS.NET IDE) file.

Did any one (1.1 users) face this kind of issue lately?


Cookies, anyone?

  Our application started having integration issues early March this year. Did I say that was intermittent? To add to our confusion, we coul...