Advanced Forum Search Results
-
Could you elaberate on "missing the dll and reference to your DomainService"? Sorry for the trouble.
-
Sorry, I checked the wrong folder.
In my Web Folder Bin I do have the 4 dlls above automatically added.
In my Client Side Bin folder however I do not have any dlls automatically added. The System.Window.RIA and System.Window.RIA.Controls references are based on the dlls at "Program Files\Microsoft SDKs\RIA ...
-
After I compile the project the following 4 dlls are automatically added to my project's Bin folder, however I did not include them in my source project. Is this ...
-
Hello,
I know there are several other posts related this issue, but none of the solutions seem to be working in my case.
I currently have a RIA Business Application with FormsAuthentication that runs fine on my development machine, however when I run the application on the test server nothing works. I receive the error "The ...
-
I placed the following code in codebehind and it works:FromDatePicker.SelectedDate = DateTime.Today.AddDays(-14);
ToDatePicker.SelectedDate = DateTime.Today;
It also works if you define the selectedDates in XAML.
-
We should also ask why Adobe did not use Flash when they created their "Flash Forum".
http://forums.adobe.com/community/flash
-
The following link will take you to a Silverlight Datagrid Control I created that allows you to print the contents of the datagrid by exporting the data to the printview of the browser. It all happens client-side, so you don't need to make a trip to the server.
Hope this ...
-
I know this is an old post, but it's the first thing that came up when I was trying to solve this problem 2 weeks ago.
I have a working example of an extended datagrid that exports its contents to an Excel Sheet using the Open XML Format in Excel. I wrote a blog post in case this helps anyone else out who's trying to solve the ...
-
Thank you Moe for your reply. Having the DefaultFileName will be a welcome addition. I added the new SaveAsDialog feature to my existing applications today as a way around the Download Security alert that resets Silverlight when the user clicks it. However, now my users are complaining they have to enter the file ...
-
[quote user="DJanjicek"]
Unfortunately you can't do that
[/quote]
Anyone know why?