I can not create a new project. When I try to create a new project, I put the 开发者_Python百科name and then I get
I\'m trying to have a website that hosts different applications (also websites) in iframes. Note: only one application is active (displayed) at a time. My problem is that links that rely on targets ar
I want to use DataContractJso开发者_高级运维nSerializ class inside my Asp.net MVC Application. To be able to use it I found out that Im supposed to target a different the .NET 4.0 Framework.
Is 开发者_StackOverflowthere a cross-browser compatible way to post a form in one tab of the browser to another (which I know is open and is of the same domain)?
I have a class that I want to share between two different applications.The only real difference is the base framework it references.Cocoa importsand of course Cocoa-Touch imports .I would like to use
While converting the taget framework of an asp.net web application from 2.0 to 3.5 in visual studio 2008, i am getting开发者_StackOverflow中文版 the error : Exception of type \'System.Runtime.InteropS
I have a build with multiple interlinked dependencies, Several projects have common dependencies that are currently compiled more than once. I think in Ant we can tell it not to re-build something if
I\'m trying to sort through the links on my page and make some of them open into a new window, depending on their URL.This is the code I have.It doesn\'t seem to be working.Can you see why?
I\'v been struggling with this one for some time so any hint or suggestion are welcome. I\'m trying to delete a file from a directory under \"Documents\". The problem is that the file is not delete o
I\'m using the following code to control a div with the ID \'sidebar\' 开发者_Python百科var top = $(\'#sidebar\').offset().top - parseFloat($(\'#sidebar\').css(\'marginTop\').replace(/auto/, 0));