Integrated Development Environment from Microsoft targeting ASP.Net applications
Questions tagged [visual-web-developer-2010]
151 questions
1
vote
1 answer
Can Mono for Android be used with Visual Web Developer Express?
I downloaded Mono for Android and was following the tutorial on installation. I'm using Visual Web Developer 2010 Express I got up to this part, where you configure the VS settings, but I don't see "Mono for Android" in the options of VWD.
Is Visual…

Rivka
- 2,172
- 10
- 45
- 74
0
votes
2 answers
Why is visual web developer working the way it is (hiding text)?
I've written down exactly what I've done:
Visual web developer – new project - New web application
Double click "Site.Master" in solution explorer.
Click "design"
Select the text: "My ASP.NET Application"
Format – font - change color - (not showing…

ispiro
- 26,556
- 38
- 136
- 291
0
votes
4 answers
Why is the text disappearing?
I created a new web application, which gives me a master page. I changed the foreground color and the background color of the header, and the text isn't showing anymore. Why? Isn't the foreground color the text color? If not – how do I control the…

ispiro
- 26,556
- 38
- 136
- 291
0
votes
1 answer
How do I create and populate a 3 column ListView?
I need to create and populate a ListView with 3 strings that come from another function. I also want to be able to select multiple pieces of the data to change their values during runtime (is that possible with ListView?).
I've looked all over…

Michael Schilling
- 341
- 3
- 5
- 16
0
votes
4 answers
Why is my ASP.NET Button control not calling the appointed function?
I want to set up a search functionality on my web site. The user types some information into a text box and click a search button. Upon clicking the search button, a database is searched using the text in the text box, and the results are displayed…

Andrew
- 466
- 2
- 7
- 22
0
votes
1 answer
Using image button in login control
I want to use image as login button, i set the button type as image & image url, But image is not showing its just showing a simple button. Help me in this regard.
[Note: I have converted login control to template]

Desire
- 563
- 4
- 13
- 28
0
votes
1 answer
starting an ASP.NET MVC project with Visual Web Developer 2010
I have downloaded and installed Visual Web Developer 2010 Express and ASP.NET MVC 3.
When I start Web Developer and try to create a "web project" I can see a template for "Razor" projects but I can't see one for "MVC" projects.
Where do I get the…

BENBUN Coder
- 4,801
- 7
- 52
- 89
0
votes
1 answer
ASP.net generating invalid href
The following C#:
SelectLink.Attributes.Add("onclick", String.Format("javascript:{0});", this.ClientScript.GetPostBackEventReference(this, "ad")));
(some omitted for clarity)
Appears to generate an href which has dropped the ';'. This causes…

deed02392
- 4,799
- 2
- 31
- 48
0
votes
1 answer
Trying to use Webmatrix for contact page in conjunction with Visual Web Developer
I'm not a programmer, but I did manage to develop our company site in Visual Web Developer -- and now I'm a full-fledged VWD addict; I'm hooked!
I downloaded Webmatrix the other day and learned a few things in there -- I love that, too. But I…

Jason Weber
- 5,653
- 6
- 40
- 73
0
votes
1 answer
Visual Web Developer 2010 contact us form, need tutorial or example
I've googled, but I cannot find a good, short, easy-to-comprehend tutorial on how to make a contact us page in VWD 2010 Express.
I just want a simple form, say, contactengineering.aspx, and when they submit the form, the e-mail gets sent directly…

Jason Weber
- 5,653
- 6
- 40
- 73
0
votes
1 answer
What happens when I publish an MVC3 based web solution with multiple startup projects?
My solution has multiple start-up projects in it. When publishing to production, the projects start up, but then begin to act in unexpected ways. I'm guessing I don't understand the system well enough yet.
What happens to a web solution with…

blueberryfields
- 45,910
- 28
- 89
- 168
0
votes
1 answer
How to select n rows using IDataReader
[ASP .Net - Microsoft Visual Web Developer 2010]
Hi all,
I've problem with this code:
With MenuNavCatDataSource
Dim xReader As Data.IDataReader = .Select(DataSourceSelectArguments.Empty)
If xReader.Read Then
MenuNavCat1.Text =…

mrjimoy_05
- 3,452
- 9
- 58
- 95
0
votes
1 answer
VWD 2010 - App.config for debug, staging and production in Class library
How come am I getting 3 files when creating a config file in web project in VWD, and in class library I get only one config file (App.config)?
I have a solution with 1 web project and 2 class libraries that requires 3 different config files for…

SexyMF
- 10,657
- 33
- 102
- 206
0
votes
1 answer
Button menu expanded without clicking
Bootstrap 5 button is extend on default and doesn't even collapse this is the cod
//
0
votes
0 answers
When I upload a laravel8 project to Siteground it shows me "file_put_contents"
ErrorException
file_put_contents(C:\xampp\htdocs\courier\storage\framework/sessions/leJduLVeo88o3zkrFtLUMniSIkCg9BWoX1EPrQmq): failed to open stream: No such file or directory
cached cleared I have already cleared all config cache as well

Fahm Ul Islam
- 11
- 1