This question is locked. New answers and comments are not allowed.
Hi,
I have embeded silverlight charts into my asp.net application. Now the silverlight graphs are running properly but i want to show graphs values according to login Id.
My login screens are in asp.net (c#) and i am storing login ids into sessions. My question is how can i get asp.net session value into silverlight graphs page?
Any help will be appriciated.
I have embeded silverlight charts into my asp.net application. Now the silverlight graphs are running properly but i want to show graphs values according to login Id.
My login screens are in asp.net (c#) and i am storing login ids into sessions. My question is how can i get asp.net session value into silverlight graphs page?
Any help will be appriciated.
5 Answers, 1 is accepted
0
Rahul
Top achievements
Rank 2
answered on 26 Jan 2012, 08:53 PM
Hi Sulman,
Asp.Net Session values are available in WCF service code behind.
By using WCF service method in your silverlight page you can get the desired
result.
Hope it will help you.
Regards
Rahul
Asp.Net Session values are available in WCF service code behind.
By using WCF service method in your silverlight page you can get the desired
result.
Hope it will help you.
Regards
Rahul
0
Sulman
Top achievements
Rank 1
answered on 27 Jan 2012, 09:47 AM
Hi Rahul,
Thanks for reply. could you please post your WCF codes for accessing asp.net session value into silverlight?
Many Thanks
Regard
Sulman
Thanks for reply. could you please post your WCF codes for accessing asp.net session value into silverlight?
Many Thanks
Regard
Sulman
0
Rahul
Top achievements
Rank 2
answered on 27 Jan 2012, 09:53 AM
Hi Sulman,
Give me some time, I'll prepare one
sample application for you.
Regards
Rahul
Give me some time, I'll prepare one
sample application for you.
Regards
Rahul
0
Accepted
Rahul
Top achievements
Rank 2
answered on 27 Jan 2012, 11:57 AM
Hi Sulman,
Please download sample application which i've created
for accessing ASP.Net values in silverlight page using WCF Service.
Download link:
http://www.mediafire.com/?kinejtoqihdbmoc
Thanks & Regards
Rahul
Please download sample application which i've created
for accessing ASP.Net values in silverlight page using WCF Service.
Download link:
http://www.mediafire.com/?kinejtoqihdbmoc
Thanks & Regards
Rahul
0
Sulman
Top achievements
Rank 1
answered on 27 Jan 2012, 12:10 PM
Thanks. So nice of you Rahul.