VS2012 mvc 4 javascript auto formatting in cshtml
function change(e) { var dataItem = this.dataItem(this.select()); var fid = dataItem.FaultID; lblStatus.value = fid; $("#rgrid").data("kendoGrid").dataSource.read({ faultID: fid });...
View Articleradio button
Dear All I have two radio button in a groupbox. i want to add the radio button value in the database. my problem is how to add two button values in the same column.(if one is select then save in...
View ArticleError messages
HiI have a label set to show up when a user has not selected an item from the radio button list.How do I get it to go away when a user selects an item?My code so far is:selectBachLabel.Visible =...
View ArticleError Message - Cannot Install Visual Web Dev Exp 2010 SP 1 with Azure SDK 2.1
Hello All,As part of installation of updating Visual Web Dev Exp 2010 - I tried to install SP1 usinga) Web Platform Installer 4.6When i try to install Visual Web Dev Exp 2010 SP1 with Azure SDK 2.1 - I...
View Articleregister a DLL to work with 64 bit OS
Hi, I have 64 bit windows 7. I created classlibrary (VS2012) and SN/registered it withC:\>sn -k C:\API3\test\bin\Debug\mykey.snk C:\Windows\Microsoft.NET\Framework\v4.0.30319>regasm...
View ArticleCannot add service reference -Visual Studio ?
Hi,I am working on an example in a book and I cannot add a service reference. I enter the correct address and click go (in Visual Studio) and I get an error :There was an error downloading...
View ArticleJavascript files are not reflecting changes at runtime.
When I make a change to a Javascript file and run in debugging the changes are not being reflected.The same file with the tag [dynamic] is being run without the changes I made.Is this a VS setting that...
View ArticleRelease Candidate 2013 is missing scaffolding
I have instaled the RC and uninstaleld the RC and resinatslled but no scafolding.Instead of having Add new Scaffolding item on the menu i havescoffolding thats opens a empty dialog. i hope this is not...
View ArticleWhich software to use
HI.i need to start a new project, but i don't like to do the visual stuff (the layout).Which tool (someone told me about photoshop) should i use to draw the layout and import to the master page?Which...
View ArticleBundling not working when deployed to web host, works fine locally
I need some pointers on how to diagnose this problem. I've got bundling and minification working just great on my local project, but when I copy the changes up to my web host, I just get a bunch of 404...
View ArticleInherits MembershipProvider Type Expected
Using vs 2005.I downloaded the code fromhttp://msdn.microsoft.com/en-us/library/6tc47t75(v=vs.80).aspxI am getting error on the fllowing line Public NotInheritable Class OdbcMembershipProvider Inherits...
View ArticleWorking with VS 2013 Preview and TFS + Git
I am trying to get into the new technologies and the goodies of the Visual Studio and TFS + Git, then I started to follow the ASP.NET MVC 5 Introduction Tutorial and connect this project to the free...
View ArticleHow to close a pop up page after retrieving binary data from Database?
Hi All,Our support team faced the following issue:-From a Grid view link in a Page "A", a Popup Page "B" is opened. In the pop up page, page load method, they are retrieving binary data to open a...
View ArticleApplication compilation is starting
Recently i have discovered that opening Visual Web Developer 2008 Express and opening a remote website under IIS 7, intermittently causes the application to re-start causing users to lose their...
View Articlemissing browser selection options
Ive recently upgraded from Windows 7 to Windows 8 and found that when I run visual studio 2012 all my browser selection options have vanished. I have the usual bunch installed (Firefox, Chrome,...
View Articletfs mapping URIs don't match
I share a solution with other on tfs, and have successfully mapped a local copy it to one computer. When I look at the successful mapping it goes sort of like this:$/ C:/MappedFolder$/Tool...
View ArticlePrinting from VisualStudio2012
Has anyone ever encountered this error when they try and print in VisualStudio2012?http://imgur.com/el9TLXR
View ArticleHow to start single MVC website locally with 2 different ports
Hi,I created a MVC website with visual studio 2012 ultimate version in my development server, possible for me to click on start button in visual studio and same website will actually start with 2...
View ArticleAbout VS2012's javascript Brace Complete
Hi all,Now I've met with a question——it seems that VS2012 cannot make brace complete automatically when I define a javascript or jQuery's function, something like:$(function(){})What's more——the last...
View ArticleHow to Share data between web pages, VS2012, VB ASP.NET
<div class="body">I am trying to make a web site using VB (VS 2012 ASP.Net Empty web site). I have 2 pages, on one page I get users's info like name and want to use it (show and email it) on...
View Article