Recording Audio From Web Page
I’m looking for a solution for capturing audio from a user’s microphone and posting it (preferably as MP3) to a server. I need something that I can embed in a web page.
I’m looking for a solution for capturing audio from a user’s microphone and posting it (preferably as MP3) to a server. I need something that I can embed in a web page.
Can I setup a custom MIME type through ASP.NET or some .NET code? I need to register the Silverlight XAML and XAP MIME types in IIS 6.
Is there any way to upload entire folder (a folder) in asp.net?
So I have a datagrid that I need to add custom sorting for and I also need to know the exact order of the sort.
If I have an asp.net application, and I want to notify the user when something changes on the server, how do I do this.
The same thing with a silverlight client. For the silverlight client is there some form of subscribing to an event on the server from the silverlight client?
It is mainly going to be an iternal
product so browsers are not an issue.
So, I want to create some Silverlight charts from some data on my ASP.NET web page. The way to do this, either using Visifire (my current thing) or the upcoming Silverlight charting, seems to be to create some XAML, or at least some Silverlight objects (like in this Visifire sample), and then stuff them into the page somehow.
I have a oracle table with record count of 99896618.
We’re developing a ASP.Net Web Application project that has a Silverlight 2.0 component. We’ve referenced the silverlight project in the web application properties, and the xap file is being copied to the ClientBin folder of the Web application when we build locally.
In side a Silverlight Page, I want to redirect to another aspx page in the same web site and using POST method to send some additional header information. Any ideas how to implement this? Any samples are appreciated. 🙂