Wrox Programmer Forums
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 7th, 2003, 08:32 AM
Registered User
 
Join Date: Aug 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to ABATES
Default Simple Query/Display

All I want to do is have a simple form where the user enters some parameters and clicks a button and a results form shows up. This would take a few hours for me to do in ASP, but it is taking DAYS to do with .Net.

Can anyone recomend source code for me to look at to do this? I have a few radio buttons, a drop down, simple stuff. I do want to change a control's visible property based on a selection in another control, but that is the most complicated thing I want to do.

Being new to .NET, I can't even get my controls to display!

Urrgh...


Amanda
 
Old August 10th, 2003, 05:54 AM
Registered User
 
Join Date: Aug 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to ABATES
Default

HA! I'm posting to make sure the solution is out there, in case anyone else wants to know what was wrong:
:DYee-ha!
Apparently it has something to do with how VIsual Studio and IIS are installed. I got the solution on another forum:

----------------------------

in run command of start menu type
<CD DRIVE>:\dotNetFramework\dotnetfx.exe /t:c:\temp /c:"msiexec.exe /fvecms c:\temp\netfx.msi"
that <CD Drive> is name of your 5th cd of VS that contains .Net Framework.

when you try to run your project a window appears that has 3 button
1-ok
2-cancel
3-help
if you click help you will find solution in help context.


Amanda





Similar Threads
Thread Thread Starter Forum Replies Last Post
simple...just display a table toddw607 SQL Server ASP 1 March 27th, 2007 03:52 PM
Simple query question ltblue14 Access 3 July 16th, 2006 02:10 PM
Simple Query help pls? Mitch_A SQL Language 5 February 3rd, 2006 05:13 PM
Simple Query Need Help ~Bean~ SQL Language 2 June 27th, 2005 11:22 AM
Simple Tomcat Query? Baztec Apache Tomcat 0 January 13th, 2004 11:38 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.