Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

web form control

 

Its just a COmmand button from tool box..I am not sure if any installation problem...or we need to enable some options...?

Posted

web control

 

Yes All web controls ....are invisible during run time

HTML controls are visible

 

Below is the code

 

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="WebApplication6.WebForm1"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>

<HEAD>

<title>WebForm1</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="Label1" style="Z-INDEX: 101; LEFT: 209px; POSITION: absolute; TOP: 102px" runat="server" Width="112px" Height="22px">Label</asp:Label>

<asp:TextBox id="TextBox1" style="Z-INDEX: 102; LEFT: 354px; POSITION: absolute; TOP: 99px" runat="server" Width="250px" Height="31px"></asp:TextBox>

<INPUT id="Button1" style="Z-INDEX: 103; LEFT: 424px; WIDTH: 169px; POSITION: absolute; TOP: 258px; HEIGHT: 31px" type="button" value="Button" name="Button1" runat="server">

<asp:Button id="Button2" style="Z-INDEX: 104; LEFT: 204px; POSITION: absolute; TOP: 261px" runat="server" Width="161px" Height="30px" Text="Button"></asp:Button>

<INPUT id="Text1" style="Z-INDEX: 105; LEFT: 355px; WIDTH: 251px; POSITION: absolute; TOP: 148px; HEIGHT: 28px" type="text" size="36" name="Text1" runat="server">

</form>

</body>

</HTML>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...