Advanced Forum Search Results
-
can u provide sample code or any link related to it.
-
Hi all,
I am using silverlight FilterDescriptor to find data between two dates with no luck.
any help would be appreciated.
-
hi,
make sure you have place crossdomainpolicy.xml and clientaccesspolicy.xml in root web.
when you deploy your service on server, try accessing service.svc from the browser.if it doesn't gives any error means service is running properly.
another issue will host header, so try putting ip address instead of machine ...
-
Hi,
you can do the same thing in following manner.<dataControls:DataGridTextBoxColumn DisplayMemberBinding="{Binding Name}" >
<dataControls:DataGridTextBoxColumn.Header>
<Grid>
<HyperlinkButton ...
-
can u tell me what error it gives ..
i guess u can format datetime before saving in database .
-
Hi,
if you bind datasource to listbox then easily u can get selected item by casting it with binded datasource as follows...
Guid CategoryID= ((TBCategory)(lstCategory.SelectedItem)).CategoryID;
if you have manually added item then you can cast it with ContentControl as follows..
string Classification ...
-
Hi all,
i am unable to open document from database in my silverlight 3 application.
i have created WCF service to which is as follows..
if (objConnection.State == ConnectionState.Closed)
{
objConnection.Open();
}
...
-
Hi all,
i am unable to find solution on how to store and retrieve files in sql server 2005 database using silverlight 3.
Any help would be highly appreciated.
-
Hi all,
i have created DomainDatasource in following order.
<dds:DomainDataSource x:Name="ddsUser" QueryName="GetUsers" LoadedData="ddsUser_LoadedData" AutoLoad="True" VerticalAlignment="Top" ...
-
Hi all,
i have developed one application using following :
1.Ria services march 2009 preview
2.silverlight toolkit march 2009
3.Silverlight 3 beta 1
...