Questions tagged [visual-web-developer-2010]

Integrated Development Environment from Microsoft targeting ASP.Net applications

151 questions
1
vote
0 answers

what's in the VS express editions for 2010?

If I don't have any version of .NET installed on a Vista OS machine (per the Add/Remove Programs List), will I get the necessary .NET components I need automatically installed for me if I download and install VS2010 Visual Web Developer? How about…
1
vote
2 answers

Javascript not found in my ASP.Net Application

I am having a problem in the location of my javascript, the location is right, but when I run it in my visual web developer 2010 express, the location can not be found, I don't know the reason why... here is the location of my javascript:
portgas d ace
  • 309
  • 3
  • 9
  • 21
1
vote
2 answers

skipping breakpoints

My Visual Web Developer Express 2010 project has started skipping breakpoints, regardless of where I put them. For example, break point at [*]: public string login(string username, string password) { [*] string getCredentialsText = "SELECT…
Robert
  • 5,278
  • 43
  • 65
  • 115
1
vote
2 answers

Creating Control Arrays in Vb 2010 with table column names not reading Rows

I am having problems with Creating Control Arrays and getting the Column Names for a table, I know that my string works as I have used the outputted string straight as a SQL query, the problem lies where it seems not to find any of the rows in the…
1
vote
0 answers

Initialise issue jscrollpane & Ajax update panel in sharepoint 2010 visual webpart

jscrollpane working OK, on onload of my visual webpart in SharePoint 2010 along with calendar, listview. But once clicked on the individual days, my code looks for the specific day events and renders in list view (data binding, with partial…
DRS
  • 11
  • 1
1
vote
2 answers

How do I make files hidden when deploying an ASP.net project? (Or not upload them at all.)

I have some text files (and others) that I want to be hidden from the public when deploying an ASP.net project. How do I do that? (And what's the technical term for that? "hidden"? Searching, I couldn't find an answer to this so I'm probably using…
1
vote
2 answers

How do I call a javascript that's in a separate file?

I have a .js file with: function date() { document.getElementById("id1").innerHTML = Date(); } And a page with:

But clicking on it doesn't do anything. What's…
ispiro
  • 26,556
  • 38
  • 136
  • 291
1
vote
1 answer

Add xUnit test project to an existing Visual Web Developer 2010 express MVC application

Maybe it's very easy but I'm trying to add support for xUnit in Visual Web Developer 2010 Express. I followed this tutorial on how to install everything but the main problem is that this tutorial only show how to add a test project to a new project…
Jean-François Côté
  • 4,200
  • 11
  • 52
  • 88
1
vote
1 answer

Why does Web developer built-in web server serve zero byte files suddenly?

Visual Web Developer 2010 Express. C#, MVC3. Clicking F5 to debug. It starts up the built-in ASP web server on http://localhost:50188/ The Output window tells me WebDev.WebServer40.EXE is loading loads of DLLs. Up until yesterday it worked. Today…
Darren Cook
  • 27,837
  • 13
  • 117
  • 217
1
vote
0 answers

Visual Web Developer: Operation Not Valid error on Show Table Data operation

I'm using Visual Web Developer 2010 Express to learn ASP.NET Web Forms using the tutorial at W3 Schools. I'm currently stuck on the database section of the tutorial, located here. Under the heading, "Add Database Records", I am told to right-click…
1
vote
2 answers

How to remove a single outline block in Visual Studio?

When using outlining in Visual Studio ("Edit" tab -> "Outlining") one can add an outline block for collapsing, or to stop outlining altogether. But how do I remove a single outline block?
ispiro
  • 26,556
  • 38
  • 136
  • 291
1
vote
2 answers

How to combine javascript into html / ASP.Net in visual web developer?

I want to create scripts, and then call them from the html code or the ASP.Net codebehind. How do I do that? This is probably very simple, but Googling hasn't helped. For example: I want an ImageButton to have an onmouseover="this.src='...'". But I…
ispiro
  • 26,556
  • 38
  • 136
  • 291
1
vote
1 answer

X-Axis with Asp:Chart

I have an asp:chart with one serie in it. The serie has a collection of 13 points. (1 to 13) When the data is binded to the chart with the Visual Web Designer data binding tool, I want to see even the columns that won't receive any data. (x Columns…
phadaphunk
  • 12,785
  • 15
  • 73
  • 107
1
vote
2 answers

Visual Web Developer: Adding Text Dynamically

I am designing a web page (in Visual Web Developer) that displays a report in graphical form. Once the graphics are seen some comments need to be appended underneath. This can only be done after the graphics have been rendered since the comments…
Kevin
  • 1,252
  • 6
  • 32
  • 50
1
vote
0 answers

how to create localization in visual web developer 2010

I need help how to create localization in visual web developer 2010? If someone know good tutorial or other something useful how to create it. I tried to create but there is no generate local resources option in the tools menu. I read few posts…
Smitka
  • 57
  • 2
  • 4
  • 9