Click here to Skip to main content
16,020,459 members

Comments by madhusudanojha (Top 3 by date)

madhusudanojha 1-Apr-13 12:53pm View    
hi i posted my code below. please have a look.
madhusudanojha 1-Apr-13 12:50pm View    
hi here is my code ...
In aspx source code:-
<tr>
<td align="left">
<asp:Button ID="btn" runat="server" style="display: none" />
<asp:ModalPopupExtender ID="showdailyplan" runat="server"
CancelControlID="btn_Cancel" PopupControlID="pnlshowpopup"
TargetControlID="btn">
<asp:Panel ID="pnlshowpopup" runat="server" BackColor="#FAF8CC"
BorderColor="#426BB6" BorderStyle="Solid" Width="450px" style="display:none" BorderWidth="1px">
<table cellpadding="3" cellspacing="3"
style="width: 100%; border: thin solid #3b5998; border-collapse: collapse;">
<tr>
<td align="center" colspan="3"


style="font-family: Arial; font-size: 12px; font-weight: bold; color: #3b5998;">
My  Daily Plan</td>
</tr>
</tr>
</table>

.....

this modal pop up should show only when i click on one link. but while page load also its showing and then disappearing.especially when internet speed is slow.
Please suggest some thing for this issues.
madhusudanojha 17-Feb-13 9:33am View    
yes i used FTB editor, it was working fine for some time but after some time all pages where i used FTB editor and related to this page was having same problem. and also in firefox all the controls available with FTB is not displaying .so after that i removed from all pages and used some other controls for the same.then its working fine.