Welcome to AspAdvice Sign in | Join | Help

August 2007 - Posts

Nothing beats a good book

During the last few years, I've read many books. Of course, since I work on IT branch in a technical position, most of the books I've read deal more or less with technology or technology-oriented things like design, coding and things related to
Posted by joteke | 0 Comments
Filed under: ,

Mapping of attributes to control properties in ASP.NET - growing to a custom control

Often I see questions like this asked by developers who are new to ASP.NET. I have a DIV element which should fire event XYZ on server when clicked. My code is: <div id="myDiv" onclick="ZYZ('something')">...</div>
Posted by joteke | 4 Comments
Filed under:

Attachment(s): AJAXEnabledWebSite2.zip

Interesting article: "Developing IIS7 modules and handlers with the .NET framework" by Mike Volodarsky

Link: http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx This article, the first in the IIS7 .NET Developer series, focuses on getting started with developing IIS7 web server features
Posted by joteke | 0 Comments
Filed under: ,

Potential solution for "Validation of viewstate MAC failed"

Last year, I blogged about the potential for "Validation of viewstate MAC failed" issue in ASP.NET 2.0 when using GridView or any databound control which causes ViewState to be encrypted. E.g basically if you have long-running page which isn't
Posted by joteke | 1 Comments
Filed under:

Learnt something about registering JavaScript arrays in ASP.NET Ajax...

Very often with databound controls such as DataGrid or GridView, when I need to do client-side scripting for child controls on the rows of the control, I use JavaScript arrays for that. Reasoning is that they give me simple direct access to the elements
Posted by joteke | 1 Comments
Filed under: ,

ScottGu blogs about fixes for common VS2008/.NET 3.5 b2 issues

Scott has collected a list of issues which might occur when working with VS2008/.NET 3.5 beta 2. See the post. I am one of those people who have emailed Scott to say VS2008 beta 2 is the best VS beta so far. I've had mixed feelings with both VS2005
Posted by joteke | 0 Comments
Filed under: ,

Amorphis's newest release is soon here :-)

Amorphis is a Finnish band playing melodic metal, for those of you who don't know it, one of my favorites. They play kind of death metal too (some grunts here and there) however I don't count that since it's 99% melodic. :-) They find lyrics
Posted by joteke | 4 Comments