Questions tagged [web-controls]

Web controls are classes that allow you to create Web server controls on a Web page

Web controls are classes that allow you to create Web server controls on a Web page. Web server controls run on the server and include form controls such as buttons and text boxes. They also include special-purpose controls such as a calendar. Because Web server controls run on the server, you can programmatically control these elements. Although Web server controls are rendered as HTML, their object model does not necessarily reflect HTML syntax.

586 questions
-3
votes
1 answer

ASP.net Null Reference Exception Due to Not Finding Controls

I am having this exception that I can't figure out why it is happening. I searched this site and others trying to find a solution but none have worked so far. The Problem I have the following two div in my .aspx page.
J. Han
  • 122
  • 1
  • 9
1 2 3
39
40