Integrated Development Environment from Microsoft targeting ASP.Net applications
Questions tagged [visual-web-developer-2010]
151 questions
3
votes
1 answer
Is there anyway I can use Sandcastle in order to create .chm files from .xml file having Microsoft Visual Web Developer 2010 Express installed?
I found a very nice documentation for creating .chm files from .xml files using Sandcastle : http://social.msdn.microsoft.com/Forums/en-US/devdocs/thread/3a631356-638e-451e-816c-c60d459c3775 . The only problem is that after I managed to arrive…

SunnyDay
- 317
- 2
- 8
- 19
3
votes
3 answers
how to link imagebutton to url visual web developer
I was wondering, is it possible to link an imagebutton to a website? and how? Im using a web forms in visual web developer. thanks.

AAA
- 811
- 2
- 7
- 7
3
votes
3 answers
How can I change which master page is used for a web page?
When creating a new item - "Web Form using Master Page" I get a dialog for choosing the master page.
Can I get that dialog for an existing page so I can change its master page?

ispiro
- 26,556
- 38
- 136
- 291
3
votes
1 answer
I have installed StyleCop in MS VS Web Developer Express and cannot edit the settings
I am looking for the settings file to manually change the settings - but cannot find it.
I followed these directions to install: http://stylecop.codeplex.com/wikipage?title=Setting%20Up%20StyleCop%20MSBuild%20Integration
(with one exception, I…

Ecnalyr
- 5,792
- 5
- 43
- 89
2
votes
0 answers
Small but nice differences between VS 2010 Professional and Web Developer Express 2010?
I have found similar posts to this one, such as;
Visual Studio Vs Visual Web Developer,
What are the limitations of Visual Web Developer Express 2010?
What are the differences between visual studio and VS express edition?
But I have a encountered…

Dan Pettersson
- 713
- 5
- 17
2
votes
1 answer
How to give asp:Localize the localized text?
My ASP.NET page has some html:
Default.aspx:
Now i want to localize that text. So i've created a resource file Default.aspx.resx. Following the examples of…

Ian Boyd
- 246,734
- 253
- 869
- 1,219
2
votes
3 answers
Is there some way to collapse folders recursively in the Visual Web Developer 2010 Express Solution Explorer?
This is something I want to do quite often, as I end up with hundreds of source files visible in Solution Explorer and things can get quite confusing.
I have found several extensions which will do this in Visual Studio, but as Visual Web Developer…

Mark Bell
- 28,985
- 26
- 118
- 145
2
votes
2 answers
How to debug JavaScript that's the result of an XHR
My ASP.NET MVC app makes an XHR request from within a view, and retrieves another partial view. This partial view wires some event handlers.
I would like to set a break-point in the event handler of these partial views and debug it.
I have IE 9,…

Water Cooler v2
- 32,724
- 54
- 166
- 336
2
votes
1 answer
Unable to run empty ASP.Net MVC 3 Application
I have installed:
Visual Web Developer 2010 Express
ASP.Net MVC 3
I went to File > New Project > ASP.Net MVC 3 Web Application
I chose Empty template with ASPX view engine. VWD generated lots of files.
When I clicked Run, I get the following…
user1699872
2
votes
1 answer
TextBox showing past entries
I can not get the textbox past entries to go away using the aspx.vb behind page ( can do it on aspx page) Example below
I have tried both
txt.AutoCompleteType = AutoCompleteType.Disabled
txt.ViewStateMode =…

Will Peckham
- 574
- 1
- 7
- 18
2
votes
1 answer
How can I make a copy of a folder in a website?
I have a couple of web pages in a folder, and want to copy the folder to have a set of similar pages (with only a couple of changes).
However, when I simply copy and paste it in Visual Web Developer I get errors:
Type…

ispiro
- 26,556
- 38
- 136
- 291
2
votes
1 answer
Select a directory in a ListBox and display that selected directorie's files in another ListBox
I enumerated directories into a ListBox using this:
private void TE_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
IEnumerable file = System.IO.Directory.EnumerateDirectories(@"C:\Users\user\Desktop", "*.*",…

FamenZ
- 41
- 6
1
vote
1 answer
entity createdatabase ldf log file name change default how to
Visual Web Developer. Entity data sources model. I have it creating the new database fine. Example
creates SAMPLE1.MDF and SAMPLE1.LDF
When I run my app, it creates another SAMPLE1_LOG.lDF file.
When I run createdatabase, is there a place I can…

Frank C
- 11
- 2
1
vote
1 answer
Tips on using Windows Identity Foundation with Visual Studio Express?
Is it possible to use the Windows Identity Foundation SDK with Visual Web Developer 2010 Express?
I understand that needing a professional version is a requirement, but if it's similar to other elements of the .net framework the tooling can normally…

Alex KeySmith
- 16,657
- 11
- 74
- 152
1
vote
6 answers
C# Foreach value in a using clause?
I'm trying to loop through an array of strings using the foreach control, and then use each value to insert information in the database. Could someone help me understand why within the using clause I can't use the foreach variable?
string[] ship_ids…

deed02392
- 4,799
- 2
- 31
- 48