|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
vb .net trouble(newbie)
I am starting on VB.net WebForms and i´m
having troubles to visualizing all kind of buttons like for example: a calendar or a simple submit button!When i send the project to the browser i don´t see nothing besides the label but when i go see the source-code there is the button?Can anyone help in this mather? Try this code in a browser to see what i´m saying! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <title>WebForm2</title> <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0"> <meta name="CODE_LANGUAGE" content="Visual Basic 7.0"> <meta name="vs_defaultClientScript" content="JavaScript"> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> </HEAD> <body MS_POSITIONING="GridLayout"> <form id="Form1" method="post" runat="server"> <asp:Label id="lblText" style="Z-INDEX: 102; LEFT: 37px; POSITION: absolute; TOP: 23px" runat="server" Width="111px">Label</asp:Label> <asp:Button id="btnSubmit" style="Z-INDEX: 101; LEFT: 156px; POSITION: absolute; TOP: 16px" runat="server" Text="Submit" Width="69px" Height="33px"></asp:Button> </form> </body> </HTML> save it with an extension .aspx |
|
#2
|
|||
|
|||
|
I see the button
|
|
#3
|
|||
|
|||
|
location
ortugalEste codigo é o que eu retiro directamente do source code do browser e só consigo visualizar as labels,tudo o que é butões não vejo.Será problema no browser?Alguma função que não esteja seleccionada? Eu tenho o vb .net a funcionar numa plantaforma com o win 2000 pro a correr a 700 mghz! Não vejo qual é o problem? This is the code that I see in the browser source code and I only can vizualize labels, I can´t see any kind off control buttons!Is there any problem with the browser? Any function unselected? I have a win 200 pro plantaform 700mghz! i can´t see what´s wrong! |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > vb .net trouble(newbie) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|