That's something I need to find out. It's not published anywhere that I've been able to find. Joe
JoeMcK
Posts
-
Button Response -
Button ResponseI have a simple little ASP app in C# that has a button on it. When you press the button, the button lable changes on it. It's as about as simple as you can get. It works fine on my local machine; however, when I copy the project files over to my COMCAST web site, I don't get the response (i.e. the page loads, the button depresses when clicked, but the text doesn't change). Any idea what's different (or lacking) on the COMCAST web page versus http://localhost...? Joe
-
Web Controls vs HTML controlsI've been trying to keep my samples as simple as possible...create a new project (web app). On the grid that's displayed, drop a web form button onto the grid from the toolbox...compile, then execute and the button doesn't show. Only labels show up. I have a feeling it's something silly that I'm just not aware of. It's been frustrating to track down why I don't see what I expect. When I drop an HTML button (from the toolbox) onto the grid, it shows up when I execute. Joe
-
Web Controls vs HTML controlsWhy don't my web controls (e.g. buttons) display in my browser when I run? If I use an HTML button, it shows up fine. Both appear to be server side controls (both have runat="server". What's the difference between Web Form controls and HTML controls? Joe
-
Web Controls Not ShownIt shows runat="server" in the HTML section. Is there another location that this needs to go? Any other thoughts? Joe
-
Web Controls Not ShownI've been trying to teach myself C# and web related programming with the beta version of Microsoft Visual Studio 7.0. I've tried to use the web controls but when I try and execute a simple example, the control does not appear in the browser (labels show up but buttons, etc do not). Any suggestions? I have a feeling it's a configuration problem (with IIS, browser, or something else). Any help or suggestions appreciated. Joe