Lloyd McGhee
-
Developing Asp.net pages for the IPAD ~fixing the postback issue
Today I will discuss and solve the challenges that an asp.net developer will face while creating aspx pages with master pages for the IPAD or IPAD 2. The obstacle that asp.net developers have is that when an aspx page is in full screen and the user does nothing for about two minutes all postbacks, but the first, that are not submits will fail to happen. A postback example would be while selecting a new value on a dropdown the selected index changed event is supposed to fire when autopostback="true", assuming that there is a defined method in the code behind, which is wired-up to the event. A person only has search the net for the IPAD cache, viewstate and asp.net issues to find this problem.
-
Another Standard Deviation Extension for LINQ
Just wanted to post my SDev extension for linq
-
Writing basics for computer people
Friends, we as developers, programmers and all the in betweens need to sharpen our communication skills.
-
First a thanks
First, I would like to Thank Joe for setting up this Blog since, a great place to share my thoughts and ideas has not presented itself until now.