Hi All,
I am using asp.net 2005,
To fix the Image1 Problem i am putting the below code in page level.
protected void Page_Preload(object sender, EventArgs e)
{
pnlContent.Style.Add(HtmlTextWriterStyle.Position, "relative");
}
after that the image2 problem is occurring
how to solve both it is very urgent so please any one help me.
please find the attached zip file to see the images.