I have got two lists of two different type which has the following common properties. Id -->used to identify corresponding objects
I hope someone can help me. I have a header page that has a logo, menu, a search box, etc. For certain pages, I want to be able to hide some parts of that header.
I want to delete the files stored in Isolated Storage when the OOB app is removed. How can i delete 开发者_高级运维these files?
I\'m trying to save data back to the database via WCF but I keep getting: Cannot insert the value NULL into column \'Id\', table \'ResellerPlatform.dbo.Contacts\'; column does not allow nulls. INSERT
I have to get the url address of the page which i have opened by executing click eve开发者_StackOverflow中文版nt.
Will FromAsyncPattern close my webresponse: var o = Observable.Return(HttpWebRequest.Create(\"http://foo.com\"))
I am trying to create a dropdown list to display all the value in a custom collection class such as public class MyCustomClassCollection
I created a REST webservice project on my machine and deployed it to a server. One of the calls generated an error like \'stored procedure could not be found....\'
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I have following object, it works fine when I specify standart objects like int, string and not with custom object.