Code behind problem..
Hi..
I have my index.aspx, in which i include top.aspx, left.aspx, bottom.aspx in code behind. To include these files i use this tag . So, it shows error Parser Error and description is this "There can be only one page directive" . But when i use this tage <include file ="top.aspx"> then it does not show any error, but the problem is, using this tag it does not show the data of top.aspx. So, if i include top.aspx using this tag and remaing two files left.aspx and bottom.aspx using this tag <include file ="top.aspx"> then it shows no error and no data of left and bottom files. but shows data of top.aspx. Is there any one who can find the problem.
Thanks
Shabbir
|