I am adding a new feature in my app which lets users to complete a process in steps. Step1 select dropdown value hit next button and step 2 (ajax request loads and renders a partial view, rendering a tree view) hit next button step 3 (upload a file via XMLHttpRequest) [...] read more
I add MIME filter to my WebBrowser Control by IInternetSession.RegisterMimeFilter。 The MIME type is "text/html"。 The filter have a bug that the flash cant shown in some site such as "http://cn.yahoo.com/". I tryed add "" before the tag,noneffective。 I return data directly but falsh still invisible。 I set the IE [...] read more