Advanced Forum Search Results
-
Hi,
I don't think that it's possible (nethier with Oracle nor with SQL Server).
-
It seems that browser caches .xap. You can try the following:
- install Internet Explorer Developer Toolbar;
- Check: "Cache -> Always Refresh from Server" in IE Dev Toolbar
- Refresh your page;
or simply clear browser cache...
I've had same problem recently, and mentioned solution works for me..
-
If you close the dialog (fileDialog.ShowDialog() != DialogResult.OK), than browser window becomes available again...
Small your code snippet can help here.
-
Hi,
you can try something like that (from code-behind):
public Page()
{
InitializeComponent();
this.Loaded += new ...
-
I'm afraid, there is no opportunity to do it in current Silverlight version.
-
I've just checked the situation that you described.
And it seems that it's not possible to change styles on the fly.
I receive following error when I'm trying to assign style for button which already have another style assigned:
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
that's weird for me...
-
You probably can use it as following:
protected void Page_Load(object sender, EventArgs e)
{
mySilverlightXAP.InitParameters = "params";
}
and pass initialization params to silverlight
-
Take a look at InitParams property, maybe it would be helpful for you. You can pass params from aspx code-behind to silverlight app
-
You should update your code according to the Silverlight 2b1 breaking changes
-
Also, take a look at Stretch="Uniform", it keeps the ratio