In which situations would you use HTML controls in an ASP.NET web site?

 Posted by Alok_niit on 10/24/2011 | Category: ASP.NET Interview questions | Views: 4569 | Points: 40
Answer:

These are the situations...

1)If any .html page is used in the ASP.NET Web Site.
Only HTML controls can be used in this case.
2) Designing: Table Control, Horizontal Rule
Table Control: acts as a container for other control.
Horizontal Rule: for drawing horizontal Lines.
3) If State Management is not required in a given page.
4) Javascript code that needs to be executed without posting the page back to the server.example: sum of 2 numbers by clicking an HTML button and displaying the result in an alert.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response

More Interview Questions by Alok_niit