How To Change Setting In VS 2008

Feb 2, 2010

This may be a silly question but here goes.

I just installed Safari, Chrome, Opera and Firefox on my machine that runs VS 2008. Prior to this, IE was the browser used whenever I would run a project to test. Now it is executing Chrome, even though I said it's not the default browser.

Does anyone know how to change this setting in VS 2008 or wherever else it may be required?

View 5 Replies


Similar Messages:

VS 2008 / Change The Page Setting When Printing

Sep 30, 2014

change the page setting when printing

I want to remove the (Page1)that appeared in the header and remove the footer of the page and change the top and the left of the document

I'm using this code for printing

HTML Code:

<script type="text/javascript">
function PrintText()
{
var p1 = document.getElementById('<%=txtName.ClientID%>').value;
var p2 = document.getElementById('<%=txtCity.ClientID%>').value;
var p3 = document.getElementById('<%=txtPoNumber.ClientID%>').value;

[Code]......

View 3 Replies

VS 2008 DropDownList - Setting Drop Down Size?

May 7, 2010

I have a DropDownList being filled from a data base. Now, when I select the drop down arrow, is there a way to set the size of how many lines to show initially ?

Like: DropDownList2.Attributes.Add("Size", "16")

I cannot find an event when clicking the drop down arrow.

View 9 Replies

VS 2008 - Setting Websites Default Document?

Oct 27, 2010

My login.aspx is in a Login folder of my website. I want this to be the default document of my website in IIS. is this possible? or should I create a home.aspx page that redirects to login.aspx?

View 4 Replies

Setting Up Web Application Under IIS 7 On Windows Server 2008 Box

Feb 16, 2010

I've developed my .net web application in Visual Studio 2005. It's been running in production on a hosted server. We recently brought in-house our own servers and configured one as a web server. I am trying to set up my web application over there and am getting your typical errors like the resource cannot be found. If you could point me to a good link, that would be great, too. I know I am having very elementary problems like creating the correct virtual directory, etc.

View 9 Replies

VS 2008 - Setting Color For A Literal1 Control?

Dec 14, 2010

Based on the feedback on this forum, I used a Literal control in the <Marquee> tag. But I don't find many properties associated with this control. I would like set the color of the marquee text to Red color to grab the attention of the user.Don't know how to do that.

View 6 Replies

VS 2008 - Accessing Setting From Web.config From Vb Code?

Apr 30, 2010

I want to use the setting stored in the web.config file in my vb code, but don't know how to reference them.

More specifically I want to access the Host name, username and password in the smtp settings to send an email. My web.config is

[code].....

View 11 Replies

VS 2008 Setting Default Value When Binding In Formview?

Mar 12, 2010

Below is a line I have in my ItemTemplate of a FormView. The value in the table is null rather than true/false. Is there any way I can set the default for this to be false if it is null? Or can I do this in my stored procedure in the Select statement to return false if null?

Code:

<asp:CheckBox ID="chkCharges" runat="server" Checked='<%# Bind("MCOverrideCharges") %>'
Text="Yes" Enabled = "False" />

View 2 Replies

Configuration :: Change Setting During Installation?

Aug 9, 2010

I have a web application(ASP.NET 2.0 and C#) in which I have configured connection string in web.config.

I may need to install it in different machines. So, time to time i may need to change the connection string based on the installed machine.

Is there any way to configure all these while installing the application?

View 1 Replies

VS 2008 - SMTP Setting In Web Site Admin Tool?

Apr 28, 2010

I am trying to send an email using the gmail smtp server. I am trying to enter the SMTP settings into the Web Site Admin tool. I have set

Server Name: smtp.gmail.com
server port: 587
from: myemail@gmail.com

Sender's User Name: my real gmail username
Sender's Password: my real gmail password

I am getting the following error when I try to send an email as a result on using the CreateUserWizard after successfully creating a new user.

Code:

The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first. i29sm30127820vcr.12

View 2 Replies

VS 2008 - Setting Screen Size For Mobile Phones

Sep 26, 2011

I have read many pages on detecting mobile phones but my question is for setting the screen size for this. I can easily made the screen the same size as my mobile phone but on some devices you still have to zoom in to see it. Is this mainly on the device side that needs to be set? Is there any way to tell the device to show the page zoomed in?

View 10 Replies

Installation Setting - Stop Launching dreamweaver From VS 2008 Every Time?

Apr 21, 2010

I just recently installed VS 2008 on my workstation. I tried creating a simple web site just to check if the installation was fine. The project compiled without error but when I tried running it, the Macromedia Dreamweaver software is being launch. It tried it several time and it's all the same.I remember during the installation there was an option that was displayed asking me to select Designer or Coder. Since the default is Designer i just click next.

Is there a way to stop launching dreamweaver from VS 2008 every time i try running the web project? Is because I selected "Designer" during the installation?

View 2 Replies

Howto Get Local Site To Work - Setting To Change The System

Jan 5, 2010

I've received a website that uses sql server on the live environment. In the code at many places sql is created, say: However, locally on my dev machine, I use sql server express edition. It looks like select * from mytable doesn't work there, but instead I should use: How can I get my local site to work? Is there a setting I can change or am I missing something else?

View 5 Replies

Web Forms :: FileUpload Path - Change Some Security Setting On The Web Page??

Sep 26, 2010

I have not been able to uplaod a file to my web page although the code I am using works if I copy it locally. Perhaps I am missing something in the path or I need to change some security setting on the web page?

[Code]....

View 3 Replies

Configuration :: Change Default Setting In VS2008 So IIS Can Deploy App With Port Number?

Nov 18, 2010

In the past I deployed my apps using IIS running on IE6 and VS2008. When deploying using IIS a port number was attached to the localhost something like: [URL] then after deployment the website could be accessed from any other machine using the url. Recently VS2008, IIS and IE8 was installed. But now when I use IIS to deploy the app no port number is attached to the localhost which means that the app cannot be accessed
by another machine.

This is because of the default setting being installed. There is a way to go into properties and change the default settings to make IIS deploy the app with the port number. How you change the default setting to make IIS deploy the app with the port number attached again so the app can be accessed by another machine using the apps url?

View 1 Replies

Forms Data Controls :: Databind - Change The Default Value Setting In InitialCall From (getdate())

Oct 18, 2010

Using Microsoft Visual Web Developer 2010, I have created a SQL database, with the goal being to create a Lead Management system for my company. I have created two columns: 1 is named InitialCall, and the other is named FollowUp. The InitialCall column has a datatype of "datetime", and currently, the default value setting is (getdate()). The FollowUp column is set to varchar(max), because I want to allow a sales rep to add whatever information they want to.

What I would like to do is change the default value setting in InitialCall from (getdate()), so that it will update that field whenever a sales rep upates the FollowUp field. In essence, this would create a time stamp so that I would know the date and time that the sales rep followed up with a particular lead. What would I enter the default value as?

View 1 Replies

VS 2008 Dynamically Change The Logincontrol DB?

Feb 18, 2010

How is it possible to change the database which the login control is using based on the selection of the database name from a dropdown control?

View 5 Replies

VS 2008 How To Change The User's Role From One To Another

Feb 18, 2010

In code, how can I change the user's role from one to another?

Let's say the user1 is in Role1. I would like to change his role to Role2.

View 6 Replies

VS 2008 Detailsview HeaderTemplate Change?

Feb 2, 2011

I have a Detailsview header template as follows:

Code:

<HeaderTemplate>
<%#Eval("Name") & " " & Eval("Surname")%>
</HeaderTemplate>

I want to change the header template, when the admin is logged in to:

Code:
<HeaderTemplate>
<%#Eval("Name") & " " & Eval("Surname") & " - " & Eval("PersonWhoInputData") %>
</HeaderTemplate>

It has to be done programatically.

How to do that?

View 4 Replies

VS 2008 - How To Evaluate A Gridview / Form On Change

Dec 6, 2010

I have a form with 4 independent gridviews and I want to make some other controls, like the form's update button, visible when the gridviews have been corectly completed. I believe I should be doing this Client side so I have written Javascript that successfully evaluates the gridview controls for presence and correct data. Now I need to get the form to run this function, preferably in something like the gridview's onchange event, something that doesn't exist.

View 19 Replies

VS 2008 Is It Possible To Change The Color Of A Row During The RowEditing Event

Jun 17, 2010

Is it possible to change the color of a row during the RowEditing event? I'd like to have the color change when a user clicks the EDIT link

View 2 Replies

Security :: Setting Up Windows Authentication In Windows 2008 RC2?

Sep 8, 2010

We have a working version of application (Intranet) with uses Windows Authentication deployed in Windows 2003. The application uses HttpContext.Current.User.Identity.Name to get the logged-in user. Here impersonate is turned off.Right now, we are move to Windows 2008 RC2 where this Windows Authentication problem arised. I have Digest Authentication and Windows Authentication enabled. And also I have enabled Anonymous Authentication enabled to avoid the Login dialog of IIS in the end-user IE. Now I am getting HttpContext.Current.User.Identity.Name as Empty. When I impersonate using username and password, I am used to login using that user but all the users uses the same user to login.Does any has solution for this?Deployment Server - Windows 2008 RC2 (IIS 7.5)Development - Windows 7 (IIS 7.5)I am new to IIS 7.5. Please give me a solution

View 3 Replies

VS 2008 Change Data In Gridview When Retrieved With SQLDatasource?

Mar 10, 2010

When the data is retrieved through a stored procedure using the SQLDatasource control that is binded to a gridview control, I want to change some data that is in some of the columns. Can i do this in one of the events either in the gridview or data control? I know you can do some formatting on the aspx page side such as dates, etc. but was wondering if I can do it on the vb code side?

View 8 Replies

SQL Server :: How To Change DB From Sql Express 2005 To 2008 In Application

Feb 14, 2011

I have my entire database for current application in sql express 2005.

I wish to change my db to SQL Server 2008 after i read online that SQL Express is not supported by godaddy.

What steps should I take in order to do so? Do I manually have to create tables in the sql server 2008 database with the same properties as in SQL Express 2005.

I do not have much data in the tables so that is not an issue.

View 4 Replies

Change The Initial Url Of The Debugger In Visual Studio 2008?

May 4, 2010

I was wondering if there is an option to change the debugger url when I initialize the debugger. I want it to start off at http://localhost:xxxx/controller/view rather than just http://localhost:xxxx/.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved