|
-
May 22nd, 2002, 07:57 AM
#1
Thread Starter
New Member
no buttons displaying in browser
Hi everyone
I'm new to VB.NET and have just tried to create a very simple web application with a label, button and text box. However when i preview it in my browser the only thing i can see is the label and not the button or text box. Why is this? I have MS explorer 6.0.2. If i view the html of the page the other components are ther but just dont display.
Any help will be much appreciated.
Thanks in advance
Amir
-
May 22nd, 2002, 08:44 AM
#2
do they say runat="server" for the controls attributes?
-
May 22nd, 2002, 08:51 AM
#3
Thread Starter
New Member
Sorry cander but you'l have to be more specific when you say control attributes, I'm only a beginner.
thanks for the response anyway
-
May 22nd, 2002, 08:51 AM
#4
Thread Starter
New Member
Sorry cander but you'l have to be more specific when you say control attributes, I'm only a beginner.
thanks for the response anyway
-
May 22nd, 2002, 08:51 AM
#5
Thread Starter
New Member
Sorry cander but you'l have to be more specific when you say control attributes, I'm only a beginner.
thanks for the response anyway
-
May 22nd, 2002, 08:51 AM
#6
Thread Starter
New Member
Sorry cander but you'l have to be more specific when you say control attributes, I'm only a beginner.
thanks for the response anyway
-
May 22nd, 2002, 08:51 AM
#7
Thread Starter
New Member
Sorry cander but you'l have to be more specific when you say control attributes, I'm only a beginner.
thanks for the response anyway
-
May 22nd, 2002, 08:51 AM
#8
Thread Starter
New Member
Sorry cander but you'l have to be more specific when you say control attributes, I'm only a beginner.
thanks for the response anyway
-
May 22nd, 2002, 08:51 AM
#9
Thread Starter
New Member
Sorry cander but you'l have to be more specific when you say control attributes, I'm only a beginner.
thanks for the response anyway
-
May 22nd, 2002, 08:51 AM
#10
Thread Starter
New Member
Sorry cander but you'l have to be more specific when you say control attributes, I'm only a beginner.
thanks for the response anyway
-
May 22nd, 2002, 08:51 AM
#11
Thread Starter
New Member
Sorry cander but you'l have to be more specific when you say control attributes, I'm only a beginner.
thanks for the response anyway
-
May 22nd, 2002, 08:57 AM
#12
Thread Starter
New Member
Sorry about that, yes it does say "runat = server"
-
May 22nd, 2002, 09:03 AM
#13
Originally posted by adodhy
Sorry about that, yes it does say "runat = server"
hmm..ummm well that boogles me if it does...oh wait...did you put the controls within a form tag?
<form name="blah" runat="server"
your controls between here
</form>
-
May 22nd, 2002, 09:13 AM
#14
Thread Starter
New Member
yes its within form tags. All the html was generated. i do get an error when try to run it saying the following
"Error While trying to run project: Unable to start debuggin on the server. The Server does not support debuggin of ASP.NET or ALT Server applications. Run setup to install the Visual Studio .NET server components. if setup has been run verify that a valid URL has been specified.
You may also want to refer to the ASP.NET and ALT Server debiggung topic in the online documentation. Would you like to diable future attempts to debug ASP.NET pages for this project?"
I click yes and then it loads explorer with my page, without buttons etc, only labels, bugger hey?
any ideas??
-
May 22nd, 2002, 09:18 AM
#15
From a command prompt navigate to the directory...
Winnt\Microsoft.Net\Framework\v1.0.xxx
type regsvr32 aspnet_isapi.dll
-
May 22nd, 2002, 09:37 AM
#16
Thread Starter
New Member
Yes!!!! that done the trick. What was all that about??
-
May 22nd, 2002, 09:39 AM
#17
IIS mappings didnt register correctly for some reason...one of those little goofy things that happens with MS software from time to time....
Glad to hear it works..good luck!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|