Advanced Forum Search Results
-
use obervable collection...
http://silverlight.net/learn/tutorials/databinding.aspx
Oneway binding will help u for the same. Whenever ur slide value change textbox value automatically get updated.
-
we faced same kind of problem in one of the project. Its working fine on local machine. but when deployed on server its started failing and that too randomly.
If clicked refresh (more then one time), its shows the changes.
Asynchronous method is fetching the menu items, if there is delay in the connection between the service, didnt call the ...
-
u will get the default template for ur control from blend, in that case u dont have to just change the component that u want.
-
it will create the file at user profile folder.
C:\Documents and Settings\dharmesh.surti\Local Settings\Application Data - there will be some junk named folders. U can search file name over there
-
can u try following:
1) first of all ur xmlns is set for winfx, that is required to be change :
xmlns="http://schemas.microsoft.com/client/2007" xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml
2) give id to ur button control.
-
u set the target property, but did u set the target name?
-
System.Windows.Browser.HtmlPage.Window.Alert("alert");
-
Actually i mean to say something different.
we have to use a third party web service in our silverlight application, but policy file is not there where it hosted. so, we r not able to call it directly from our silverlight app.
so to over come this problem,
1) we create one aspx page from where we called this web service.
2) used ...
-
One option is there to use web service :):
Create one aspx page and call the web service from that page, in that case u have to copy html and aspx on the new server, thats it.
-
check the forum post:
http://silverlight.net/forums/t/20620.aspx