All Products
Demos
Pricing
Blogs
Docs & Support
Search
0
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for Silverlight Forum
/
General Discussions
/
Data not showing when calling in asp.net!
Cancel
Telerik UI for Silverlight
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
noman nadeem
27 posts
Member since:
Aug 2009
Posted 17 Aug 2009
Link to this post
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
Stefan Dobrev
Admin
790 posts
Posted 20 Aug 2009
Link to this post
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.
Back to Top
Close