All Tags » C# (RSS)

Browse by Tags

  • passing a DateTime parameter to a function: C#, ASP.Net

    public ListResult> GetHotelsWithRates(DateTime? arrivalDate, DateTime? departureDate, string blockID){ return (from h in _db.SelectHotelsWithRates(arrivalDate, departureDate, blockID) select h).ToList(); } What is the meaning of the (?) question mark in front of the DateTime in the above example?
    Posted to Web Dev Software (Forum) by software on 06-15-2010
  • drop down list does not display 'Please Select' as selected item after databinding

    found that once populated data, the drop down list does not show "Please Select" as first selected item. Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: code-behind ----------- protected void Page_Load(object sender...
    Posted to REALbasic (Forum) by software on 06-09-2010
  • Any to import/parse scanned doc into a database?

    Not sure if this is doable. We have an application : name, date, address, etc. We scan this paper. Now, for example we have it in PDF. Anyway to parse this document..get the name, address whatever out of it??
    Posted to EAI (Forum) by software on 06-07-2010
  • how to make an application as dll

    hi,in .net how to create dll.How to create an application as dll.i am using asp.net,c#
    Posted to WebApplications (Forum) by software on 06-04-2010
  • How do you create a manual SOAP request to a web service in C#?

    I created a sample Console application that calls the TempConvert web service to convert temperatures between Fahrenheit and Celsius. The web service takes a temperature value and converts it and returns the converted value. When I call the web service, I get the following error; “The remote server returned...
    Posted to SOAP (Forum) by software on 06-03-2010
  • RadCombo Box loses Items on postback.

    We have 3 related RadComboBoxes that filter a grid as shown in the image and based on the following example; http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx The second task of the code is meant to filter a grid from a combobox to produce the result...
    Posted to JScript (Forum) by software on 06-03-2010
  • Infopath 2007 Programming code behind, FormEvents_Loading

    I am trying to disable a button, if a user opens a form. The button is an approval button and it can only be enabled if the Manager opens the form. So I have a field that contains Username() to a field with a default value that gets populated when the user click insert on the Manager information. This...
    Posted to Infopath (Forum) by software on 06-03-2010
  • InfoPath SharePoint Data Load Question

    I have code that will connect to a SharePoint InfoPath forms library. In this library are 5 forms, each of which are defined as a content type. I need to have code retrieve information from the column based on form and the month and year of the form. For some reason this code will not retrieve the data...
    Posted to Infopath (Forum) by software on 06-03-2010
  • Remove Version and encoding tag from xml using XSLT

    Remove Version and encoding tag from xml using XSLT. Even though I have this code in the XSLT, It does not seem to get rid of the xml-declaration. /> Please help. Thanks, Sundeep.
    Posted to XSLT (Forum) by software on 06-02-2010
  • aps.net ajax tool kit script reference

    Hi experts, I have a problem using the asp.net Ajax toolkit. After referencing the dll in the tool bar, when executed for the first time, I think that the system asks for the scripts folder. I must have done something wrong, because nothing is asked and any page that contain the extender for the calendar...
    Posted to AJAX (Forum) by software on 06-02-2010
Page 1 of 126 (1254 items) 1 2 3 4 5 Next > ... Last »