Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Can Silverlight control call a function in .aspx.cs

     Thanks
  • Can Silverlight control call a function in .aspx.cs

     Hi All Can a Silverlight control call a function that is in the .aspx.cs file which is attached to the .aspx file that the control is imbedded?   Thanks in advance   Kev  
  • Re: datagrid problem

    Hi All Clint, thanks for your help. Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ...
  • Re: datagrid problem

      Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ...
  • Re: datagrid problem

     Hi clint1222 Thanks for the response.  Below is my ServiceReferences.ClientConfig file. So are you saying I should change the endpoint address to the second example? <configuration>     <system.serviceModel>         ...
  • Re: datagrid problem

     Hi Foks I still have this problem. To refresh. My code when running locally via Visual Studio 8 fills a grid correctly with data from a MS SQL database which is on a remote server. This tells me the code is correct and the connection string must be valid. However when I post the code to its remote test site (www.tisconi.com) gthe grid ...
  • Re: datagrid problem

    Further I have identified these error messages - Anyone seen anythinhg like this before? Firefox Error: Unhandled Error in Silverlight 2 Application An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.   at ...
  • Re: datagrid select item question

    Thanks   [quote user="Jonathan Shen MSFT"] Hi Kevsbox, You need to create your own customer control, which is inherited from DataGrid. Best regards, Jonathan[/quote]
  • Re: datagrid problem

    Hi Tim Below is the xaml code for the grid         <data:DataGrid x:Name="dg" AlternatingRowBackground="Beige" AutoGenerateColumns="False"                        ...
  • datagrid problem

    Hi While running my code through VS2008 my grids populate correctly. However same code published and uploaded to a test domain returns empty grids. The domain is www.tisconi.com. The 2-5th buttons on the left return data on my PC but nothing on the remote site. Any thoughts please. Thanks   Kev
1 2 3 Next >
Microsoft Communities