I drag a panel onto web form in ASP.NET app, and then also drag textbox controls, I fail to enter data when my app executes. I can't even point my mouse in the textbox. I tried playing with Panel properties. Could some one help me what is the right property to set?
Thanks in advance,
Anil.You can always go back in HTML view and change the TextBox properties.
hi azam,
what property of text box has to be changed in HTML view? My textBox2 code for password in HTML is as follows:
<asp:TextBox id="TextBox2" style="Z-INDEX: 105; LEFT: 224px; POSITION: absolute; TOP: 120px" runat="server" Width="154px" TextMode="Password"></asp:TextBox>
AND, and textBox1 code for user name in HTML is:
<asp:TextBox id="TextBox1" style="Z-INDEX: 104; LEFT: 224px; POSITION: absolute; TOP: 80px" runat="server"></asp:TextBox
AND, the panel code:
<asp:Panel id="Panel1" runat="server" Width="408px" Height="208px"></asp:Panel
Does it make a difference with the order of controls you put onto layout like -- panel first, and then all controls on top of it, or first controls and then dropping a panel on them?
Please clarify.
Regards,
Anil.
0 comments:
Post a Comment