<asp:Button ID="btnUpload" runat="server" BackColor="Lime" Font-Bold="True"
Font-Names="Cambria" Font-Size="Medium" Height="43px"
style="top: 896px; left: 142px; position: absolute" Text="Upload"
Width="115px" />
I have 3 panel in a web page. The above button code is located in panel3. The first two panel is located on the top location and invisible. When run the page, the first two panel is invisible and the panel 3 will display in top. But the button in panel 3
location i already set as absolute, so the button will display in location which is defined value but not follow the location after the first two panel is hide..how to solve it?
Go to the complete details ...