Advanced Forum Search Results
-
hi
it can be done using javascript.called a javasrcipt from "project1" passing the required data (userid)
controlid.InitParameters = "userid=" + Request.Params["Userid"].ToString(); (aspx) if (e.InitParams.ContainsKey("userid")) // app.xaml.cs... app_startup
{userId = ...
-
Hi pravin
I have 2 different project.
first project be "SLloginProject" hosted in login.aspx
Second project be "SlDetailsProject" hosted in mailpage.aspx.
i need to communicate between these.(I was thinking about cookie/javascript)..
Regards
Balu
-
Hi
How can i Pass parameter from one silverlight project to another project.I have the login screen in one project from which i need to pass the "userid" to the next project .how can i do this.
Thanks
Balu
-
Hi lars
thanks.. i have been getting this issue for months.thanks for the help
Deleting temporary file will fix the issue.
Regards
Balu
-
Hi GearWorld ,
I am trying to resize the application to fit on the browser.i mean i want to resize the the application with the browser size.
My code is working in IE.But in mozilla i am getting an error.My outer control is a canvas and i have its width and height set to Auto.
this is my code
public ...
-
Hi
"App.Current.Host.Content.ActualWidth" this code is working in IE only.In mozila i am getting the value width as 0.
Any workaround in mozilla?
Regards
Balu.
-
Hi all
I have an aspx page.
I have multiple zap file in it.
How can i prioritize the download ? i mean i have a preference for downloading the file.how can i do that.
Thanks and regards
Balu
-
Hi
Create a Sl app
Add media element to it
Set source of media element to source ="mms://127.0.0.1:8080"(address of your streaming server 8080 is the port)
eg
regards
balu
-
Hi Mog Liang
Thanks for ur code.
But it will work only in mouse up event.
How can i handle the scrolling?
Thanks balu.
-
yes. i tried it worked
thanks