Dev Area

a playground for geeks

TEACHING A CHILD TO WALK.

TEACHING A CHILD TO WALK. Exercise is essentially important to the health of the infant. Its first exercise, of course, will be in the nurse’s arms. After a month or two, when it begins to sleep less during the day, it will delight to roll and kick about on the sofa: it will thus use… (read more)

ASP.Net There is a duplicate ‘system.web.extensions/scripting/scriptResourceHandler’ section defined

After moving a website to a new server I encountered the error: There is a duplicate ‘system.web.extensions/scripting/scriptResourceHandler’ section defined This puzzled me as everything worked find both on my local workstation and on my previous server. I edited my web.config file thinking “it doesn’t make sense that I have to do this”. After removing the lines I finally was… (read more)

How to access the ClientScriptManager from a class

To access the Script Manager from an outside non-page class such as another dll or project you must find the referance to the page object. currentPage = (System.Web.UI.Page)System.Web.HttpContext.Current.Handler; After you have the page object you should be able to access the ClientScriptManager object and add your script. ClientScriptManager cs = currentPage.ClientScript; cs.RegisterClientScriptBlock(currentPage.GetType(), “permalinknotify”, tmpStr, true);… (read more)

PowerCost Monitor WiFi Gateway

The Blue Line Innovations BLI 31100 PowerCost Monitor WiFi helps you better understand your household’s energy usage. http://www.amazon.com/Blue-Line-Innovations-BLI-31100/dp/B003RRY8VK/ref=sr_1_5?s=hi&ie=UTF8&qid=1305163894&sr=1-5