Advanced Forum Search Results
-
Thanks
-
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
-
Hi All
Clint, thanks for your help.
Normal
0
false
false
false
EN-US
X-NONE
X-NONE
MicrosoftInternetExplorer4
...
-
Normal
0
false
false
false
EN-US
X-NONE
X-NONE
MicrosoftInternetExplorer4
...
-
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>
...
-
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 ...
-
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 ...
-
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]
-
Hi Tim
Below is the xaml code for the grid
<data:DataGrid x:Name="dg" AlternatingRowBackground="Beige" AutoGenerateColumns="False"
...
-
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