Questions tagged [blend]

Microsoft Blend for Visual Studio (previously known as Microsoft Expression Blend) is a cutting-edge tool designed by Microsoft for crafting visually appealing interfaces for both web and desktop applications, seamlessly merging the characteristics of these distinct application types.

Issue with Ajax functionality not functioning properly in Visual Studio for Windows (Blend)

I am encountering an issue with my ajax login script. When I attempt to call the login function, nothing seems to happen... function login() { var login = new XMLHttpRequest; var e = document.getElementById("email").value; ...