473,585 Members | 2,513 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Unable to "publish" files

I am a programmer, new to VB.Net. I have a client with a website designed and built by someone else, that has handed it over to me to maintain. I have enjoyed/hated the challenges involved with .Net. Right now, I have an interesting problem that I hope y'all can help with.
I open the project from the web server in Visual Studios.Net 2000. I have a form page, and when a certain dropdown item is selected, it generates the items in the next dropdown box using a case statement.

Select Case UCase(lstCompan y.SelectedItem. Value
Case "ValueA
xAddListItem(1s tForms, "titleA-1"
xAddListItem(1s tForms, "titleB-2"
etc

My delima comes that I need to make the display be "titleA-2" and "titleB-1". A simple change...that's what I thought too! I opened the file.aspx.vb that contains this code. Made the change to the text and saved the file. I then brought up the web page and my changes were not made. I thought, well this is a time issue, I'll let it refresh itself. So the next day, no change. I opened the project from the server and opened up file.aspx.vb. The code was exactly how I wanted it to be,with the new changes. However, it is not showing up on the website. file.aspx, file.aspx.vb, and file.aspx.resx are not included in the project. They never were, and tend to not work when I do try to include them. I am stumped and would appreciate any direction that could be given

Nov 20 '05 #1
3 1438
Hi Stefanie,

Did you build the project (make the dll)?

(I asume it is not Visual.Studio.N et 200?)

Cor
I am a programmer, new to VB.Net. I have a client with a website designed and built by someone else, that has handed it over to me to maintain. I
have enjoyed/hated the challenges involved with .Net. Right now, I have an
interesting problem that I hope y'all can help with. I open the project from the web server in Visual Studios.Net 2000. I have a form page, and when a certain dropdown item is selected, it generates the
items in the next dropdown box using a case statement.
Select Case UCase(lstCompan y.SelectedItem. Value)
Case "ValueA"
xAddListItem(1s tForms, "titleA-1")
xAddListItem(1s tForms, "titleB-2")
etc.

My delima comes that I need to make the display be "titleA-2" and "titleB-1". A simple change...that's what I thought too! I opened the
file.aspx.vb that contains this code. Made the change to the text and saved
the file. I then brought up the web page and my changes were not made. I
thought, well this is a time issue, I'll let it refresh itself. So the next
day, no change. I opened the project from the server and opened up
file.aspx.vb. The code was exactly how I wanted it to be,with the new
changes. However, it is not showing up on the website. file.aspx,
file.aspx.vb, and file.aspx.resx are not included in the project. They
never were, and tend to not work when I do try to include them. I am
stumped and would appreciate any direction that could be given.

Nov 20 '05 #2
It is Visual Studios.Net 2003, and I did build the project with no errors.
Nov 20 '05 #3
Hi Stephanie,

I did give this as solution to Colleen (for another problem), however I do
not think it helps you.

But you can give it a try.

You can put this in the load event (not enclosed in a postback)

Response.Cache. SetExpires(Date Time.Now.AddTic ks(500))

Cor
Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1326
by: Rocky Clark | last post by:
Now please be gentle. I have been a Microsoft developer for many years and used everything from VB 3.0 to Visual Studio 6.0 from their inception. I am now attempting to switch to .net. I had no idea how high the learning curve would be, but I continue to push on. I've downloaded this exe (self-extracting zip file) from microsoft (DotNET...
0
1156
by: Ben | last post by:
I have a C# Windows program, and I made it available for online download and install using the "Publish" wizard of VS.Net. However, I can't figure out how to change the default install file folder on the target machine. If I want the app installed under C:\Sunshine, is this possible? Thanks a lot for help!! Ben
1
1194
by: Keith | last post by:
Where can I download a Visual Studio 2005 add in called "Publish Website?"
1
1143
by: cider123 | last post by:
I don't know what our Server Admins changed, or if it's something else. I'm in the Administrator group on this Server, so I don't know what else they may need. When I attempt to publish to a Remote Server on our WAN, I get prompted with a Network Login dialog. I key in the correct credentials for my account, and it simply flips right...
1
2265
by: craigkenisston | last post by:
I can't believe what is happening on my computer right now. I have a web project, file-system based on something like c:\Projects\ProjectX\www\. I had to make some changes and testing in a separate new directory so I created c:\Projects\ProjectX\www2\ copied all the content and build. I made the changes I wanted and test, everything worked...
3
1289
by: Rajesh Soni | last post by:
Hello! I'm trying to publish my application, but when i try to install it at the end-user's computer, i don't know where it places the EXE, it appears in the start --programs (executed perfectly!)... But i want to define a folder where the EXE should be placed at the end-user's computer. Thanks in advance. Rajesh
0
1722
by: Ken | last post by:
Hello- I am following this article to publish a Crystal Report, inside a VS.Net project, as a web service - http://msdn2.microsoft.com/en-us/library/aa288396(VS.71).aspx When I right click on the Crystal report I find that the "Publish as Web Service" option is missing. Do I need to install a VS.Net component to make this option available? ...
0
1011
by: arun | last post by:
Can any one please say me the difference b/w Aspnet_compiler.exe and "Publish Website"
0
1247
by: Tim Royal | last post by:
Hey there. I've searched the web to find a solution to this problem, but couldn't find anybody else experiencing it. I'm using Visual Studio 2008, and have several projects for customers that I routinely publish via FTP to live servers hosted at various places (web.com, valueweb.com, etc.) All of the ones I publish through ftp to web.com...
0
7908
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7836
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8199
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8336
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
8212
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5389
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3835
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2343
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1447
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.