Advanced Forum Search Results
-
I looked into the work around, its good, but unfortunately even much work behind this will not be able to provide functionality available in Browser context (right click) menu.
Suggestion of select-copy-paste is a great one, which is much needed.
Else Silverlight will just be felt as a Flash replacement - a graphical ...
-
Good question!
This is one of the thoughts which are running in my mind.
Silverlight is going to replace the browser applications what we are experiencing now. Thats for sure. We can see this in a horizon of 2 years or so.
I am confidently saying this looking at the potential Silverlight has and the track record of Microsoft in gaining ...
-
Try installing .NET 3.5 and reboot the system
If it does not resolve the issue, then, try to download and install Silverlight alpha again from http://msdn2.microsoft.com/en-us/silverlight/bb419317.aspx and try.
Best of Luck! (Hope this also should help )
-
Stack overflow, in most of the cases occur when your code triggers recursion (directly or indirectly) which never stops!
When functions are called again and again, that makes the stack memory full and Stack overflow error occurs.
In this case, even though agclr.dll is being shown as source of exception, its possible that the code ...
-
I respect and welcome your views Cass.
Its not about comparing Silverlight with Flash, Silverlight has so much potential to be an data delivery platform on browser.
Contrary to popular belief that Silverlight is a "Flash Killer", I believe that even though Silverlight "can" provide the features of Flash (not comparing all ...
-
People are already talking about un-availability of right click in Silverlight.
If Microsoft can think of providing the same context menu as provided for html page and add an option of Silverlight configuration to that, that will be helpful.
I am already missing options of Open (Link) in new window, Open (link) in new tab options, ...
-
Thanks Swildermuth,
In fact, I faced the same issue in some of the examples/user contribution here too. i.e. one in Transparent Silverlight window.
I think people are exploiting the full system and bandwidth resources already
May be this is one of the area where Microsoft can look into; to have some kind of lubrication when ...
-
Looks like .NET (and its nodes) implementation on linux is left to Mono Team.
Silverlight implementation on Linux is also executed under mono, which is called "Moonlight"
you can find it at http://www.mono-project.com/Moonlight
I feel its a clever move by Microsoft.
-
Recommendation varies...
http://support.microsoft.com/kb/915599
Resolution K
"Note The default value of the maxConnection property is 2. For Microsoft ASP.NET-connected applications that call Web services, we recommend that you set a value of 12 times the number of processors. "
-
I assume you want to submit a HTML form through Silverlight.
It works same as HTML post/get.
If you want to add parameters as query string, add some parameters(query string) to the URL/page name mentioned in action property of the form (may be through Silverlight code, dynamically), before calling submit()
Query string along with the ...