Search:
Type: Posts; User: zoltan_ie
Search :
Search took 0.01 seconds.
January 11th, 2007 06:26 PM
Thanks, thats very nice of you
January 10th, 2007 02:04 PM
MCS_NOTODAY removes the red highlighting of the current system/today date only.
I want to remove the blue oval that shows which date has been selected by the user till the user selects a date
January 9th, 2007 10:16 PM
As the title says, any ideas?
December 9th, 2005 10:43 AM
Is it just me? or am I doing something wrong?
c_wbFavouriteA is a WebBrowser control
if in my code I do this at some stage.....
System.Uri siteUri = new System.Uri("http://www.yahoo.com");...
August 3rd, 2005 03:55 AM
ok, sorry.
I forgot to say the application will not be running on the same network so that ain't gonna work.
August 2nd, 2005 10:35 AM
I have a web server that has a directory containing xml files.
I want to return to a GUI a list of the URLs for the files so that the user can select a xml file to load.
How on earth do you do...
In my root node I want to put the attribute xsi:noNamespaceSchemaLocation so that I can get the document to validate
I want this
<CONTENT xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
In my root node I want to put the attribute xsi:noNamespaceSchemaLocation so that I can get the document to validate
I want this
<CONTENT xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
I've been reading around and I seem to get the impression that Row, Page & Table locks are only held for the duration of a transaction.
The system I’m trying to investigate to see if it would...
Krzemo I'm pretty much of the same opinion
Personally I believe a client/server architecture is the best appropriate where the server keeps record of who's got what and so no table row locks are...
Has anyone developed a multi user system using database table row locks to manage the data that users are modifying? Say where someone has requested data in the system and the corresponding rows (in...
March 24th, 2005 04:39 AM
I guess the less code you write the clearer it looks and the easier it is to read.
nope, it just looked neater
March 23rd, 2005 06:30 AM
Yeah, I know how to get it done like that (all example given).
But I don't like the way u have to access the constants
Globals.HOURS_IN_DAY
Constants.ATT_TYPE_STRING
enum.nameofitem
March 23rd, 2005 06:07 AM
Hi,
I'm a new user of .Net, and my background is from c++.
I want to add to my C# project a Header of global constants.
It there a way to do it, except of declaring it in a class? (I want...
December 14th, 2004 07:46 AM
We figured that out this morning :) but thanks any way Boris.
we figured out by see that the return from the transform had two pipes in it and then by testing different strings that had "\r\n",...
December 13th, 2004 12:05 PM
Well thanks for actually trying it out
and that comment
>> * there is a newline in the result of xsl:value-of?
is very interesting but I'd be surprised if it was, but I'll have to check that...
December 13th, 2004 10:39 AM
In my XSLT I want to convert an XML file in to text (csv) but a problem I'm getting is that when I want to put in a Carriage Return(\r) Line Feed(\n). No matter what I try I always get \r\r\n which...
November 23rd, 2004 09:03 AM
Nope, it won't work, but thanks anyway.
That only works if your loading a DOM object from a file. I am creating a DOM document by using a SAX parser.
We have huge XML file (500mb) and we want...
November 23rd, 2004 08:30 AM
How do you get the size of DOM (MSXML) object in memory?
Is it possible it get? or will I have to add all the sizeof() totals of each element (IXMLDOMNode, IXMLDOMAttribute, ...) I add to the DOM...
November 23rd, 2004 05:34 AM
How do you get the size of DOM (MSXML) object in memory?
Is it possible it get? or will I have to add all the sizeof() totals of each element (IXMLDOMNode, IXMLDOMAttribute, ...) I add to the...
October 14th, 2004 11:01 AM
Hi,
Has anybody had any luck using the Microsoft SQLServer ODBC drivers (Driver version: 03.81.9030, ODBC version : 03.52)
to connect to a SQL Server 2000 database and passing in a SELECT...
September 7th, 2004 06:14 AM
How on earth do you added data to the different columns of a multi column Listbox?
Any example would help as I can't find any anywhere
August 17th, 2004 12:35 PM
Can anyone recommend and good sites or books for showing how to do EXSLT?
I've have used Google and I can't for the life of me get any of the XSLT extension from http://www.exslt.org/ to work (i'm...
August 17th, 2004 03:38 AM
I don't expect people do go off and work out another way of doing it, I would just like people to post an example of a method they have used.
I totally new to XSLT and it took me forever to find...
August 13th, 2004 03:45 AM
How do you filter out nodes which contain a value using a stop list? I have come across one example but I'm wondering is there any other way of doing it?
<?xml version="1.0" encoding="UTF-8"?>...
Click Here to Expand Forum to Full Width