I have a Div as follow:
<div id="LoginingOutDiv" class="LogingOutDivStyle">
I need to locate two label controls on exactly the same place inside this Div. Then I will control their appearence by using the visible property. How to make it?
Go to the complete details ...