Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. justTryingToCode

    Conditional Join based on string parse

    I have used MS SQL for many years and I am new to Oracle syntax and functions. I have taken over some stuff that has some less than desireable field structures Oracle. That being said maybe one of you experts can help me out and save me a tremendous amount of research time. One of my tables has...
  2. justTryingToCode

    Enterprise Library exception handling and event log issue

    Hi all experts, I am currently using the Microsoft.Practices.EnterpriseLibrary.ExceptionHandling along with the logging component within a web application. All was working great, catastrophic errors were logging to the Application event log using the web.config listeners. I decided that I...
  3. justTryingToCode

    Web Service Proxy Reference.cs

    Hi all experts, I have recently upgraded some web services to the 2.0 framework and added a 3rd party web references to a web service for consumption. In the past I used to trap/trace the deserialized SOAP message for web service calls using soap extensions. I added it as an attribute to the...
  4. justTryingToCode

    webDav c# exchange 2003

    Hi all experts, I have been given the task of coming up with a solution for accessing exchange 2003. The requirement is to add/review tasks, calendar items, ect. I was wondering if anyone has built wrappers for the webdav and can give me an example of how to add a task to an individuals mail...
  5. justTryingToCode

    Null Values in datagrid excel export

    Hi all experts: I am trying to capture nulls and keep them as nulls from a dataset to a datagrid to a xls export using httpResponse. The returned .xls file has blanks where the nulls should be. Any help would be greatly appreciated. Here is the current code snippet: string in_params =...
  6. justTryingToCode

    Posting With a Button Click

    Hi all experts. I am new to c# .NET and have a question about submitting a form on a button click event. I want to post form data to a new page after validating data with a custom validator control. I have everything working except the post part. Here is my code: protected void...

Part and Inventory Search

Back
Top