This is a migrated thread and some comments may be shown as answers.

Data not showing when calling in asp.net!

1 Answer 55 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
noman nadeem
Top achievements
Rank 1
noman nadeem asked on 17 Aug 2009, 05:47 AM
Hi!
i made the solution in silverlight using telerik control and database i used is mysql and i also used web service to data shows in grid in cube control, data is showing while project is running separately .
data is showing in behalf of userid i passed in the project now problem is define below

when i call the  xap file  of this  project in  other asp.net site
like this
 <asp:ScriptManager ID="ScriptManager1" runat="server">
        </asp:ScriptManager>
        <asp:Silverlight ID="Silverlight1" runat="server" Height="800px" Width="800px" Source="~/widgets/DG2.xap"     >
        </asp:Silverlight>

Cube is showing properly but
1)The problem is that data is in the grid not showing
2) how can i change userid to show login user data in xap file , i think xap is compiled form i cant change data but i want to change data there is any other method to call silverlight application in asp.net project in which i can change the userid and also my data is proper showing
i mention earlier i used web service in silverlight project
please solve my problem and give some example code to call silverlight application that used dynamic binding in asp,net

Thanks  a lot
Take care




1 Answer, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 20 Aug 2009, 07:54 AM
Hello noman nadeem,

Can you send us an example solution with your project, so that we can assist you better and solve your problems?

Greetings,
Stefan Dobrev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
noman nadeem
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Share this question
or