Add controller/view in web forms application project
I have an existing Web Forms Application project, I want to gradually migrate it to MVC 4 application.I created folders named controllers/views. right click the folder name in solution explorer, I...
View ArticleBeen working on last VB program due for class need help!!!
Public ClassCelsiusConverterPrivateSub Button1_Click(ByVal sender AsObject, e AsEventArgs)Handles Button1.Click' TextBox1.Text = (TextBox2.Text + 32) * 5 / 9)EndSubEnd What's the error? A first...
View ArticleVisual Studio 2013 RC - cannot view HTML in browser ?
HI,I downloaded Visual Studio 2013 RT and I am having problems viewing .html page in a web browser. I still have Visual Studio 2012 on my machine and if I right click in the .html file I can select -...
View Articleparse error
heywhen i add new web content form using site master adn then set as a start page respective form and then debug then following error comesServer Error in '/' Application. Parser Error Description: An...
View Article( How can I use ASP.NET 4.5 with SQL SERVER 2008 R2 ?)
Hello! Summary:How I can get my Visual Web Developer 2012(with ASP.NET 4.5) to work withSql Server 2008 R2 Express?Details:I have been running Visual Web Developer 2010 Expresswith SQL SERVER 2008 R2...
View Articleadd Javascript intellisense reference from another project
Is it possible to add a reference to javascripts in another project in Visual Studio 2012. I have a javascript library in seperate project and i wan't several other projects to get intellisense from...
View ArticleProblems adding web reference (Unable to download following files from...)
I'm trying to add a web reference to access a web service that was developed by another group where I work. Both of our web apps reside on the same servers, just in different directories. On our first...
View ArticleHelp with Drop Down
I am having an issue with posting data back to a drop down based on a select from a gridview. Below is my code:' Dim row As GridViewRow = GridView1.SelectedRow Tid0Txt.Text = row.Cells(1).Text...
View ArticleHow to locate ... Error code 102: Incorrect syntax near '='
Hello,I'm getting the message "Error code 102: Incorrect syntax near '='" displayed across the top of my aspx.cs file when I run it. I have added debug=true to the top of my .aspx page, however I do...
View ArticleMessage Box
I have a message box I want to pop up after pressing a button. Question I have is, how do I keep the message box on the same displays as the website with multiple monitors? Thanks in advance.
View ArticleResize page with fixed master banner.
Using web developer 2010 express, I have a vertically fixed banner master page and vertically scrollable content pages. The banner is vertically fixed by using CSS position:fixed, the content pages are...
View ArticleServer Error in '/' Application
I'm trying to create a single web page using Visual Web Developer 2008 Exp.. I built the page using "Build Page" and I'm assuming that this creates the default.aspx file that I see in the Solution...
View ArticleComponentModel namespaces
Hi, I am working in visual studio 2013 on windows app store.The System.ComponentModel namespaces that are included in the .NET for Windows Store apps. Note that the .NET for Windows Store apps does not...
View ArticleFacing Error on visual studio 2008
The below mention code was design using Visual Studio 2010, but while using the same code it is not supporting "Text"; Some one help me out to reslove how can i reslove this issue....
View Articlecan't upgrade jquery.ui
I've been trying to upgrade jquery.ui in vs 2012 from version 1.8.20 to 1.9.2 without any luck.I successfully uninstalled-package jquery.ui.combined;successfully installed-package jquery.ui.combined...
View ArticleFluid template is not displayed correctly in VWD Express
Hi, I am trying Fluid template in Visual Studio 2010 Visual Web Developer Express, and what i get to see is a huge images (actual size) and all contents rowwise. Could someone help me out on this....
View ArticleIntegrating with Microsoft Word
We are building an asp.net internal web application and would like to use features of Microsoft Word integration (bookmark populating, printing, etc.). Where can I get information on using the Office...
View ArticleUnrecognized attribute 'targetFramework'. Note that attribute names are...
Hi all,I have a Visual Studio 2008 in my system,i haven taken 1 project from svn but when i am running it i am getting below error.Server Error in '/VolvoGroupApplicationCatalog_NewLayout' Application....
View ArticleNamespace not recognised (are you missing an assembly reference)
Yesterday I had a project that successfully built. I was then given newer version of some DLLs. To make the project work with newer version of DLLs I go to References - locate reference - right click -...
View Article