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...
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.
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...
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...
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
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...
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...
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 =...
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
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.