Advanced Forum Search Results
-
Actually, I used window.location.href="nextPage.html".not window.location=" "
I tried window.location.href="http://www.google.com" ,it works
I will try to"Add Silverlight link" to integrate your Silverlight project with your asp.net website.
thanks for your valuable response
-
Hi,
To All,
I am developing a silverlight application
I have defined two input box,and two button in default html page of my silverlight project
I am using javascript function and this js function will call functions written in page.xaml.cs page
the logic written in functions in page.xaml.cs page actually implements isolated storage ...
-
Hi,
Yes i have also tried the same "http://www.google.com/" and it works
But if go and add a html page in my silverlight project
and call the same html page using windows.location.herf="html page name" then it gives error
is windows.location.herf=" " a correct way?
or any idea hoe to call the ...
-
we are running the application on our local machine i.e client & server is the same for application.
we are using visual studio 2008 beta2 ( vista machine) template for silverlight application.The default page for silverlight application is 'TestPage.html' as follow : code for that is as follow
we are calling js function ...
-
see actually what i am doing is
I am saving data to isolated file on testpage.html(the default html page of silverlight project)
And trying to retrive the same data on another htlm page as that I added (by add new item)
IN default html page we are calling a java script function,which is supposed to redirect us to other html page.
we have ...
-
We are implementing 'Isolated feature of silverlight' for our website.we are keeping some user information on client side through Isolated feature of silverlight. And we want to retrieve those information again.
Using TestPage.html and Page.xaml we are able to store the information on client machine in isolated storage area.
To ...