Advanced Forum Search Results
-
Hello PrisonBreak,
Do you have solution for this issue?
-
Hi olliraa,
I have similar requirement, let me know if you were able to resolve this and how?
Thanks
-
I am not using ASPX to place controls. I have my Top and bottom controls inside Silverlight Page only. I think I can't use Iframe inside silverlight page.
I have a Silverlight Control, Inside this control I have buttons on top, and custom controls which I make visible/invisible on button click, to display in lower portion. Similarly I ...
-
My page is divided into two parts. On top I have a silverlight control with buttons. Clicking on those buttons fills the lower portion with another silverlight control. Now for one particular Button I want to load ASPX page inside lower portion of page.
System.Windows.Browser.HtmlPage.Window.Navigate(new Uri("../something.aspx", ...
-
Thanks meykih, it worked for me :)
-
Hi Caseynshan83,
Can you post some code? I have to do something similar. In my Page.xaml I have a TextBlock, I need to change the text in textblock from my custom control. My Page.xaml and custom control are in two separate silverlight Projects.
Thanks
-
Hello Brian,
I am having the same problem. Datagrid.BeginEdit() does not work for me. i still need to double click on cell to edit.
-
Ok. Suppose I have everything in SVN. While creating build, my script will get everything from SVN. Thats what its doing now. Now I need to "update service reference" to have correct information in Servicereference.ClientConfig.
-
We are using SVN for source control. When I add new function, I update service reference locally. But I don't check in that in SVN. So if some other developer gets latest of whole project, he needs to update service reference locally.
Similar steps are required for build Process. So I want to automate this step.
-
Hi,
I am trying to automate build process of my application using MSBuild. One step which I am not able to automate is to Update Service reference.
Let me know if anyone has done this or am I trying to do something which is not possible ...