I\'ve seen a few other Silverlight \'vs\' questions around, but couldn\'t find any for this particular match-up.
I have a method that attempts to connect.I\'m currently testing connection failure.If it fails, the user is offered a retry button.If I press it, m_tcpSocket.ConnectAsync(m_connectArgs); is called aga
I have a textbox in XAML: <TextBox Text=\"blah\" Name=\"blah\" 开发者_运维百科LostFocus=\"blah_OnLostFocus\"
I have a standard ASP.NET MVC site with forms authentication. Users log in via a web page. Then they can reach a silverlight app. When they log in, I pass them a forms auth cookie just like any other
I am having exactly this problem in my Siverlight4 application: Description There is an error when a datagrid lose focus to a hyperlink (part of a RichTextBox).
i have taken a textbox <TextBox Height=\"218\" HorizontalAlignment=\"Stretch\" Margin=\"0,56,0,0\" Name=\"txtBox\" VerticalAlignment=\"Top\" TextWrapping=\"Wrap\"
Does anybody knows how to image cropping in silverlight without any library. I have Child window and inside 开发者_开发知识库the child window I havev a image and this image center one rectange is the
I am wondering if it is possible to store an object, example being a UserName or User Context somewhere in the ASP.NET Serverside, that can be reused each time the browser is refreshed.
I\'m downloading (from server to client) a file using a WebClient object: WebClient wc = new WebClient();
I am calling this from a silverlight app: // docs at: http://developers.facebook.com/docs/reference/api/post