Click here to Skip to main content
15,913,773 members

Comments by Radhika Vyas (Top 26 by date)

Radhika Vyas 4-Sep-13 0:52am View    
They said 'You have to pass a baseURL parameter to GetPdfBytesFromHtmlString method.'
where as I am using strBody with strings being concatenated.like
string strBody = "<html><head><link href='http://www.ifso.com/css/style-pdf.css' rel='stylesheet' type='text/css' /><meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /></head>" + "<body><div id='Main_div'> <div id='Main_div1'><div id='Main_div2'>";
strBody += "<table width='980' height='730' border='0' cellspacing='0' cellpadding='0'>";
strBody += "<tr><td colspan='2' class='Heading'>";
strBody += "INTERNATIONAL FEDERATION FOR THE SURGERY </td></tr>";
strBody += "<tr><td colspan='2' class='Heading1'>";
strBody += "The purposes of the International Federation for the Surgery of Obesity <br /> encourage research and the exchange of scientific information";
strBody += "in the field of obesity and surgery of obesity and metabolic disorders.</td></tr>";
strBody += "<tr><td height='130' colspan='2' align='center'><img src='http://www.ifso.com/images/membership-certificate-abi-chahine-logo.jpg' width='136' height='124' /></td></tr>";
strBody += "<tr><td colspan='2' class='certificate'>";
strBody += "This certifies that</td></tr>";
strBody += "<tr><td colspan='2' class='logo_header'>";
strBody += "</table>";
strBody += "</div></div></div></body></html>";
Its fine in local system...Its generating fine..but unable to get images and logos from server..
Radhika Vyas 21-Aug-13 2:31am View    
Hi shobana...Thanks for ur reply...it suits to some extent to my requirement..Actually I need to store muliple checkboxes values in multiple textboxes and I tried and solved it myself..Thanks for ur response.
Radhika Vyas 14-Aug-13 6:12am View    
Hi Jitendra..I dont know why ur solution is not working for me...I mean ur jquery function even to get total cost..can u check once
Radhika Vyas 14-Aug-13 5:53am View    
Also I needed Total after discount depending on number of courses selected
(1 course = 0%, 2 courses = 10%, 3+ courses = 15%)
can anybody help me out please....
Radhika Vyas 14-Aug-13 5:47am View    
Thanks Jitendra