|
-
Sep 19th, 2002, 04:18 AM
#1
Thread Starter
New Member
BUTTON control does not appear in browser
I have been trying my first VB.NET program by using the example "Creating a Basic Web Forms Page" described in VB.Net Help.
My problem is that the BUTTON web server control that I add from the Web Forms tab of the toolbox does not appear in the browser. (LABEL and TEXTBOX for example is visible)
The HTML code of the button is:
<asp:button id="Button1" runat="server" Text="Button" Width="283px" Height="32px"></asp:button>
I also tried other examples with e.g. CALENDER control which also does not appear in the browser.
I am running IIS version 5.0
Did I miss something in the configuration of my IIS to "support" VB.NET and aspx-files?
Thanx in advance for any help,
Danny
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
|