It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I use the following method to upload a document into sharepoint document library. However, upon executing the query - get the following error:
I am developing a card game. In this card game the player can set down few cards in the same turn. I have a function called SetCardsDown(....)
Something I discovered I like about C# are properties & String.Format. Does something like String.Format from C# exist in Java?
how to put checkboxes in datagrid in windows mobile 6 using c#? dataset dsAgent=table; DataTable dataTable = dsAgent.Tables[0];
I would like to convert a method to use generics. It is currently hard-coded to these types: DataContext.Document in the data context\'s partial class and inheriting from object
I have a asp.net page where it has the following properties <asp:Button ID=\"btnBack\" runat=\"server\" CssClass=\"Button\" Text=\"< Back to Home\" /></td>
I have a method public string GetValue(TextBox txt, DropdownList ddl) { if(txt != null) return txt.text; else
I am working on a project where the methods are called from the an application which is available with the library.
Hi iam using a calendar control in my application,i need to select only the date from todays date and future date. am using this calendar control in the content place holder,can any one help me out wi