ASP.NET Outlook Appointment scheduling - asp.net

Hai TEchies
Can anyone tell me how can i set an appointment /reminder in the outlook express , from my ASP.NET web page. I am using ASP.NET 2.0
Thanks in advance

I think what you're looking for is an .ics attachment for email. This requires you to create specifically crafted text file with an .ics extension and attach that to your email.
A quick google for "asp.net ics" brings up:
http://www.codeproject.com/KB/applications/SendAppointment.aspx
which seems suitable to your needs.WikiPedia also has a link on this.
Stackoverflow also has this tag that has more information:
https://stackoverflow.com/questions/tagged/icalendar

Something like this using the iCal standard will probably work. It will also work with Google Calendar.

Related

How to build a simple HTML Form that sends email on Firebase?

I'm new to Firebase. I just want to build a simple HTML form on Firebase that sends email to me as well as to the user who fills up the form upon submit button click. I do not need any user authentication or database. After that I want this HTML form to be able to embed on my Blogger website, probably using iFrame. So how can I go about doing this?
Based on my understanding, for a HTML form to send email requires server-side coding like ASP.NET and PHP, may I know which language should I use on Firebase? Does Firebase provide such SDK that I can simply write in JavaScript and create a .js file for my form handler?
I already know how to deploy HTML files to my Firebase project using Node.js and get the URL of every file that I deployed, e.g. images, css files etc. Any help would be greatly appreciated, thank you.
With Third Parties (by now)...
After many hours researching about this, the solution seems not to be inside Google at the moment, but using a third party: SendGrid.
Tyson Bailey created a small example and explains this methodology in this blog post.

JavaScript API for Office Web Apps

Is there a JavaScript API for Office Web Apps (specifically - Word Web App) that I can use in order to get notifications from the Word doc?
My scenario is this:
I have an ASP.NET application, in which I want to display a word document using the Word Web App (on premises). I would like to embed the document in the web page using iFrame (haven't tried it yet, hope it'll work...).
I would like to get notification when the user saved the document, so that when this happens, I can remove the iFrame and display something else.
Is that possible?
I recently read MSDN article on this - http://msdn.microsoft.com/en-us/magazine/jj891051.aspx. Hope that helps.

login issues with Flex-Salesforce

I am using Flex-Force API to connect to Salesforce. I have hard coded my Salesforce login details in the code and using them to connect to Salesforce.
When I use my SWF directly it works fine but when I place it inside a VisualForce Page and try to access it the login functionality fails.
Has any one from you faced a similar issue while working in Flex-Salesforce or has some idea on this ?
Please suggest ..................
Thanks and Regards.
Ashine.
On a VisualForce page you should login with the SessionID not the credentials. To do this you need to setup the html object embed tag to pass the sessionID to the SWF and then call the loginBySessionId method to do the login. A complete walk through of how to do this is on my blog:
http://www.jamesward.com/2010/07/26/building-client-cloud-apps-with-flash-builder-for-force-com/

Displaying Facebook popups with .net Facebook SDK

Anyone know how to do this? I would like to programatically (sp?) open a box asking my users to type in what to publish, but I want it to look like Facebook's own boxes.
Cheers!
I don't believe the .NET sdk will do this for you. You will have to write or steal some JavaScript from elsewhere to handle the popups, and then control them and then control publishing from your back end.

silverlight plugin is not working on server

i am using silverlight plugin 3.0 to display the chart.it is working fine on local pc but it is not working on server,it is not displaying any thing.
i have checked the MIME type also in iis.its over there.
please tell me whats the problem
thanking you
samir
Just to rule out the chart component itself, have you tried doing a simple "hello world" type application to see if it works?
This should test to see if it is the chart component/data source for it, or a general problem with your server/host and Silverlight.
It being a server, is IE in Extra Security Mode? It might not load up silverlight at all.
Do any silverlight things work? (I usually test with the gallery at silverlight.net).
I faced same problem. I used a perpetuum repoting tool. I had to create reporting services and these services are accessed by reporting viewer from client side. I forgot to change reporting services url. I put "localhost" and everything was blank(I saw blank page when access report).
so check if there is any issue like this...
or check this url about "URL Access Restrictions in Silverlight"
http://msdn.microsoft.com/en-us/library/cc189008(v=vs.95).aspx

Resources