Advanced Forum Search Results
-
You have to use any service(WEBservice/WCF/ADo.net dataservice or rest based service).
you can check following links.
http://www.c-sharpcorner.com/UploadFile/raj1979/DatabaseConnectivity07292008105357AM/DatabaseConnectivity.aspx
-
Yes with Silverlight 3 Design support is not there in vs2008. In Silverlight 3 Beta release that support was there
You can use Silverlight 3 with VS2010 for design time support or can use Blend kind of tool.
-
you have placed too much content so it is little confusing but Looks like you want to know whether Xaml will show properly in VS2008 designer or not.
Correct me if i am wrong.
Xaml will be displayed in VS designer but Currently VS2008 designer support for Xaml is not very good.
So you will not get full power of a WYSIWYG editor.
So using Blend ...
-
Are you using Observable collection?
If you are putting breakpoint and that time it is changing then it should definately change without breakpoint also.
How you are checking collection has been changed or not?
Try to put an alert and check whether value has been changed or not in proper event.
-
Set IsReadOnly property of DataGridCheckBoxColumn to false.
IsReadOnly="False" .
-
For collison detection you can use Visualtreehelper.
Check this sample code.
http://www.andybeaulieu.com/Default.aspx?tabid=67&EntryID=95
-
I think you are trying to deploy your application on DiscountAsp.net Servers.
You need to create ServiceHost manually.
You can check below mentioned links.
http://silverlight.net/forums/t/12883.aspx
http://www.davidezordan.net/blog/?p=154
-
This is quite old story.Silverlight 2 is Supported by Visual web developer.So there is no issue in that.
Even in the post mentioned by you author tells that VWD will support by silverlight and that post is around 1 year old.
I think he looking for Silverlight controls in asp.net projects.
-
If you are creating Silverlight project then when you will create New silverlight project there you will be able to see all silverlight controls.
If you are looking into asp.net project then you will be able to see only Silverlight and Mediaplayer control only.
-
I am little confused after reading your post.
You are creating a desktop application and its content is in SWF?
so i don't think you are doing any think in Silverlight.
Is your desktop application in .Net?
If yes then you need to install framework in other machines as well.
If it is silverlight based application(Silverlight 2) then ...