hello all,
i am using asp.net and while designing my page i want to call another aspx page in my current page.....i.e. in my current page (ex. p1.aspx) ,i want to add a header let it be header.aspx. how can i call that header page in p1.aspx????
actually i want to do some dynamic stuff in that header page so instead of using HTML i am going for aspx....i have used the command <!-- #include virtual ="header.aspx" -->...but i am getting the error as "there can be one page directive "...
plz help me how to call an aspx from another aspx page?
thanx in advance.......
:)