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 IamaSherpa 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 forgot to mention this is in Oracle 10G
  2. 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...
  3. justTryingToCode

    Enterprise Library exception handling and event log issue

    I finally figured it out: <EventLogFile> name and Source need to be unique. And if you are going to create a new log file make sure your name is not a reserve word.. I found out that Gateway was a reserved word.
  4. 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...
  5. 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...
  6. justTryingToCode

    webDav c# exchange 2003

    chrissie1: I have found out that you can create a task/calendar/note item using an email. I don't have specifics yet but it's another approach I may pursue. thanks for your feedback
  7. justTryingToCode

    webDav c# exchange 2003

    Thank you all for your input. I found the site mentioned up top while I was searching around: http://www.independentsoft.de/webdavex/index.html I'm not sure if my boss is interested in third party stuff, but I can propose it as an option. I will add a few more comments that may help clarify...
  8. 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...
  9. 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 =...
  10. justTryingToCode

    Posting With a Button Click

    Well Javascript injection gave some MAC errors, but the good news is I found out what to use by googling that error. Apparently using Server.Transfer("<new_page_name>",true) Does the post and preserves the form data. Thanks again for all your help. Jon
  11. justTryingToCode

    Posting With a Button Click

    I am going to use javascript injection to do the post. If anyone has a better way, please post it up here for reference. I will check back later. Thank you to everyone who took some time to read answer my issue. Jon
  12. justTryingToCode

    Posting With a Button Click

    Thank you markknowsley. That is a solution I had in mind, but Im concerned about people having session vars not on. You would think this would be simple.. LOL a form post.. thanks for all your help, I will keep looking and post a solution when I find it, unless someone gets to it first. Jon
  13. 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