Click here to Skip to main content
15,898,687 members

Comments by mayur mkt (Top 8 by date)

mayur mkt 20-Nov-12 1:34am View    
yes I don't have an issue with the button being clicked..and there is nothing to show in code..I will try after removing css and will get back to you
mayur mkt 20-Nov-12 1:32am View    
Delay is occuring each time not only the page first loads and also after button clicked, I am not generating pdf in javascript..
mayur mkt 19-Nov-12 7:32am View    
<form id="frmhlderrpt" runat="server">
<div id="dvtop" align='center' style='width:100%;position:relative;font-weight:bold;top:30px;'>

<table align="center">
<tr align="center">
<td align="center">
<asp:Button ID="btnpdf" CssClass="btnsmall" runat="server" Text="GeneratePDF" OnClientClick="javascript:pdfflag();" />
</td>
</tr>
</table>
<table align="center">
<tr align="center" id="divprocess" style="display:none;">
<td align="center" style="height: 20px">
<img id="Img1" src='../Images/Processing.gif'>Please wait
while your request is being processed...

</td>
</tr>
</table>
</div>
mayur mkt 27-Sep-12 6:09am View    
can any one of you tell me..how to insert color or how can i get css effects which i have applied in my asp.net page..i am using code in asp.net
mayur mkt 10-Aug-12 9:33am View    
strtbl.AppendLine("<div id='divrpt' align='left' style='font-size:6pt;font-weight:bold;height:5px;;'>")
strtbl.AppendLine("<table id='tblrptshow' cellpadding='0' cellspacing='0' align='left' style='auto;border-right:#E5E5E5 1px solid;border-top:#E5E5E5 1px solid;border-bottom:#E5E5E5 1px solid;border-left:#E5E5E5 1px solid' >")
'strtbl.AppendLine("<div id='divrpt' style='height:5px;width:100%;'>")
'strtbl.Append("<div id='divrpt' style='height:5px;width:100%;position:relative;top:20px'>")
'strtbl.AppendLine("<table id='tblrpt' cellpadding='0' cellspacing='0' align='center' style='auto;width:99%;border-right:#E5E5E5 1px solid;border-top:#E5E5E5 1px solid;border-bottom:#E5E5E5 1px solid;border-left:#E5E5E5 1px solid' >")
'strtbl.AppendLine("<table id='tblrpt' cellpadding='0' cellspacing='0' align='center' width='98%' style='border-top:#E5E5E5 1px solid' >")
strtbl.AppendLine("<tr><td colspan=7 ><br/></td></tr>")
strtbl.AppendLine("<tr><td colspan=7 ><br/></td></tr>")
strtbl.AppendLine("<tr><td colspan=7 ><br/></td></tr>")
strtbl.AppendLine("</div></table>")
Finally i get it into hiddenfield as
hdpdf.Value = strtbl.ToString().Trim