What is equivalent to a php page setup in asp.net

Posted by anthonypliu on Stack Overflow See other posts from Stack Overflow or by anthonypliu
Published on 2011-03-11T23:38:30Z Indexed on 2011/03/12 0:10 UTC
Read the original article Hit count: 173

Filed under:
|

I program php, but I am trying to get into c# asp.net. In php I can make forms, custom html, etc into a seperate php file and just include it on the page that I desire. I understand asp.net has a master page which allows you to set the template for the whole website, but what If I want just a row of buttons to be on SOME pages, and not all? something separate to the master page that can be included on any page i desire? Also when its controllers is that when I use .ascx?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET