CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.vs_2005_web_application_projects Tags:
Item Type: NewsGroup Date Entered: 12/8/2006 1:23:51 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 6 Views: 39 Favorited: 0 Favorite
7 Items, 1 Pages 1 |< << Go >> >|
mahonek
Asp.Net User
Controls Not Visible In Run Mode12/8/2006 1:23:51 AM

0/0

Hello, I am using Visual Studio 2005 Standard installed on my winXP Pro desktop computer.  I am trying to build my first intranet data entry web page/site using VS2005 on our Windows 2000 Web Server that we currently run a web site built using .ASP and Frontpage. 

 

I opened VS2005 on my desktop

I created a file system Web site on the networked Web Server

I added an ASP.NET page

I added text to the page "Daily Sales Entry"

I added a dropdownlist control

I added a member to the dropdownlist control (Value = 28, Text = Accademia)

I added a button

 

PROBLEM: when I open the page (http://intranet/LocSalesInput/LocDailySalesEntry.aspx) via the IE browser (like I do for the current, previously built site), the dropdownlist control (i.e. the box itself) is not visible though the text inside the control is visible along with the the text "Daily Sales Entry" I typed onto the page. 

However if I ctrl-f5 to run the page I do see all the controls and text on the page.  I checked the properties of the controls and enabled, visible etc. are set to true.

 

Can someone help me resolve why this is happening.  Thank you.

 

 

Mahonek

albertpascual
Asp.Net User
Re: Controls Not Visible In Run Mode12/8/2006 2:45:04 AM

0/0

Can you post the code and the screen shot?
Cheers
Al

My Blog
Please click on 'Mark as Answer' if this post answered your question!
mahonek
Asp.Net User
Re: Controls Not Visible In Run Mode12/8/2006 10:51:10 PM

0/0

Here is the code.  when I ctrl-f5, the controls show up and the browser window Address is http://localhost:3429/LocSalesInput/LocDailySalesEntry.aspx

 

<%@ Page Language="VB" %>

<!

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<

script runat="server">

</

script>

<

html xmlns="http://www.w3.org/1999/xhtml" >

<

head runat="server">

<title>Location Daily Sales</title>

 

</

head>

<

body>

<form id="form1" runat="server">

<div>

<span style="font-size: 18pt">Daily Sales Entry<br />

<br />

<span style="font-size: 12pt">

<span>=====================================================<br />

</span>

<br />

Location:

<asp:DropDownList ID="DropDownList1" runat="server" BackColor="#E0E0E0">

<asp:ListItem Value="2830">Accademia</asp:ListItem>

 

</asp:DropDownList><br />

<br />

</span>

<asp:Button ID="Button1" runat="server" Text="Button" /><br />

</span></div>

</form>

</

body>

</

html>
albertpascual
Asp.Net User
Re: Controls Not Visible In Run Mode12/8/2006 11:00:48 PM

0/0

Take the BackColor="#E0E0E0">  out the dropdownlist
Cheers
Al

My Blog
Please click on 'Mark as Answer' if this post answered your question!
mahonek
Asp.Net User
Re: Controls Not Visible In Run Mode12/18/2006 7:35:26 PM

0/0

That did not work either.  I created another page with just a line of text, a button and a label and again when I try to run it from the web browser only th line of text shows up.  but if i ctrl-5 everything shows up.

 

<%

@ Page Language="VB" %>

<!

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<

script runat="server">

</

script>

<

html xmlns="http://www.w3.org/1999/xhtml" >

<

head runat="server">

<title>Untitled Page</title>

</

head>

<

body>

<form id="form1" runat="server">

<div>

Benefits - Reports Navigation Control Panel

<br />

<br />

Enter Your Name

<br />

<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>

<asp:Button ID="Button1" runat="server" Text="Button" />

<br />

<br />

<asp:Label ID="Label1" runat="server" Text="Label" Width="104px"></asp:Label></div>

</form>

</

body>

</

html>
leiyangcl
Asp.Net User
Re: Controls Not Visible In Run Mode12/22/2006 12:58:53 PM

0/0

May be you can have a double check about your Virtual Directory setting, which is intranet/LocSalesInput, make sure its ASP.net is 2.0
sofen
Asp.Net User
Re: Controls Not Visible In Run Mode12/26/2006 5:26:12 AM

0/0

can u  post your code of web.config file?
7 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Upgrading and Repairing PCs Authors: Scott Mueller, Pages: 1605, Published: 2002
Excel by Example: A Microsoft Excel Cookbook for Electronics Engineers Authors: Aubrey Kagan, Pages: 364, Published: 2004
Refrigeration & Air Conditioning Technology Authors: William C. Whitman, William M. Johnson, John Tomczyk, Pages: 1324, Published: 2005
Programming Business Applications with Microsoft Visual Basic Version 5.0: Version 5.0 Authors: William E. Burrows, Burrows, Joseph D. Langford, Langford, Pages: 669, Published: 1998
Instrument Engineers' Handbook: Process Measurement and Analysis Authors: Béla G. Lipták, Pages: 1860, Published: 2003
IEEE/SEMI Advanced Semiconductor Manufacturing Conference and Workshop: ASMC '92 Proceedings : September 30-October 1, 1992, Cambridge, Massachusetts Authors: Semiconductor Equipment and Materials International, Institute of Electrical and Electronics Engineers, IEEE Electron Devices Society, IEEE Components, Hybrids, and Manufacturing Technology Society, Pages: 230, Published: 1992
Reduced Instruction Set Computers Authors: William Stallings, IEEE Computer Society, Pages: 433, Published: 1990
Programming Business Applications with Microsoft Visual Basic: Version 6.0 Authors: William E. Burrows, Joseph D. Langford, Pages: 680, Published: 2000
What Every Engineer Should Know about Software Engineering Authors: Phillip A. Laplante, Pages: 311, Published: 2007
Software Development with Visual Basic: For the E-Quals IT Practitioner Diploma - Level 2. Authors: Smart etc Blundell, Peter Blundell Jenny Lawson Smart etc Blundell Alan Jarvis Mary K. Reid Charles Smart, Jenny Lawson, Peter Blundell, Alan Jarvis, Mary K. Reid, Charles Smart, Pages: 312, Published: 2004

Web:
webpartzone's menu not visible in run mode - ASP.NET Forums I have added a very simple webpartzone and a label control , in the design mode I can see either the ... Re: webpartzone's menu not visible in run mode ...
Command prompts for Windows - The solution Jan 19, 2009 ... Command prompts for Windows *Control Panel *Windows utility and ... As for Windows Vista the Run Tab is not visible in the start up menu. ...
Control panel is not visible - CNET Computer help Forums I am unable to access the control panel. It is not visible in the ... the compute into Safe Mode and run full system scans with them both. ...
Run command is not visible when in Safe Mode : visible, option ... Apr 2, 2007 ... visible, option, command. Run command is not listed in the start menu in Safe mode. I wanted to run %temp% to clear temp files in safe mode ...
windowsforms controls not visible in design mode In short, the form and all of its controls are visible when the .exe in executed , but not available at design time. ...
Class property attributes -- Flash CS3 Aug 5, 2007 ... Standard mode. dot operator ( . ) compile-time error. run-time error ... Instead , the variable is simply not visible, so Flash Player ...
Windows Forms Controls on Office Documents Overview For more information, see Adding Controls to Office Documents at Run Time. ... Certain controls or components are not visible on the document and are ...
Installing the AJAX Control Toolkit in Visual Studio 2008 Sep 4, 2008 ... Stylesheet is also included in my page, but the problem is, that rating control is not visible to me whether it is on design mode or run ...
User Account Control | SWiSHzone.com Official Blog Dec 9, 2008 ... By default, applications run with user privilege. ... Files that are written to the virtual store are not visible to other users. ...
Support :: Downloads :: SmartNav :: Hands-Free Ergonomic Mouse ... Fixed bug causing software to not shut down if no dot is visible. Turns off LEDS when not running. Turns off LEDS in Wand mode. Transfered control of status ...

Videos:
Mechatronics Mechanical System Control - It's the Software! Google Tech Talks September 21, 2006 David Auslander ABSTRACT The history of mechanical system control is one of striving for ever greater ...
Killer Chemtrails Military Secret Operation World-Wide in ... It looks like YouTube is not providing the HIGH QUALITY option for this video - even though it meets the specs for the high quality option. This ...
Killer Chemtrails: The Shocking Truth (Algorithmically ... MORE BLATANT YOUTUBE CENSORSHIP: This vid has clearly been "algorithmically demoted" by YouTube. Yet it contains no swearwords, no violence ...
Killer Chemtrails: The Shocking Truth Please use the link below to sign the petition to request an immediate, thorough, and honest investigation into what the substances called ...
RE:Naruto RPC Contest! (OPEN!) The song belongs to Trading Yesterday and is called "Shattered" and this part suits Amaya so well! Here are the lyrics of this part. "And Ive ...
Anterior Cruciate Ligament Reconstruction Surgery Join physicians Dr. Patrick Denton, Dr. Gregory Kinnett, and Dr. Timothy Dancy, for a live webcast of "Anterior Cruciate Ligament Reconstruction ...
Hidden Skulls in Halo 2 myspace.com/albinoqsquirrel How to find hidden skulls in Halo 2 to make campaign mode even harder. This is my first video, so tell me what ...
E18: Budget Online Video and Photos My current equipment show using a contraption I made while in grad. school at NYU ITP (documented here: http://www.instructables.com/id/2FerCam ...
Structuring Personal Information When Everything Can Be Saved ... Google TechTalks May 17, 2006 William Jones William Jones is an Research Associate Professor in The Information School at the University of ...
Through the Fire and Flames - Achievement Unlocked on Drums *** *** NOPE... IT'S NOT FAKE *** If you haven't seen any of my videos before, please read some of the FAQ below. --- Talk about near ...




Search This Site:










best way to handle multiple reports

asp.net web site vs. asp.net web application

how to add an existing project to an asp.net solution

is it possible to compile the wap into multiple dlls by folders?

properties windows should have a "modifiers" attribute, just like windows form

problems after converting from web site to web application

help me in this task

no convert to web application option

web profile generator addin registration problems!!

vs80-kb915364-x86-enu.exe installtion problem

web application handle many users

help - cannot modiify class definition

web application project/web site project

toolbox in visual studio 2005

make sure the application for the project type (.rptproj) is installed

help regarding a project

can't uninstall wap

creating an instance of the com component with clsid {} from the iclassfactory failed due to the following error: 80004005

client found response content type of '', but expected 'text/xml'

'convert to web application' context menu

problem with tutorial

mysterious location of project folders

object data source cannot find type. attempting ajax walk through - fine through debugger - ajax vid

with web deployment project

visual studio 2005 professional and windows 2003 server

web application projects install error

application variable

wap rc1 - adding global resource

"external component has thrown an exception" error when adding a reference

problem to create a new windows user from appliaction level in win 2003 server

  Privacy | Contact Us
All Times Are GMT