Hi all experts
We have been having internal meetings about coding standards and are trying to decipher some best practices with regards to development.
We have 2 sides on this debate:
Using structures to hold data or make individual variables with sets/gets and overloaded functions within a...
Hi all experts,
I am trying to rename input tags for the purposes of reusing a particular table to create new instances on the same page.
for some reason the following code(alert(table_content.innerHTML) shows no changes, but when the alert in the for loop is uncommented it appears to be...
Hi all experts,
I am trying to send a multipart/form-data content to a page.
For some reason the following code is not posting to the url.
When I post to the URL the normal way using Type = File all works well.
Let me know if you see something irregular:
MemoryStream oPostStream = new...
Hi all experts,
Maybe Im missing something. I am reading then writing to a file.
I have a 4GB file that I am processing. The resulting file is missing 3KB. I am having a problem comparing the files because it is so big. Here is my code.
StreamReader reader = new...
Hi all experts:
I am currently having some issues with a large XML file that I need to parse. I am getting the following error:
System.Xml.XmlException was unhandled
Message="Invalid character in the given encoding. Line 283, position 39709."
Is there anyway to remove all Invalid Encoding...
Hi all experts
I am parsing through a 5 gig xml file, copying to another file as I go. I need to find a particular part of the xml and change a value for the new file.
Here is the error I get.
System.Xml.XmlException was unhandled
Message="Invalid character in the given encoding. Line 283...
Hi all experts,
I have been given a task to update a few elements in a 7 gigabite xml file. In the past for small files I would use xpath.
Do to the large size, Im wondering ahead of time if there are any downfalls with xpath and large file sizes. I will do experiments, but I would also like...
Hi all experts,
Is there a difference between inner loop join and inner join?
I have come across this inner loop join syntax for the 3rd time and cant resist knowing if there is a special purpose for this.
thanks in advance..
Hi all experts:
I have been designated PERL learner in my group and have installed the ActivePerl-5.8.8.817-MSWin32-x86-257965.msi.
I am trying to run my first hello world program. How do I do this? I tried $ ./hello from the command line and received the following error:
$ is not recognized...
Hi all experts,
I have currently created a DTS package that runs some sql tasks. Each task runs a stored procedure which will raise an error if an item is missing.
This package is being initiated by a sql job and reports that there was an error. All the errors are being logged within the DTS...
Hi all experts,
I am new to c++, and have a project to revamp or convert some c++ code to a more inhouse usable language. No one in my group has ever used c++.
most of this makes sense, but I do have a few questions
(1) db_connection *pconn = get_connection();
What is the * for before the...
Hi all experts:
I have written a service application which works fine on the local dev system( windows 2000) and have successfully deployed it to a server 2000 box.
This application passed QA and was migrated to one of our production boxes which has server 2000. The application gives this...
Hi all,
I have VS 2003 professional, and trying to find the Report Designer "Microsoft Business Intelligence" components. Anyone know where I can get them from?
thanks in advance
Hi all experts,
I am trying to concatenate strings within the group by statement:
select product,name
from product
group by product,name
normally this particular case would list all the unique product and name combinations
I would like to concatenate the name part of this:
lets say here are...
Hi experts,
Has anyone figured out how change the publishing directory for the client that uploads an executable, from publish.htm
My issue is I don't like that the publisher deploys the application to documents and settings folder.
I would like to change this anyone know how.
thanks in...
Hi all experts,
I have moved a process over to a new server. The stored procedures are running much slower. After an hour of investigating I found a solution to the problem. I was wondering if anyone can explain.
Windows 2000 Server.
Software MS Server2000 service pack 4.
the stored...
Hi all experts..
I am trying out the 2005 express c# and built a small application for a test click once deployment run. This application requires an application.config file to be deployed where the executable is. Unfortunately I can not figure out how to add this file.
Anyone know how to do...
Hi all experts,
When I try to view this in Detail View its blank with no header and data. When viewed in list view it shows all my items. Is there a setting that I am forgetting to set, when this is in detail view
I have populated the listview(lstProducts) with the following code...
I have recently been getting application failed to initialize errors for every program I have a short cut to on my desktop or when I run them from the program menu. This seems to only happen if I leave my computer on overnight. When I restart occassionaly i get application failed to initialize...
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.