| Thread | Last Post | Replies |
|
| regional settings, .Net & DB | 22 Feb 2005 16:34 GMT | 3 |
doing some research on regional settings, .Net & DB I put my machine in Germany(Germany) thus the decimal char = "," the seperator char = "."
|
| Hijack another Applications Datagrid | 22 Feb 2005 16:01 GMT | 2 |
i have a big problem! i need to get data out of an application. the application reads data from a database and shows the data in a data grid or listbox! is there a possibilty to do this with c# or .net or any other programming
|
| probably a simple question (I hope) | 22 Feb 2005 16:01 GMT | 7 |
I need to output some related data tables as XML. I have my data adapters and my dataset with the relations defined. It is certainly simple enough to use the dataset.WriteXML function. However, this writes the data such that each
|
| How to convert dec to hex and binary | 22 Feb 2005 15:43 GMT | 1 |
ANy one know of any fast method in converting dec to hex or bin?
 Signature WebSite : http://soonlee.agreatserver.com
|
| Open file in local client machine | 22 Feb 2005 15:42 GMT | 3 |
My dotnet application configuration is that the client, Web server and database all reside in 3 different computers. There is a function which can browse a file and read in the contents. When it is run by Internet explorer in the client machine, it can browse the file path in the ...
|
| GetHostByAddress | 22 Feb 2005 15:11 GMT | 1 |
I wrote a method which takes an ip address and returns hostname as shown below. It works fine.. only problem i have is when the passed ip address is not found in the database the method throws this error message : The requested name is valid and was found in the database, but it ...
|
| ht use MS Access like a stored procedure? | 22 Feb 2005 14:38 GMT | 2 |
I cannot figure out how to: 1. call an Access query from C# and consume the recordset, where the query uses a user defined function. for example select rowid, GetBreedOfCat([rowid]) from tblCats;
|
| Refreshing client browsers (java script from asp.net code) | 22 Feb 2005 14:23 GMT | 1 |
I have a page called CustomerSlides.aspx which contains an iframe(with the source Lookupage.aspx). The iframe page will look continuously in the database to see if a value has changed: if it is true it will run a java script dynamically to update the parent page CustomerSlides ...
|
| Refreshing client browsers with java script from asp.Net | 22 Feb 2005 14:22 GMT | 1 |
I have a page called CustomerSlides.aspx which contains an iframe(with the source Lookupage.aspx). The iframe page will look continuously in the database to see if a value has changed: if it is true it will run a java script dynamically to update the parent page CustomerSlides ...
|
| .NET apps with strings invisible on dialogs and buttons until focus change | 22 Feb 2005 13:28 GMT | 3 |
On my machine all .NET applications have a problem: often the strings on dialogs and buttons and in listboxes are INVISIBLE. When the dialog goes out-of-focus and returns in focus, the strings are VISIBLE again.
|
| DateTime sql server - sqldataadapter | 22 Feb 2005 13:02 GMT | 2 |
I have a DateTime in one of my table in sql serveur. The format of the datetime is yyyy-mm-dd. I have an sqladapter in my application connected with this table and when the format of the date is not yyyy-mm-dd (on the local computer where my application is running), I
|
| Unable to create asp.net project type in Visual Studio.Net 2003 | 22 Feb 2005 12:47 GMT | 1 |
My PC is having Windows XP Professional installed. IIS Server is up and running. I am able to create a ASP 3.0 Web Project using Visual Interdev. Now I am trying to create a ASP.NET project. But it always throws an error
|
| Typed DataSet Vs Un-Typed DataSet | 22 Feb 2005 10:18 GMT | 1 |
I. Could some please throw some light on Typed and Un-Typed DataSet. Have gone through couple of articles but still confused. Also, which one is better to use? II. Also I going through a form developed by a team member. Apparently he
|
| Check string for special characters | 22 Feb 2005 10:01 GMT | 4 |
I'm reading an XML document and creating a CMS Posting for eacho specific node but i'm trying to save the posting using the title as Posting.Name. For this to work i have to remove all special caracters that the Name propertie doesn't support.
|
| formatting strings with leading characters | 22 Feb 2005 08:09 GMT | 2 |
How can I add characters to an incomplete string. I want it: Ex: "12" to "0012" That's exactly what I need, I prefer using string. If there's no way, I'd
|