Advanced Forum Search Results
-
double postings gives you no answere- it's a kind of spam
-
so question is? how can I use RIA Service within ASP.NET Page?
<asp:DomainDataSource runat="server" ID="ds1" DomainServiceTypeName="BusinessApplication1.Web.DomainService1" SelectMethod="GetOrte" />
<table>
<asp:Repeater ID="Repeater1" runat="server" ...
-
hmm could be much easier- untested pseudo code:
<ComboBox x:Name="lstGender" SelectedItem="{Binding Gender, Mode=TwoWay, NotifyOnValidationError=True, ValidatesOnExceptions=True, Converter={StaticResource ...
-
In SL 3 exists a writeablebitmap API. You can create snapshots of any SL control, also video
http://www.andybeaulieu.com/Home/tabid/67/EntryID/161/Default.aspx
-
should be no diffrence between html and ASP.NET
Object Tag is the "state of the art" way for including SL apps- use that
other reason could be some loding issues of xap- Use httpfiddler to check the data on the wire or give us the link to the page
-
thanks for answere- I tried a prototype with nrothwind products table and encapsulated a view. When I remove the query from the model , the grid even wont display data.
In the meanwhile I took a solutin with stored procedures
-
how to handle following scenario
a view over 3 tables -which is updateable
entity framework
Ria Services
datagrid with checkbox
I want to update a boolean field and get error from entity framework- any links for how to?
-
asp.net is on server
Silverlight on client
till now there is no shared memory between.
-
please read docs on fiddlerpage- its easy as it can be-
start fiddler- call website in browser
-
why do you knwo servcie is running fine?
anyway- dont call servcie from fiddler, call your SL App when fiddler is running