| Thread | Last Post | Replies |
|
| Save treeView as XML ??? | 15 Nov 2006 22:01 GMT | 3 |
I have a treeView control which is build with different parent and childs node objects. I try to find out an easy and proper way to save that nodes architecture in a XML file. Then reading back that XML file will rebuild the same treenode structure.
|
| calling a .bat program in a vb .net program | 15 Nov 2006 20:51 GMT | 4 |
I need to call a .bat program inside a vb .net program. I have yet to find anything on this but have just started searching. Can someone enlighten me? It was be very much appreciated. Thanks,
|
| item in dataset | 15 Nov 2006 20:33 GMT | 4 |
Hi, how can i check one spesific item in a dataset and then hide that item if there isnt any data in it? in a gridview i can use e.row.cells(1).text to read the value, but how can i read one item in a dataset? /Per W.
|
| Your preferred RSS syndication library? | 15 Nov 2006 18:48 GMT | 2 |
Several syndication libraries have been developed for use by ASP.NET applications. Your preferred library would be what? And why?
 Signature <%= Clinton Gallagher
|
| CrystalReport XI question on V.Net | 15 Nov 2006 17:50 GMT | 1 |
I've installed CrystalReport XI on my Windows XP PC which has Visual Studio 2003 on it. However, when I add the reference in the project manager, I can't find the CrystalDecisions version 11.
|
| Check for Duplicate Appointment Times | 15 Nov 2006 17:08 GMT | 3 |
I have a simple application that takes user input by text and time selected by date time picker. It displays the appt description in one list box and the time in another list box. I need a simple function that checks the times for duplicates. I want to check for a duplicate
|
| Websites crashing | 15 Nov 2006 08:50 GMT | 1 |
My company develops as well as hosts .NET applications. The applications have been developed using .NET framework 1.1 and C#. We recently moved the websites from a Win2K/IIS 5.0 environment to a Windows 2003/IIS 6.0 environment. IIS is running in the worker process
|
| create dataset from a datagrid | 15 Nov 2006 05:00 GMT | 4 |
I have a datagrid which i am using for updating the data to the database. It works fine for single row data however when i have multiple rows(records) associated with the same criteria(billno) it updates both the rows with the values for the row i updated.
|
| help - string.Format syntax | 15 Nov 2006 00:04 GMT | 1 |
i am accustomed to using the string.Format method in this way: string foo = string.Format("The formula is {0} * {1}", inputOne, inputTwo); but now i am trying to do one where i need squigley brackets in the
|
| BLOBS and VB.NET | 14 Nov 2006 22:11 GMT | 1 |
I am trying to store an object into a database as a binary object. The database is SQL Server 2005, the progamming language is VB.NET 2005. I've read that the way to do this is to input a hexadecimal representation of the object. What I don't know is an easy way to
|
| what language | 14 Nov 2006 20:14 GMT | 3 |
Not sure where to post this as I don't know what language it applies to (yet) Basically I work in IT and often have to manipulate folder structures or large amounts of text files and am looking for the best way of automating
|
| One to many relationship in OOP | 14 Nov 2006 19:57 GMT | 4 |
hope u r all ok, and looking forward to xmas, well the xmas holidays!! lol In my backend database i have a table that has a foreign key column in it.
|
| Managed Thread to Win32 Thread | 14 Nov 2006 19:25 GMT | 1 |
I am trying to obtain a safe correlation between a managed thread and a WIn32 thread. I need to be able to gather run time statistics on particular running threads using WMI or System.Diagnostics classes. Apparently in dot net 2, the AppDomain.GetCurrentThreadId method is
|
| Converting String to int results in 0x3f ? | 14 Nov 2006 18:42 GMT | 4 |
In Visual Studio.2003 I set up two command line arguments in the Project Properties. The arguments are XFER 63
|
| newbie: projects and solutions | 14 Nov 2006 18:39 GMT | 2 |
(Sorry for my English...) I am learning .NET 2.0. Could you explain me please the difference between solutions and projects. What are the solutions used for? /RAM/
|