Click here to Skip to main content
16,015,900 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all experts,
i'm the new one in asp.net. i want to drop text box or button on my web form.
i click on Design Tab but it display nothing.

Does anybody know how i can drop control to my web form?

Thanks

TONY
Posted
Comments
ajithk444 14-Aug-12 6:38am    
have u got it in your web form.!??
pradiprenushe 14-Aug-12 6:42am    
if your page opened is code behind(.cs or .vb) then you cant see control in design tab.

1 solution

Paste this code in your source view
ASP.NET
<body>
    <form id="form1" runat="server">
    <div>
<asp:TextBox ID="textboxname" runat="server"></asp:TextBox>
   </div>
    </form>
</body>
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900