Multimedia Support In .net?
Nov 13, 2010is there support for multimedia in asp.net?i m making a web conference website n want to know whether using asp.net is a good option or not...
View 3 Repliesis there support for multimedia in asp.net?i m making a web conference website n want to know whether using asp.net is a good option or not...
View 3 Repliesi would like to know how to get basic information about a multimedia file like avi, wmv, etc...
in windows explorer when i click property of those kind of file and go in Details tab, i can have width, height and duration of the video file.
is there a simple way to got those information in asp or c#?
i would like to prevent of extracting bitmap from those file, i just want the basic property i write above.
any asp.net cms with "easy" multilingual support?
View 8 RepliesIs there any feature plans to support strongly-typed asyncControlers methods ?
public void GetSomethingAsync(){}
public AsyncResult GetSomthingCompleted(){}
How can i add FBML-Support with Facebook C# SDK 5.0.3, to my ASP.NET Facebook App (like a TagPrefix)
View 1 RepliesI need to get an image from a SQL Server as a byte[], and load it to a WebControl.Image. The only seemingly good way to do it that I found is to implement IHttpHandler and handle the request accordingly.But I'm stuck to using asp.net 1.1. Does it support ashx files?
View 1 RepliesIs there any support from JQuery for DataAnnotations?Found this but not sure if its supporting. http://bassistance.de/jquery-plugins/jquery-plugin-validation/
View 2 RepliesWhat is the best way to support multi language in MVC?
View 1 RepliesI was trying to play with Pagination Support in Repeater, PagedDataSource rescued me. I made the following method and would like to share with all of you whether there is any pitfall or is there any chance for more improvement.
/// <summary>
/// Create pagination for Repeater
/// </summary>
/// <param name="context">HttpContext</param>
/// <param name="obj">System.Collections.IEnumerable</param>
/// <param name="rptr">Repeater Control</param>
[code]...
I am not able to reproduce the problem in stage or development. It only appears when the website is under heavy load.
I think it is solvable if somebody who has a very good understanding of the internals of FormsAuthentication would have a look at it by logging into our system. It should be at least Scottgu!
Somebody told me that Microsoft Premier Support is a good choice for this kind of problems. We have no MSDN subscription or other connection to microsoft that enables us to use MPS.
Is there a way to get support on a incident base? Are there other ways to get this kind of support?
EDIT Here is the problem itself:[URL]
Does Visual Web Developer Support PHP? i would like to know
View 2 RepliesIn my application i am going to place a video player that can play the videos .flv extension videos. Present i am using jw player but it is not displaying in fire fox browser, but it playing in IE. can u tell me any player that can play .flv extension videos in both browsers (fire fox and IE).
View 1 RepliesMy team members don's support the use of validation controls that are available in asp.net (for web application).
What are arguments in favor of validators instead of or in addition to javascript validation?
Does WCF support multiple EndPoint.
View 4 Replieswhy does web services do not support datareader? plz explain it ,it's urgent .
View 3 RepliesCan anyone list starter kits and open source projects which are built on ASP.net MVC technology. In addtion to ASP.net MVC, they also have support of Mobile Application.
View 3 RepliesI have my website up and running, and i've got many respones from surfers that the Accordion object that I have on one of the pages won't openpanes. I geuess that it got something to do with old browsers or security settings, but I'm not sure which. Besides, assuming that it does has somethingto do with old browsers to bad settings, what can i change in the Accordion's settings to make sure it will run on old browsers as well?
View 1 RepliesDoes Sql Server Express 2005 support notifications to be used with SqlCacheDependency?
View 4 RepliesI am building a website using Asp.net with C# and back end support is SQL server.How to add multilingual support to it?Like in google or facebook there are various link button for various languages?I want to implement the same thing.
View 2 RepliesI get this error on line 39 -"Server does not support secure connections.".
[Code]....
How to check browser support html5?
View 2 RepliesWe are developing a web solution for our clients to handle their business processes. With reality in check, clients' requirements change over time; sometimes adding a new field, changing the calculation logic etc. When it was still a small scale solution, whenever an upgrade occurs, we will upgrade any existing data to the latest change i.e by having a empty property for it. I would admit this isn't the best of scenarios as old products that previously don't possess certain properties are now 'new' again which doesn't reflect the product correctly.
I am looking for a solution to introduce versioning to this solution before things get out of hand. What I've come up with is like this:
Realising that data is semi-structured (it changes from time to time), we've decided to go with an XML / XSLT approach. Storage of the data will be a mix of columns storing individual properties (e.g. ProductID, ProductName, VersionNumber) and XML columns that holds XML data to cater to fields that will change.
These XML and XSLT will have version numbers to tell the system which version of XML works with the other.Logic wise, we were thinking of developing our business logic to support multiple versions so that old products will still be calculated using old algorithms while new ones will use the new algo. For old products, besides updating them using the old algorithm, we will allow an 'upgrade' option so that they can be upgraded to the new version if they want to. Database wise will remain unchanged since we will store fields that are to be changed in XML form so extending fields should be catered for.
Would like you guys out there to comment on such a setup. I'm concern about performance since some fields are stored as XML, retrieving it will require extra steps, hence the reason why we decided some consistent fields should be on their own for searching purposes etc. Also, would doing multiple versioning like this get really big on the logic side as the program grows?
i would like to have the browse list which does NOT support the .net based created website
View 3 RepliesI am wanting to design a web application (ASP.NET with vs 2010 and the 4 framework) that should work on mobile devices web browsers as well. Do I have to write 2 seperate web UI's or can I write 1, that is styled differently for desktop browsing vs mobile browsing? I am new to trying to develope for a mobile device, and a push in the right direction would be a big help. I have googled but must not be using the right terms as what I get is not very good.
View 4 RepliesMy client has few requirements for his website he want to built. want to discuss best practices to start this project and make this a learning experience.
accessible from all browsers and platforms. (mobile as welll)language supportscalableshould be CMS style so he can assign roles etc for editing. except above my question is what will be best to use as a new project in VS2010 (MVC, web application etc)