|
|
||||||
|
#1
|
|
|
|
|
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
|
|
|
|
|
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 | |
| Thread | Thread Starter |
| 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... |
SevDer |
| 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... |
NikkiZ |
| 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... |
Martin |
| 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... |
adam |
| no events firing. Hello all, I have a strange one here. in VS.NET VB web application, I can create a webform, place server controls on it, run it, and server controls fire all the right... |
jlw |
|
Privacy Policy | All times are GMT. The time now is 03:37 PM.
|
|
|