web application

  1. D

    Question Write webrequest async way

    Hi, I found this function to create a request POST that visualize json data in an ASP:NET project, I would like to find a way to make async, but i don't know how to do. Private Function SendRequestPOST(uri As Uri, jsonDataBytes As Byte(), contentType As String, method As String, token As...
  2. ryan.elliott

    Exchange Calendar in Web Page

    I am currently working on a scheduling web application for a few departments where I work. Currently I have the web app being able to send a .vcs file to an exchange calendar to schedule the appointment. I am needing to be able to pull the calendar into the web page to be displayed on the same...
  3. D

    Question Closing a web form

    I have a web application that is called through a url with a phone number as one of the parameters. In my app I do a lookup into a CRM database and if I find a match I do a redirect to a different url using the info returned in my lookup. Basically the redirect opens a CRM account form using the...
Back
Top