hi, i've got a problem in asp.net
i am using a master page with standard headers and footers in all the child pages.
i've given the links of the header image in a cssstyle sheet
and linke the style sheet in aspx master page,
but how to include the header image and footer image in master page in asp.net scripting like we do <? PHP include /"header.jpg"; ?> in php