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

Comments by goshan2011 (Top 19 by date)

goshan2011 16-Sep-19 6:43am View    
I would like to use the statistical functions of R and python in MVC application to produce some charts based on the processed data.
goshan2011 23-May-19 7:31am View    
"google" was just an example i have quoted. But what do i have to do in my server to open up in that way. Please suggest. In the place of google, when i tried "tutorialbrain", it opened up in iframe, where as one domain of mine dont open up in another.
goshan2011 10-Jul-18 0:03am View    
ok will focus on html to pdf conversion first. I have an action method that calls a web page. My requirement is once every day, this action method needs to be called, and this html should be converted to a pdf and saved in a location (this process should be automated- for automation i am thinking to use Hangfire as a back ground job processor).
For this i can go either for itextsharp and rotativa, not sure which one is good. Rotativa gives direct method for converting action to a pdf. But in some blog i read that it was not working on server. Even before that the version 1.7.4 installed from nuget is a failure, blogs are suggesting to use its pre release version , not sure if pre release versions works fine or not on server.It would be of great help if some one can help me in guidance pls.
goshan2011 26-Sep-16 5:35am View    
I am using asp.net identity. I remember in Membership, we can use something like GetPassword method of membership to retrive the actual user password ( not hashed). i am checking if something similar is possible in identity.Can you help?
goshan2011 3-Dec-15 5:47am View    
Ok, the main problem is with the api calls , i am calling the api url like this url: "api/ChartsAPI/" + '@Model.ID.ToString()',
Is this correct or should it be "/api/ChartsAPI/" ?? Please help