Hi Guys, Anyone know of a funky function or sample code that get's the next letter of the alphabet? I know you could obviously do it with a very big switch ...
Hi all, We have the following requirement for our software installation procedure: 1. We need something that allows the user to choose a folder where we can...
Hi all, I have been looking int online and books tutorials on using the drop down box in a data grid, but i am not quiet sure about the sinario i have here...
Hello, i want to insert a table in my rich text editor. for example as we can draw table in Microsoft word just by clicking on the icon of tables on the...
Hi All I want to validate a ttextbox with a regularexpression validator The text bos shud take only numbers both with and without decimal points How shud i...
I don't think that is a good localized solution. It may work for english and chinese, but it doesn't work for german, swedish etc. / Peter ... From: Ian Moores...
Hi ^([\d]+)?(\.?([\d]+)?)?$ accepts: 5, 5.3, .3, 5., . or ^([\d]+)?(\.?([\d]+))?$ accepts: 5, 5.3, .3, 5 ... -- DIEGO ALVAREZ ZULUAGA Ingeniero de Desarrollo ...
If I have an XML document like the following, is it possible to replace a node name? i.e. I want PARTYCODE to now be called SUPPLIERPARTYCODE, but the ...
O'Neill, Ciaran
Ciaran.O'Neill@...
Mar 1, 2005 3:52 pm
10199
Can you not just replace the string before reading it into the xmlDocument. Or you could use XSLT. ... replace a ... SUPPLIERPARTYCODE, but the ... XML ... ...
Either use XSL to transform into new XML with new name or write a simple app. The app would iterate the existing nodes looking for the original name, then...
... xmlDocument. If the document exists as a string this could work. But it would be more work than treating it as an XML document. The responsibility is on...
Hi all, I know this is'nt a C# question but I have the following requirement and I'm not sure how to fill this. We have a flash standalone application which we...
Hi, I'm resurrecting this question as i didn't get a suitable response when i first posted it Basically, in my Business Object i am retrieving a datatable and ...
Hi, Paging is causing crash in ASP.NET application, but is it due to the fact that the data grid is bound to a dataset that has 5000 records ? What other...
In a message dated 02/03/2005 09:24:27 GMT Standard Time, dagda1@... writes: could use a visual studio setup project, but would'nt that require .NET...
Number of records in the the dataset is insignicant, i'm guessing that unless you have written code which will only work under 5000 records it is not this that...
Hey Thanks Ian I used this [0-9]*.[0-9]* and it worked ... -- With Regards Aravinda...
Aparimeeth
aravinda.b@...
Mar 2, 2005 12:02 pm
10209
In a message dated 02/03/2005 10:38:21 GMT Standard Time, johnsmith2797480@... writes: You only need .NET to be installed in the development machine where...
Basically, I am creating the column in code, and the two columns i am combining are also needed in their orginal state. I am creating a column "DisplayText"...
In a message dated 02/03/2005 12:18:09 GMT Standard Time, i_moores@... writes: Ian Ian, just in case you still need more solutions/options...I thought...
You didn't give us much to go on but there is a bug in the datagrid that will throw an exception if the grid was on a page greater than the number of rows /...