Click here to Skip to main content
15,895,746 members
Home / Discussions / WPF
   

WPF

 
QuestionButton in DataGridTemplateColumn throws ArgumentOutOfRangeException Pin
humble.apprentice13-Jun-11 10:13
humble.apprentice13-Jun-11 10:13 
QuestionHow to properly size ElementHost Pin
xusword13-Jun-11 8:28
xusword13-Jun-11 8:28 
QuestionProperty in ViewModel not displayed in View [modified] Pin
kurmanc13-Jun-11 5:07
kurmanc13-Jun-11 5:07 
AnswerRe: Property in ViewModel not displayed in View Pin
kurmanc14-Jun-11 2:08
kurmanc14-Jun-11 2:08 
QuestionReferencing resources in an external assembly Pin
RugbyLeague13-Jun-11 4:07
RugbyLeague13-Jun-11 4:07 
AnswerRe: Referencing resources in an external assembly Pin
SledgeHammer0113-Jun-11 10:01
SledgeHammer0113-Jun-11 10:01 
GeneralRe: Referencing resources in an external assembly Pin
RugbyLeague13-Jun-11 21:21
RugbyLeague13-Jun-11 21:21 
QuestionThe property or field has not been initialized. Pin
bhavnvyas13-Jun-11 1:21
bhavnvyas13-Jun-11 1:21 
Hi
I am getting this error when I am trying to call sharepoint 2010 client object model in my silverlight application.Error:The property or field has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.

using (SP.ClientContext objSite = new SP.ClientContext("http://Sharepoint:80/"))
{

    SP.CamlQuery objCaml = new SP.CamlQuery();
    objCaml.ViewXml = @"<View></View>";
    SP.Web objWeb = objSite.Web;
    SP.List list = objWeb.Lists.GetByTitle("BackgroundImages");
    listItems = list.GetItems(objCaml);
    objSite.Load(objWeb);
    objSite.Load(list);
    objSite.Load(listItems);
    objSite.ExecuteQueryAsync(Succeeded, Failed);
}


Please help

QuestionStyle for Current Page of Datapager. Pin
www.Developerof.NET10-Jun-11 1:40
www.Developerof.NET10-Jun-11 1:40 
AnswerRe: Style for Current Page of Datapager. Pin
Mark Salsbery10-Jun-11 6:46
Mark Salsbery10-Jun-11 6:46 
GeneralRe: Style for Current Page of Datapager. Pin
www.Developerof.NET10-Jun-11 18:01
www.Developerof.NET10-Jun-11 18:01 
QuestionMoving Data from Silverlight to ASp.net via SQl server Pin
Vimalsoft(Pty) Ltd9-Jun-11 9:20
professionalVimalsoft(Pty) Ltd9-Jun-11 9:20 
AnswerRe: Moving Data from Silverlight to ASp.net via SQl server Pin
Mark Salsbery9-Jun-11 10:33
Mark Salsbery9-Jun-11 10:33 
GeneralRe: Moving Data from Silverlight to ASp.net via SQl server Pin
Vimalsoft(Pty) Ltd9-Jun-11 19:06
professionalVimalsoft(Pty) Ltd9-Jun-11 19:06 
GeneralRe: Moving Data from Silverlight to ASp.net via SQl server Pin
Mark Salsbery9-Jun-11 19:10
Mark Salsbery9-Jun-11 19:10 
GeneralRe: Moving Data from Silverlight to ASp.net via SQl server Pin
Vimalsoft(Pty) Ltd9-Jun-11 19:14
professionalVimalsoft(Pty) Ltd9-Jun-11 19:14 
GeneralRe: Moving Data from Silverlight to ASp.net via SQl server Pin
Mark Salsbery10-Jun-11 6:10
Mark Salsbery10-Jun-11 6:10 
AnswerRe: Moving Data from Silverlight to ASp.net via SQl server Pin
Mycroft Holmes9-Jun-11 14:15
professionalMycroft Holmes9-Jun-11 14:15 
GeneralRe: Moving Data from Silverlight to ASp.net via SQl server Pin
Vimalsoft(Pty) Ltd9-Jun-11 19:11
professionalVimalsoft(Pty) Ltd9-Jun-11 19:11 
QuestionWPF Code Creation of input Binding Pin
Ed Hill _5_9-Jun-11 0:32
Ed Hill _5_9-Jun-11 0:32 
AnswerRe: WPF Code Creation of input Binding Pin
SledgeHammer019-Jun-11 6:49
SledgeHammer019-Jun-11 6:49 
GeneralRe: WPF Code Creation of input Binding Pin
Ed Hill _5_9-Jun-11 22:17
Ed Hill _5_9-Jun-11 22:17 
GeneralRe: WPF Code Creation of input Binding Pin
SledgeHammer0110-Jun-11 5:05
SledgeHammer0110-Jun-11 5:05 
Questiontextbox value Pin
arkiboys8-Jun-11 1:36
arkiboys8-Jun-11 1:36 
AnswerRe: textbox value Pin
Pete O'Hanlon8-Jun-11 1:45
mvePete O'Hanlon8-Jun-11 1:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.