Click here to Skip to main content
15,890,670 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I have designed a form in Silverlight, which have a textbox accepting a value.
I want to transfer that value to the asp.net .aspx file, which is having a Crystal report viewer control added to it. The variable passed from silverlight is main resource for report.

What should i do to solve this issue????

Technologies used:-
Visual Studio 2010
Silverlight 4
Crystal Report 10
Posted

1 solution

The most likely thing, if you redirect to ASP.NET webpages, is to put a value on the URL. Is there any reason you can't do that ? If there is, could you store the value in the DB and access it via a GUID on the URL ?

The other option for non sensitive data is cookies. Using the URL though, also makes your pages bookmarkable.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900