Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
please help ... there is green line under all control and appear errors while running
Posted

1 solution

ASP.NET elements and attributes are case-sensitive, because the ASP.NET markup language is based on XML, should well-formed:
http://msdn.microsoft.com/en-us/library/w7w4sb0w%28v=vs.140%29.aspx[^].

It's <asp:TextBox .../>, not <asp:Textbox .../>:
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.textbox%28v=vs.110%29.aspx[^].

—SA
 
Share this answer
 
v2

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