Integrated Development Environment from Microsoft targeting ASP.Net applications
Questions tagged [visual-web-developer-2010]
151 questions
0
votes
1 answer
ASP.Net MVC3 C# query regarding viewing data stored in a database
I have a question regarding the MVC3 C# Tutorial.
When creating Controller, it automatically creates the Views for you, and Index.cshtml is created (path being /Views/News/Index.cshtml). This code looks like the below:
@model…

Harry
- 735
- 5
- 16
- 27
0
votes
3 answers
Are there options like visual studio's "Go to definition" in visual web developer?
In visual studio I can right-click on most things (methods, class instances, local variables...) and I get options for "Go to definition" and "Find all references".
Is there anything like that in visual web developer? In particular, can I somehow…

ispiro
- 26,556
- 38
- 136
- 291
0
votes
2 answers
How to set a background image in html/ASP.net that will work even when the site is moved?
I'm trying to set an image as a background image. From what I've read – I need to have a tilde (~) before the address or the site won't function if put inside a folder. But though that works when I do the following (which doesn't get the result I…

ispiro
- 26,556
- 38
- 136
- 291
0
votes
1 answer
File upload utility
I'm trying to implement a basic file, image upload utility into a small, simple (built using the Visual Web Developer tutorial) C# MVC3 ASP.Net web site. I have see this utility pointed out here on StackOverFlow a few…

Harry
- 735
- 5
- 16
- 27
0
votes
1 answer
Facebook troubles using visual web developer 2010
I'm sorry if this is the 100 post you see on this topic, but I could't find one that is helping so far.
I'm trying to simple project on Visual Web Developer 2010 express That logs in to a given user name in facebook and enters a status for him(2…

Yoav Yogi Grosman
- 103
- 2
- 8
0
votes
0 answers
Cannot get net 4.5rc to work
I have installed .net 4.5rc from http://msdn.microsoft.com/en-us/netframework/hh854779.aspx because I would like to use the new spatial features when developing with visual visual web developer 2010 express. But when I want to change the target…

ThomasD
- 2,464
- 6
- 40
- 56
0
votes
1 answer
how to integrate jQuery maphilight into MVC3 Razor C# project
I've been trying to create a fancy image map for my website, which is built using ASP.Net MVC2 Razor C#. I came across this page: http://davidlynch.org/projects/maphilight/docs/ which was basically perfect for what I needed. Taught me a lot about…

Harry
- 735
- 5
- 16
- 27
0
votes
1 answer
MVC3 web app / tutorial won't "log in" using ASPNETDB.mdf on IIS7 webserver
I have just uploaded my MVC3 ASP.net web application to my server 2008 R2 IIS 7.5 Express webserver.
The web app loads fine, but when clicking on the logon link and either trying to register a user account or log a existing user account on I get the…

Harry
- 735
- 5
- 16
- 27
-1
votes
1 answer
i am using Visual web developer 2010 express with sql server 2008 R2 ...i m not able to access the default database named "ASPNETDB.MDF"
error is network related or instance specific error occurred while establishing a connection with SQL Server. The Server was not found or was not accessible. Verify that the instance name is correct and SQL Server is configured to allow remote…

Kamesh Biniwale
- 1
- 2
-1
votes
1 answer
MS Visual Web Developer 2010 Express
I have installed MS Visual Web Developer 2010 Express and created the dll and also add the strong name to it.
Now I want to installed the dll into GAC. When i searched the file system i did not find gacutil.exe. Therefore i used regasm.exe .
Now im…

sameer
- 1,635
- 3
- 23
- 35
-1
votes
0 answers
Problem with not being able to display a ::before element in css
html code
css code
.cell::before{
content: '';
width: 80px;
height: 80px;
background-color: black;
}
after this i checked my browser there was nothing then i just added this one line
.cell{
…
-1
votes
1 answer
a website background similar to canva
okay so i am a beginner in web coding
so the thing is i want my website to look like this in the background of my website whenever i move the mouse over the background the wallpaper must appear for example exactly like the one in this site but i…

Sheldon Knight
- 1
- 1
-1
votes
1 answer
Fading pages in web application developer c#
I read many posts about how to add the function of fading page but I have some problems.
It is not clear to me the code to type in the jquery.js and hot to connect this script page to all my web forms of alternatively to the master page to which all…

Fed
- 1,696
- 22
- 29
-2
votes
1 answer
OpenFileDialog hangs, Waiting for Localhost
I'm trying to create my first File Dialog box using C# and MS Web Developer 2010. I got the System.Windows.Forms reference set up (from the .NET tab, the one on the COM tab gave me an error), and imported the namespace OK. I found a few very helpful…

Stanton
- 1,334
- 4
- 18
- 32
-4
votes
2 answers
what is the difference between Tailwind and normal CSS?
what is the difference between tailwind and normal css? Can anyone explain I am new to Tailwind css.

Anubhav Mishra
- 153
- 7