Telerik Forums
Community Forums Forum
4 answers
93 views
Hi - my client wants to setup a Auto Renewal feature for a new product they will be offering next year.

I see that there is a 'SaveCreditCardNumberInDatabase' option on http://www.sitefinity.com/documentation/documentationarticles/advanced-settings

Is there an option or setting somewhere that would allow you to save the credit card for 1 year, then send the user an automatic message saying
their membership will be renewed in 30 days with the credit card on file?

If the credit card is saved on file for the end user - do they have any control over updating it?

Thank you.
Vassil Vassilev
Telerik team
 answered on 05 Sep 2014
10 answers
163 views
I've been reading about the early history of the Apple Macintosh computer at Folklore.org and there are several references to Burrell Smith, the engineer who designed the original Mac hardware, being, at one time, obsessed with "Bulgarian Beef Sandwiches".

A Google search didn't return much info on this delicacy. Can anyone from Telerik explain what exactly these sandwiches are and what makes them special?
Esk
Top achievements
Rank 2
 answered on 28 Aug 2014
0 answers
55 views
KedoDropDown is not visible in Google Earth in Firefox browser,

That is the dropdown labels are hiding in Google Earth.

Please provide the solution or Is it supporting or not.

Clarify in details.
Deepak
Top achievements
Rank 1
 asked on 22 Aug 2014
0 answers
80 views
It is not working in the nested Tab Strip.
if i remove Required field validator everything is working
fine but if it is added it is not working. How to fix this issue. i had did lots of
tries to fix the problem but not successful its not working.please help me in this issue.
Anyhelp would be appreciated.
karan
Top achievements
Rank 1
 asked on 14 Aug 2014
1 answer
60 views
I'm just wondering how did you pull my public G+ name when I registered directly through Telerik site (no Google sign-up) ?

Simeon
Telerik team
 answered on 13 Aug 2014
8 answers
220 views
I could really use a full-feature Outlook calendar app for my site.  The Telerik calendar control is fine but that is all it is......a control.  Any plans to create a full outlook-like application for calendaring?
Rumen
Telerik team
 answered on 12 Aug 2014
38 answers
118 views
How can I delete my Telerik account? I have no need for it and would like my profile deactivated and removed from the system.
I cannot find a link anywhere nor instructions on how to delete my account.
Can anyone help?
Thanks.
Joseph
Telerik team
 answered on 12 Aug 2014
2 answers
374 views
I am trying to generate a pdf from a webpage and am able to get the text content, but not images to export. I know there are some settings with HtmlFormatProvider for how to export images, but I have been unable to successfully do this.

Here is what I have so far:

protected void ConvertToPdfButton_Click(object sender, ImageClickEventArgs e)
{
    byte[] buffer = new byte[0];
    string urlToConvert = HttpContext.Current.Request.Url.GetLeftPart(UriPartial.Path);
    string html = string.Empty;
     
    var thread = new Thread(() =>
    {
        PdfFormatProvider provider = new Telerik.Windows.Documents.FormatProviders.Pdf.PdfFormatProvider();
        HtmlFormatProvider htmlProvider = new HtmlFormatProvider();
 
        //Settings
        HtmlImportSettings importSettings = new HtmlImportSettings();
        importSettings.UseHtmlHeadingStyles = true;
        htmlProvider.ImportSettings = importSettings;
 
        var webRequest = HttpWebRequest.Create(urlToConvert);
        RadDocument document;
 
        using (Stream stream = webRequest.GetResponse().GetResponseStream())
        {
            document = htmlProvider.Import(stream);
        }
 
        document.LayoutMode = DocumentLayoutMode.Paged;
        document.EnsureDocumentMeasuredAndArranged();
         
 
        buffer = provider.Export(document);
    });
 
    thread.SetApartmentState(ApartmentState.STA);
    thread.Start();
    thread.Join();
 
    Response.Clear();
    MemoryStream ms = new MemoryStream(buffer);
    Response.ContentType = "application/pdf";
    Response.AddHeader("content-disposition", "attachment;filename=DesignandBuildwithMetal PDF.pdf");
 
    Response.Buffer = true;
    ms.WriteTo(Response.OutputStream);
    Response.End();
}
Stacey
Top achievements
Rank 1
 answered on 07 Aug 2014
0 answers
76 views
HI,to Everyone,and i hope you are all fine. I am Lily Jack, 24 year old, lives in London. And working in [name redacted]..I am very excited to join you all...any one welcome me..?
lily
Top achievements
Rank 1
 asked on 06 Aug 2014
1 answer
41 views
I am looking for blog theme recommendations.  Where is your favorite place to go for themes?

Jennifer
http://fitcoachjenn.com

Ivan D. Dimitrov
Telerik team
 answered on 05 Aug 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?