Visual Studio :: How To Change The Split View To Horizontally Again
Sep 11, 2010My split view in visual studio 2008 changed to vertically. How can I change the split view to horizontally again?
View 2 RepliesMy split view in visual studio 2008 changed to vertically. How can I change the split view to horizontally again?
View 2 RepliesSplit view and design view doesn't work.I installed and uninstalled Office 2003 and 2007 once but there's no office in my computer now.-I have Microsoft Studio Web Authoring Component installed.(12.0.4518.1066)(Uninstalled and installed it twice)-My computer-properties-Advenced system settings-environment variables-system variables-path is;
[code]...
What is the problem,how can i fix it? I tried everything in other posts.
In the Source view has code. as I was coding and refreshed the split view (.ascx) it when blank. The so I when to the design view its blank too. The aspx page I can see the control.
View 3 RepliesUsing the vertical split view, it appears as though it defautls to displaying the source on the left, and the design view on the right. How can I switch tme around?
View 1 Repliesis there a way of putting a horrizontal split in a gridview, so say you have a client column on the left hand side, everytime the client changes there is a blank row or there is a split in the girdview?I am using c#by the way
View 2 Repliesi'm quite a newb in asp.net , so here we go:i used the dreamspark project in order to get VS 2008 pro (free and legal) , and then i started experiencing with asp.net .the problem is that whenever i choose the split mode, it doesn't go there at all, and whenever i choose the 'design' mode, the tab itself is frozen yet it's possible to close it. it doesn't matter what the file (with the aspx extention) has in it (even a
new blank website) , it always happen.i've tried to re-install VS2008 (after uninstallation&restart) and i also tried to uninstall anything related to dot net (and then install what is needed again through the installer of VS2008) . i even tried out the express version but it didn't work for me.
I recently downloaded Microsoft Visual Web Developer 2008 Express Edition.
When I try to click on the Design button or the Split button, the whole IDE freezes.
I tried to reinstall several times, without success.
According to some another post I read, this problem is related to the Web Authoring tool. I followed the indications given and tried to repair the Web Authoring tool with no success.
I tried to reinstall the whole thing with the McAfee Anti Virus disabled. No change.
vs2008 "There are no usable controls in this group. Drag an item onto this text to add it to the toolbox"
the problem is that in my website web forms items can not display all toolbox elements:Standard,data,html and so on.
first, i have tried click right on the toolbox region to choose "reset items" and "reset the toolbox " command , then in the dialog i check the useful controls, surprisingly whole controls is selected in the default way. but nothing change.
Every time I press F1 to view the online Help it launches in the Opera browser. I really dislike Opera and only have it installed on my PC for testing purposes. How do I change it to IE?
View 1 Repliessuppose i've created my own user control, and it has a textbox and a property for the textbox so that if i use the user control from within the aspx file, i can give the property a value. for example:
[Code]....
is it possible to also set the property to be seen via the desing mode , just as it works for other (built in) controls? maybe a different method to implement the same scenario?
if you still didn't understand what i mean : after setting the value of DefaultNum1 via the code i've written here, i expect the textbox associated with this property to be updated as well to '1' via the design mode (and split mode). of course it won't work using the current method, since VS cannot guess what is going on with the property and understand that all of its purpose is to assign an initialization value for the textbox.
I'm using Visual Studio 2008, and when I select/highlight something in design view and switch to source view it does not highlight and scroll to the selected item. This makes it really hard to change stuff in source view, and it's very inconvenient at worst
View 2 Repliesis it possible to convert whole visual studio 2008 web site project to visual studio 2010 web site project
my current project references
i have a very annoying iis problem
iis server stops working until app pool is recycled
i am hoping that new visual studio (net framework 4.0) may solve this very annoying unsolveable problem
Is there a way to change the color of the IDE with VS 2008? All of the backgrounds of the toolbar and the tabs are a bluish grey. It would be cool to change it to a higher contrast color scheme, like black/grey.
View 3 RepliesIs there a way to change the color of the IDE with VS 2008? All of the backgrounds of the toolbar and the tabs are a bluish grey. It would be cool to change it to a higher contrast color scheme, like black/grey.
View 1 RepliesI want to see the design view while I am designing a site in ASP.NET using visual studio 2010 Ultimate, but I wondered there is no such option as design as there were in VS 2005 or VS 2008.
[URL] normally in the attached red portion below supposed to contain a option to switch to design view. But there is nothing ..
I'm trying to troubleshoot a plugin issue and I've seen references to 'take a look at the VS startup log'.
View 2 RepliesWhen i create a class file .vs add some default using statement like (using System;using System.Collections.Generic;) .But now i expect vs add using System.Configuration by default.
View 2 RepliesIs there anyway I can put my custom name while publishing asp.net 2.0 website?
View 1 RepliesI would like to upgrade my project under .net 2.0 vs 4.0, but on the dropdown list I don't have the 4.0. Only 2/3 & 3.5.
My .Net 4 is full installed with Visual Studio 2010.
why I don't select the framework 4?
Can i create application using vb.net 2.0 to change password for any mail account ....??? also can anybody tell me how can i create....???
View 3 RepliesAre there any way to change Message box FONT NAME in windows application (VS 2005).
My userinterface used different language(different font). But i can't set Message boxex fonts .
how to hide the name of the requested column when i show the data in an ASP.Net web application. problem is: i request some data from a sql table and show it on an asp.net webpage. now it shows the data but adds the column name in front (both in Listview and DataList). Like this: Columname: Data. How do i avoid the columnname been shown?
View 1 RepliesI am using VS 2010 with MVC3 and Razor view engine but on the views when I write @... I never have intellisense. Do I need to do something?
View 3 RepliesHow can I set 'View Markup' (Source code) as the default when opening a content file in VS 2008? Currently it opens in Design mode which takes ages to load, and I never use it anyway.
View 1 RepliesI have a solution CPortal created in Visual Studio 2010. It has two Projects (CPporal and Login). If I right click the Login project folder and select 'View in Browser' It opens in IE as http://localhost:4558/Login/. If I rightclick the CPortal folder and select 'View in Browser it opens as http://localhost:1807/CPortal/. Please note the change in port number.
I am facing problem because, after I get myself authorized on the Login, it is is supposed to redirect me to CPortal, which it does, but uses the same port number that Login opened with. i.e. It redirects me to http://localhost:4558/CPortal/ and gives 404 file not found error. How do I make Visual Studio 2010 to use the same port number for both (all) projects so that this problem does not occur.