Browse by Tags
All Tags »
asp.net (
RSS)
Recently we started getting the following error message on our ASP.NET 2.0 web application running on IIS6. Exception type: CryptographicException Exception message: Padding is invalid and cannot be removed. Stack trace: at System.Security.Cryptography...
I'll be cover MIX08 day by day, session by session over at my other blog, head over there for all the details: http://blog.joelevi.com/?tag=/mix08
I've recently renewed my effort to "use the right tool for the job" when developing xhtml and CSS, which got me to thinking. If using a <ul> rather than a <div> is better in a certain application, are there better ASP.NET tools for...
In ASP.NET 1.1 it was a pain to maintain the position of the scrollbar when doing a postback operation. In ASP.NET 2.0 and above you can simply add the MaintainScrollPostionOnPostBack attribute to the Page directive of any specific page: <% Page Language...
More Posts