I am using this modelpopUp for multiple forms which contain diffrent contents
i set pannel width and height as 800px and 600 px;
i need auto resize pannel so i can use same css for multiple forms.
--pannel css-------------
.PopUp
{
position:relative;
background-color:#f3f3f8;
border-radius: 7px;
border-right-width:2px;
border-left-width:2px;
border-bottom-width:2px;
border-bottom-style:groove;
border-left-style:groove;
border-right-style:groove;
border-color:#f3f3f8;
width: 800px;
height: 600px;
overflow:auto;
}
---modal popUp-------------------
DynamicServicePath="" Enabled="True" TargetControlID="btnShow"
PopupControlID="pnlPopUp" BackgroundCssClass="backgroundModelPopUp" DropShadow="false"
OkControlID="btnSubmit" CancelControlID="btnclose" >
-----------------------------------
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Iftikar HussainPosted Aug 21, 2013, 5:19 AM
Try like this
Regards,
Iftikar
Ramakrishna PathuriPosted Aug 21, 2013, 5:33 AM