side

how to disable a ajaxtoolkit CollapsiblePanelExtender from client side?

hello everyone, does anyone know a client side method to disable the CollapsiblePanelExtender? I have get the extender by behaviorId. var extender = $find("behaviorId"); so next what method i can use to disable this extender from client side? Thanks ...

what approach to use instead of server side Office automation for importing tasks from MSProject

I have to open up MSProject file from a different Sharepoint site and ensure that all the tasks are read from the file and bound to ASP.NET Grid. I have used the office Interop assemblies and have encountered some errors. I also came to know that Microsoft doesn't support server side office automation. Is there any recommended way of ...

Ideas-guidance for data visualization tools and plugins

Trying to bring different tools/technologies into one project, so this question is for ideas to achieve each stage. I'm currently using GraphViz and like it's simplicity in presenting data; compared to other comparable tools. Project: Computer network. Is there an alternative (javascript/client side) tool to ZGRViewer? I like its abil...

Scrolling the 2d world with physics

I'm writing a side scrolling game with physics. Before get my hands dirty i started concentrating on physics and rendering graphics. Initially i thought of keeping every thing static (non scrolling). For physics after referring to many tutorial finally i ended up here http://www.tonypa.pri.ee/vectors/tut08.html. This set of tutorial cove...