keyongtech


  keyongtech > dotnet.framework.aspnet.* > dotnet.framework.aspnet.main > 01/2005

 #1  
01-10-05, 05:43 AM
Don Christine
Hello,

I'm just now learning how to deploy a simple, working ASP.NET application
developed in VS.NET 2002 that runs
fine on my workstation running IIS.

When I copy the project files over to the host site, the page appears okay
in the web browser, but none of the events seem to fire. I have a button
that, when pressed, is supposed to set the .text property of a label to the
current date. However, its
click event doesn't seem to be firing. Also, the page_load event for the
page doesn't seem to be firing when the page
is loaded.

Any help would be appreciated. Thanks.

Don Christine
 #2  
01-10-05, 02:33 PM
Karl Seguin
Don,
Not sure...you might take a look at:
http://scottonwriting.com/sowblog/posts/2943.aspx

but that wouldn't explain why the page_load doesn't fire...

perhaps some sample code of something that actually doesn't work so we can
see if its your code or the host...and does the simplest thing work?

<html>
<script runat="server">
sub page_load
Response.Write("Laoded")
end sub
</script>
</html>

or something like that...

Karl
Similar Threads
dynamically adding controls with events (but events are not firing)

Hi, I have a very simple page where I have a dynamically generated control (panel) with child controls, but the problem is the dynamically added control has events and they...

Site won't display correctly on a godaddy.com hosted site

Hello - I've created a website using Publisher 2003. I've uploaded to my personal ISP site and I can see everything...

Events when hosted in IE

This has been asked before both here and elsewhere on the web, but I can't see any solutions or answers! I've successfully put the Visio drawing control onto my asp.net page...

Gesture event not firing in hosted control

I have a usercontrol that consists of a class containing one InkEdit control. It is used as a hosted control in IE to allow inking directly onto webpages. I have hooked the...

VB.NET Events NOT Firing

After installing my program on Windows XP I run the program and my Application Events do not fire unless I manually Click on the Control. Actually non of the events fire...


All times are GMT. The time now is 12:42 PM. | Privacy Policy